Solved

Google ads comversion tracking still unverified

Lelvin
Excursionist
15 0 3

My google ads conversion tracking is still unverified after a week. 

Store URL is https://coopersgourmetcoffee.com

And the code in my checkout is 

 

<!-- Global site tag (gtag.js) - Google Ads: 472933727 -->
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
 
  gtag('config', 'AW-472933727');
</script>
<!-- Event snippet for Store Purchase conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': 'AW-472933727/p0RVCMOrhcMCEN_KweEB',
      'value': {{ checkout.subtotal_price | money_without_currency | remove: ',' }},
      'currency': 'USD',
      'transaction_id': ''{{ order.order_number  }}''
  });
</script>
Accepted Solution (1)
PieterB22
Shopify Partner
55 9 15

This is an accepted solution.

Hi Lelvin,

The Google Ads tag also needs to be added to your theme.liquid file. Google Ads can only "track" the person if the Google Ads code is installed on their initial landing page. If it is only installed on the checkout page, then Google Ads will have no idea where the person came from.

View solution in original post

Replies 11 (11)