Google Ads conversions duplicated
Introduction
If you notice that your Google Ads conversions are being counted more than once per sale, you may be dealing with duplicated conversions. This can lead to inaccurate reporting, wasted ad spend, and poor optimization decisions. This article explains why this happens, how to diagnose the problem, and practical steps to resolve it for Shopify and ecommerce store owners.
Why This Issue Happens
Duplicated conversions occur when Google Ads records more than one conversion for a single customer action, such as a purchase. This typically results from tracking code or tag configuration errors, causing the same conversion to be reported multiple times.
Common Causes
- Google Ads conversion tag is firing multiple times on the order confirmation page
- Both Google Ads and Google Analytics are importing conversions for the same purchase
- Multiple tracking apps or plugins are installed and firing the same event
- Order confirmation page reloads or is revisited by customers, triggering the tag again
- Incorrect placement of the conversion tracking code in Shopify theme files
- Enhanced Conversions and standard conversions both enabled for the same event
Step-by-Step Checklist to Fix It
- Check your Shopify admin for any tracking scripts or apps that add Google Ads tags. Remove duplicates.
- Use Google Tag Assistant or Google Tag Manager’s Preview mode to see how many times the conversion tag fires on the order confirmation page.
- Ensure you are not importing the same conversion from both Google Analytics and Google Ads. Only use one source, or set up separate conversions.
- Verify that the conversion tag is only present on the order confirmation page, and not on other pages or in multiple locations on the page.
- If using Google Tag Manager, confirm that your trigger only fires once per transaction, ideally using the transaction/order ID as a trigger condition.
- If customers can reload or revisit the confirmation page, implement logic to prevent the tag from firing again for the same order (e.g., by using cookies or local storage).
- Check for Enhanced Conversion setups that might overlap with standard conversion tags, and adjust accordingly.
What Does NOT Work
- Simply deleting one conversion in Google Ads without checking your website’s code and triggers
- Relying on Shopify’s default integration if you have installed additional tracking apps or custom scripts
- Assuming Google will automatically de-duplicate conversions if you have multiple tags
- Ignoring warnings in Google Ads or Tag Manager about duplicate conversions
How Reviews or Checks Work
Google Ads does not automatically review or correct duplicated conversions. You must diagnose and resolve the issue on your website or via your tag management system. After making changes, monitor your conversion data for several days to ensure the issue is resolved. Use tools like Google Tag Assistant and conversion action reports in Google Ads to verify that each transaction is counted only once.
FAQ
-
Q: How do I know if my conversions are being duplicated?
A: Signs include unusually high conversion counts, conversion rates above 100%, or seeing multiple conversions for the same order ID in your reports.
-
Q: Can I fix this without editing code?
A: Sometimes, if the issue is caused by duplicate app installations or import settings. For more complex cases, code or tag configuration changes may be required.
-
Q: Will deleting a conversion action in Google Ads remove past duplicates?
A: No. Removing a conversion action stops future tracking but does not retroactively adjust historical data.
-
Q: What if I use both Google Analytics and Google Ads for conversion tracking?
A: Make sure you are not importing the same conversion event from both sources, or set up unique conversion actions for each to avoid double counting.
Related tracking issues
Main guide:
Tracking