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