Shopify & Google Ads: Solving Conversion Tracking Problems

Shopify Google Ads Conversion Tracking - shopify google ads conversion tracking not working
Professional headshot of Steve Pogson, Founder of First Pier
April 8, 2025

If you're dealing with "shopify google ads conversion tracking not working," you're not alone. This is a common issue that can slow down your e-commerce plans. The problem often comes from tags that aren't set up right or missing scripts. Here’s what you should check first:

  1. Correct Tag Placement: Make sure your conversion tag is in the right spot on your Shopify site. It should be on the page where conversions happen.
  2. Google Tag Manager: Use this for easier tag management. Mistakes here can cause tracking problems.
  3. Order Status Page: Put the Google conversion tracking tag here to catch completed transactions.
  4. Cookies & Consent: Follow GDPR rules, as missing consent banners might stop Google Ads from tracking conversions in the EU and EEA regions.
  5. Data Layer Issues: Check if your dataLayer is set up correctly, as this can mess up data flow to Google Ads.

Conversion tracking problems can make it hard to understand what drives sales, leaving you guessing. That’s where we come in. At First Pier, we specialize in fixing these issues to make sure your Shopify store works at its best.

I'm Steve Pogson, a Shopify Expert and E-commerce Growth Specialist with over two decades of experience. Shopify google ads conversion tracking not working is a challenge I’ve helped many clients overcome, ensuring their stores reach full potential. Stick around as we explore how to solve these issues effectively.

Steps to Resolve Shopify Google Ads Conversion Tracking Issues - shopify google ads conversion tracking not working infographic pillar-4-steps

Shopify google ads conversion tracking not working word list:

Understanding Conversion Tracking

Conversion tracking is essential for gauging the effectiveness of your online advertising efforts. It provides insights into the actions people take after viewing your ads, helping you gauge the impact of your marketing strategies. Let's explore the key components of conversion tracking: the conversion tag, global site tag, and event snippet.

Conversion Tag

The conversion tag is a snippet of code added to your website to monitor specific user actions, such as purchases or sign-ups. When a user completes an action that you've defined as a conversion, this tag communicates with Google Ads to report the activity, helping you understand which ads are performing well.

Global Site Tag

The global site tag (gtag.js) serves as a foundation for Google's tracking and advertising services, including Google Ads and Google Analytics. It should be included on every page of your website to maintain consistent and accurate tracking across your site.

Event Snippet

The event snippet works alongside the global site tag and is placed on conversion-related pages, like the order confirmation page. It captures detailed information about the conversion event, such as transaction value and order ID, which enriches the data in your Google Ads reports.

Proper setup of these components is crucial to resolving issues like shopify google ads conversion tracking not working. Errors in tag placement or configuration can lead to inaccurate data, hindering your ability to optimize your advertising campaigns effectively.

For more streamlined tag management, consider using Google Tag Manager. This tool simplifies the deployment and updating of tags without needing to modify your website's code directly.

Common Issues with Shopify Google Ads Conversion Tracking Not Working

Setting up conversion tracking for Google Ads on Shopify can sometimes be challenging. If you're encountering issues with Shopify Google Ads conversion tracking not working, you're not alone. Here are some typical problems and their solutions.

Conversion Tag Placement

Incorrect placement of the conversion tag is a frequent issue. This tag should be on the page where the conversion completes, such as the order confirmation page.

  • Solution: Verify the placement of the conversion tag on your Shopify store. Use Google Tag Assistant to check if the tag is firing correctly. This tool can help identify and resolve any issues with the tag's activity.

Ad Blockers

Ad blockers can prevent conversion tags from firing, leading to gaps in tracking data.

  • Solution: Consider using server-side tagging through Google Tag Manager. This method sends data directly from your server, reducing the impact of ad blockers.

Redirection Issues

Redirections during the checkout process can prevent the conversion tag from firing.

  • Solution: Make sure the conversion tag is on the final page of the checkout process, such as the thank you page. Simplifying the checkout flow can also help minimize redirection issues.

Addressing these common issues is vital for ensuring accurate conversion tracking. If problems persist, consider more advanced solutions like custom pixel implementation or adjustments to your dataLayer configuration.

Step-by-Step Guide to Fix Conversion Tracking Problems

If you're struggling with Shopify Google Ads conversion tracking not working, don't worry. We've got a step-by-step guide to help you solve these issues using Tag Assistant, browser developer tools, and Google Tag Manager.

Step 1: Use Google Tag Assistant

Google Tag Assistant is a browser extension that helps you verify if your tags are working correctly. It's a great tool to start with when diagnosing conversion tracking issues.

  1. Install Tag Assistant: Add the Tag Assistant extension to your browser.
  2. Enable Tag Assistant: Open it and enable it for your Shopify store.
  3. Check Tag Status: Visit your store and see if the Tag Assistant shows the tags as active or inactive.
  4. Troubleshoot: If you see "Unverified" or "Tag inactive," click for more details. The tool provides specific recommendations to fix these issues.

Use Tag Assistant to verify tag status - shopify google ads conversion tracking not working infographic 4_facts_emoji_blue

Step 2: Leverage Browser Developer Tools

Browser developer tools can provide deeper insights into what's happening on your site. They can help you see if there are any JavaScript errors preventing tags from firing.

  • Access Developer Tools: Right-click on your Shopify store page and select "Inspect" to open the developer tools.
  • Check Console for Errors: Look for any errors in the console. JavaScript errors can stop your tags from firing correctly.
  • Fix Errors: Address any errors you find. This might involve adjusting your tags or fixing code in your Shopify theme.

Step 3: Set Up Google Tag Manager

Google Tag Manager (GTM) is a powerful tool for managing all your tags in one place. It can help streamline your conversion tracking setup.

  • Create a GTM Account: If you haven't already, create a Google Tag Manager account.
  • Add GTM to Shopify: Place the GTM code in your Shopify theme. The <head> code goes near the top of the <head> section, and the <body> code just after the opening <body> tag.
  • Create Tags and Triggers: Use GTM to create conversion tags and set triggers for when they should fire. For example, a purchase tag should trigger on the order confirmation page.
  • Test with Preview Mode: Use GTM's preview mode to test if your tags are firing as expected. Make sure the correct tags fire when you complete actions like a purchase.

Using these tools and steps, you can identify and fix most conversion tracking issues. If you're still experiencing problems, it might be time to look into advanced solutions like custom pixels or adjusting your dataLayer setup.

Next, we'll dig into advanced solutions for fixing conversion tracking issues, including dataLayer setup and custom pixel implementation.

Shopify Google Ads Conversion Tracking Not Working: Advanced Solutions

When basic troubleshooting doesn't resolve Shopify Google Ads conversion tracking not working, it's time to explore advanced solutions. These involve setting up the dataLayer, using custom pixels, and understanding Shopify Checkout 2.0.

dataLayer Setup

The dataLayer is a JavaScript object that allows you to pass information from your Shopify store to Google Tag Manager. It's crucial for capturing detailed event data, such as purchase amounts and product details.

  • Initialize dataLayer: Ensure that your Shopify theme includes a properly initialized dataLayer. This is often done in the theme's <head> section.
  • Push Events to dataLayer: When a customer makes a purchase, push relevant data to the dataLayer. This might include transaction value, currency, and product information. For example:

    window.dataLayer = window.dataLayer || [];window.dataLayer.push({  'event': 'purchase',  'transactionId': '12345',  'transactionTotal': 100.00,  'currency': 'USD'});
  • Link dataLayer with GTM: Use Google Tag Manager to read these dataLayer events and trigger conversion tags.

Custom Pixel Implementation

Custom pixels can offer more flexibility and control over tracking than standard tags. They are especially useful if you're using Shopify Checkout 2.0, which might have different requirements.

  • Create a Custom Pixel: Develop a pixel that captures the specific data you need. This could involve writing custom JavaScript to collect and send data to Google Ads.
  • Integrate with GTM: Use Google Tag Manager to deploy your custom pixel. This allows you to manage and update the pixel without changing your Shopify theme directly.
  • Test and Validate: Ensure your custom pixel fires correctly by testing it in GTM's preview mode. Check that it sends the right data to Google Ads.

Shopify Checkout 2.0

Shopify Checkout 2.0 introduces new features that can affect how conversion tracking is set up. It's important to adapt your tracking to these changes.

  • Understand Checkout 2.0: Familiarize yourself with the new checkout process. Checkout 2.0 may require different tag placements or data handling.
  • Update Tracking Code: If your store has migrated to Checkout 2.0, review and update your tracking code to ensure compatibility.
  • Monitor Performance: After implementing changes, closely monitor your conversion data to ensure that it accurately reflects user actions.

By setting up the dataLayer, using custom pixels, and adapting to Shopify Checkout 2.0, you can overcome advanced conversion tracking challenges. These solutions provide greater accuracy and flexibility, helping you make the most of your Google Ads campaigns.

Next, we'll address some frequently asked questions about Shopify Google Ads conversion tracking to further clarify common issues and solutions.

Frequently Asked Questions about Shopify Google Ads Conversion Tracking

Why are my Google Ads not tracking conversions?

If your Google Ads aren't tracking conversions, it might be due to several reasons. First, ensure your conversion tag is correctly placed. This tag is essential for tracking the actions users take after interacting with your ads.

Use the Tag Assistant tool to check if your conversion tag is firing properly. This tool helps identify issues with tags on your website, ensuring they are active and functioning as expected. If the Tag Assistant shows errors or warnings, it’s time to review your tracking setup.

Another common issue is incorrect conversion action configuration in Google Ads. Make sure you've set up your conversion actions correctly, and that they align with your business goals. Double-check the global site tag and event snippet to ensure they are implemented on the right pages, like your checkout or thank you pages.

How do I add Google conversion tracking to Shopify?

Adding Google conversion tracking to Shopify involves a few key steps. First, create a conversion action in your Google Ads account. This action defines what you consider a conversion, such as a purchase or sign-up.

After setting up the conversion action, you’ll receive a global site tag and an event snippet. The global site tag should be placed in the <head> section of your Shopify theme. This tag is crucial for all your tracking activities.

Next, add the event snippet to the specific pages where you want to track conversions. For example, place it on the order confirmation or thank you page to capture purchase data.

If you're using Google Tag Manager, you can manage these tags more easily. Simply set up triggers and tags within GTM to fire the conversion actions based on specific user interactions.

Why are my Google Ads getting clicks but no conversions?

If your ads are getting clicks but not converting, there might be a disconnect between your ad targeting and your landing page content. First, review your conversion goals to ensure they are realistic and aligned with your campaign objectives.

Check if your tracking code is firing on the correct pages. Use tools like the Tag Assistant or browser developer tools to inspect the page source and confirm that the conversion tag is present.

Consider the campaign level settings in Google Ads. Ensure that your targeting, keywords, and ad copy are optimized to attract the right audience. Sometimes, a mismatch in user expectations and landing page content can result in clicks without conversions.

Lastly, analyze the user experience on your site. Slow load times, confusing navigation, or a lack of clear calls to action can deter users from completing a conversion.

By addressing these common issues, you can improve your conversion tracking and ensure your Google Ads campaigns are more effective.

Conclusion

In e-commerce, tracking conversions accurately is crucial for understanding the effectiveness of your marketing efforts. At First Pier, we specialize in providing top-notch Shopify optimization and e-commerce solutions that help businesses thrive online. Our team knows how frustrating it can be when your Shopify Google Ads conversion tracking is not working as expected.

We understand the intricacies of setting up and maintaining conversion tracking. We use our expertise to ensure your Google Ads campaigns are optimized for success. This means more than just getting clicks; it's about converting those clicks into tangible results.

Shopify Optimization is at the heart of what we do. We focus on creating a stable and feature-rich platform for your online store, ensuring that every aspect of your business runs smoothly. Our approach is custom to meet your unique needs, helping you overcome challenges and achieve your business goals.

When conversion tracking isn't working, it can feel like you're losing out on potential sales. That's why First Pier offers comprehensive e-commerce solutions to address these issues. From setting up the right tags and snippets to optimizing your ad campaigns, we're here to help you every step of the way.

If you're facing conversion tracking problems or simply want to improve your Shopify store's performance, let's work together to boost your online sales. With First Pier by your side, you can focus on what you do best—running your business—while we handle the technical details. Let's make your e-commerce store a success story.