New Shopify Certification now available: Liquid Storefronts for Theme Developers

My Google conversion tag is "unverified".

Hisa710
Visitor
1 0 0

I set up my conversion tag last week, but status is "unverified" and I cannot use Google Ads.

At first,I set up the below global tag between <head></head> in theme.liquid.

<!-- Global site tag (gtag.js) - Google Ads: 611285187 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-611285***"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'AW-611285***');
gtag('config', 'UA-174451***');
</script>

And at next,I set up the below conversion tag in Settings>Checkout>Additional Scripts

{% if first_time_accessed %}
<!-- Event snippet for Google Shopping App Purchase conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-6112*****/wu0mCLSpqdg****',
'value': {{ checkout.total_price | money_without_currency }},
'currency': 'JPY',
'transaction_id': ''
});
</script>
{% endif %}

Is it any problem?

GTA.png

 

I checked my site top with Google tag assistant, but there are no critical issues.

Reply 1 (1)
Josh_Uebergang
Shopify Expert
1003 42 264

You need the site-wide gtag script to be installed at the checkout. The value may also be causing issues with the script if the currency is not correctly formatted. See my tutorial on Google Ads tracking in Shopify for more info.

Run Google Shopping ads? Get the free definitive guide to Google Shopping for Shopify (no optin required): https://www.digitaldarts.com.au/google-shopping