Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
My google ads conversion tracking is still unverified after a week.
Store URL is https://coopersgourmetcoffee.com
And the code in my checkout is
Solved! Go to the solution
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.
Hi Lelvin,
My workaround for conversion tracking in Shopify has always been to add the analytics id using the preferences option under the online store menu in the backend. That way analytics gets properly installed throughout the site. From there I would then import transactions from Google Analytics in Google Adwords as conversions. Once the store has a sale the conversion will occur and the value will be captured as well.
Hope this helps you.
Thanks for the suggestion.
I have attached a snapshot of what I'm facing
Just something I noticed while looking at your image. You are already tracking purchases using the second conversion from the top in your image?
Also where did you install the code you displayed in your first message?
I believe that second conversion was automatically created by Google Channel. I use it to sync my products with merchant center.
The code is pasted up there is my global site tag and even snippet that i pasted in my checkout section of my store.
My issue is that it's not recording any conversions but the store is getting sales everyday.
I have tried everything but nothing seems to be working
Silly question, but did you also paste your adwords tracking code inside your theme.liquid file?
The only code I pasted in my theme.liquid is the global site tag
Hi
First of all, have you filled the preferences for conversion tracking in your Google Ads account? Tools and settings > Measurements > Conversions. Then, choose your website and the action you want to track. When you have already filled all the information, you have to add the tags:
The Global tag I have used in my store looks like this:
<script async
src=”https://www.googletagmanager.com/gtag/js?id=AW-CONVERSION_ID”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘AW-CONVERSION_ID’);
</script>
The event tag:
For links:
<a onclick=”return gtag_report_conversion(‘http://example.com/your-link’);”
href=”http://example.com/your-link” >Buy now!</a>
For buttons:
<button onclick=”return gtag_report_conversion(‘http://example.com/your-link’)”>Download</button>
For button images:
<img src=”submit_button.gif” alt=”Submit” width=”32″ height=”32″ onclick=”return gtag_report_conversion(‘http://example.com/your-link’)”/>
If you need more help to automate, optimize and track your Google Ads campaigns, you can go to Shopify app store and get a Google Ads and Shopping free app.
Yes, I have everything setup correctly.
The conversion action is for sales in my shopify store and it's still unverified
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.
I had a call with Google's Tag Implementation Team and the issue has been resolved.
Thank you all for your contributions.
It's now showing "No recent conversions" in my Google Ads.
Hi there! What's your fix?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025