Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Where can I find the Value and Currency variables from WooCommerce (Google Ads)

$
0
0

Replies: 0

Hello guys,

Could you guys help me to find the Value and Currency variable from WooCommerce for Google Ads Event snippet code, please?

I’m using Insert Headers and Footers plugin to embed the snippet code to be on <head> section.

<!– Event snippet for Website Purchase conversion page –>
<script>
gtag(‘event’, ‘conversion’, {
‘send_to’: ‘AW-xxxxxxxx/xxxxxxxxxxxxx’,
‘value’: {order_subtotal},
‘currency’: ‘THB’,
‘transaction_id’: {order_number}
});
</script>

But I cannot find where can find these 2 variables.

Many thanks


Viewing all articles
Browse latest Browse all 59525

Trending Articles