Google Ads Event Snippet Is Not Putting Global Site Tag at Checkout

easybins
Visitor
3 0 0

I've checked with the guru's about 10x's and they finally gave up and recommended I go to the community forum.  We've followed the shopify google ad conversion tracking instructions as explained.  The global site tag correct shows as active on our home but when I go to checkout its not active.  therefore no conversion data is showing up in our google ads. 

 

Here is the code i've inserted in settings>>checkout>>order processing 

 

{% if first_time_accessed %}
<!-- Event snippet for easybins.com purchase conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-798295539/7RemCJazs6MBEPOL1PwC',
'value': {{ checkout.total_price | money_without_currency }},
'currency': 'USD',
'transaction_id': '{{ order_number }}'
});
</script>
{% endif %}

 

I think the issue somethign to do with this piece of the installation I just can not figure out what and we'd really like to get our sales data pushing over to google.  

 

Thanks!!

Replies 2 (2)
wyzrahman
New Member
15 0 0

 

can you paste some screenshots of what you see in ads account as well as shopify

 

is there any kind of restriction in Shopify, like you need to upgrade to use it on checkout page likei seen some threads before...

 

https://help.shopify.com/en/manual/promoting-marketing/analyze-marketing/tracking-adwords-conversion...

 

easybins
Visitor
3 0 0

Thee event snipped is from google ads.   The instructions for the code snipped are from that link you sent. 

 

Any other ideas?