Why Your Google Ad Grant Conversion Tracking Is Broken (and How to Fix It)

Conversion tracking is the foundation of everything in your Google Ad Grant account. Smart Bidding needs it. Compliance requires it. Performance measurement depends on it. When it breaks, your entire account suffers: Smart Bidding can't optimize, your conversion data goes dark, and you risk suspension.

The frustrating part: tracking can break silently. Everything looks fine in the Google Ads interface until you notice zero conversions this month, or you realize conversions equal clicks (which means something is counting wrong).

This guide covers the 8 most common reasons conversion tracking breaks and how to fix each one.

Key Takeaways - Broken tracking is often silent; regular verification is essential - The most common cause: GA4 link disconnected or conversion actions stopped recording - Check the Conversions Summary page in Google Ads for status indicators - Most fixes take less than 30 minutes once you identify the cause

Quick Diagnostic: Where to Check First

Before diving into specific issues, run these three quick checks:

Check 1: Conversion action status Go to Goals, then Conversions, then Summary. Look at the Status column for each conversion action:

Check 2: Recent conversion count In the same view, check "Last 7 days" conversions for each action. If all show 0, something is broadly broken. If some show data and others don't, the issue is specific to certain actions.

Check 3: GA4 link status Go to Tools and settings, then Linked accounts, then Google Analytics (GA4). Is your property showing as "Linked"?

Issue 1: GA4 Link Disconnected

Symptoms: Zero conversions across all actions. GA4 shows data, but Google Ads doesn't.

What happened: The link between GA4 and Google Ads was broken. This can happen when someone changes GA4 property settings, removes the Google Ads link in GA4, or changes account permissions.

Fix:

  1. In GA4: Admin, then Product links, then Google Ads links
  2. Check if your Google Ads account is listed and linked
  3. If not, re-create the link (see our GA4 linking guide)
  4. After relinking, conversion data should resume within 24-48 hours

Issue 2: GA4 Tag Not Firing on Your Website

Symptoms: Zero data in GA4 Realtime report when you visit your site. Google Ads shows no conversion data.

What happened: Your GA4 tracking code was removed or broken. Common causes: website redesign, theme change, plugin update, or hosting migration.

Fix:

  1. Visit your website and open GA4 Realtime report. Do you see yourself as an active user?
  2. If not, check your website's HTML source for the GA4 tag (search for your Measurement ID: G-XXXXXXXXXX)
  3. If using GTM: verify the GTM container is installed and your GA4 Configuration tag exists and fires on All Pages
  4. If using direct installation (gtag.js): verify the code snippet is in the <head> section of every page
  5. Reinstall if missing. See our GA4 setup guide.

Issue 3: GCLID Being Stripped by Redirects

Symptoms: GA4 records visits but shows Grant traffic as "direct" or "organic" instead of "google / cpc." Conversions aren't attributed to your ads.

What happened: When someone clicks your ad, Google appends a ?gclid= parameter to the URL. If your website has redirects that strip URL parameters (common with some CMS configurations, URL shorteners, or security plugins), the GCLID is lost and GA4 can't connect the visit to the ad click.

Fix:

  1. Click one of your own ads (search for your brand name)
  2. Check the URL in your browser: does it contain gclid=?
  3. If the GCLID disappears after a redirect, find and fix the redirect that's stripping it
  4. Common culprits: WordPress plugins that "clean" URLs, server-side redirect rules, CDN configurations
  5. Ensure auto-tagging is enabled in Google Ads (Admin, then Account settings)

Issue 4: Consent Mode Blocking Tracking

Symptoms: Conversions dropped significantly after implementing a cookie consent banner. International visitors (especially EU/EEA/UK) generate no conversion data.

What happened: Consent Mode is configured to block GA4 tracking for users who don't accept cookies. If your consent banner defaults to "deny" and many visitors don't interact with it, a large portion of your traffic becomes untrackable.

Fix:

  1. Verify your Consent Mode implementation: are you using "Basic" or "Advanced" mode?
  2. Advanced Consent Mode (recommended) sends anonymized pings to Google even when consent is denied, allowing Google to model conversions. Basic mode blocks everything.
  3. Check your consent banner's default state and acceptance rate
  4. If conversion modeling is active (visible in Google Ads conversion diagnostics), some data loss is expected but Google models the gap
  5. For Grant accounts with primarily domestic (non-EU) traffic, consent shouldn't significantly impact conversion volume

Issue 5: Duplicate Tracking Inflating Conversions

Symptoms: Conversion count is suspiciously close to click count (90%+ conversion rate). Or conversion numbers doubled suddenly.

What happened: Two common causes:

Cause A: GA4 import AND a direct Google Ads tag are both tracking the same action. Each donation counts twice.

Cause B: Multiple GA4 events fire for the same action (e.g., both a pageview event for the thank-you page and a formsubmission event for the same form).

Fix:

  1. Go to Goals, then Conversions, then Summary. Look for duplicate or overlapping actions.
  2. If you have both a GA4-imported conversion and a Google Ads conversion tag for the same action, remove one (keep the GA4 import, remove the direct tag).
  3. In GA4, check Events for duplicate events firing at the same time (use DebugView to test).
  4. Ensure homepage visits or page views aren't counted as primary conversions.

Issue 6: Thank-You Page Tracking Misfiring

Symptoms: Conversions fire when people visit a URL that contains your thank-you page path, even without submitting a form. Or conversions don't fire at all on the thank-you page.

What happened:

Misfiring (too many): Your tracking trigger matches too broadly. If your condition is "page URL contains /thank," it might also match /thankyou-for-subscribing or /thank-you-for-visiting or even /author/thanh.

Not firing (zero): The thank-you page URL doesn't match your trigger condition. Maybe the URL changed, or the form doesn't actually redirect to the expected page.

Fix:

  1. Submit a test conversion (fill out the actual form)
  2. Check the URL of the page you land on: does it exactly match your trigger condition?
  3. Tighten your trigger condition if it's matching too broadly (use the full path, not just a fragment)
  4. If the form doesn't redirect as expected, switch to GTM form submission tracking

Issue 7: GTM Tags Not Publishing

Symptoms: You set up tracking in GTM Preview mode and everything worked, but conversions aren't recording on the live site.

What happened: You forgot to click "Submit" (publish) in GTM after testing. Changes in GTM don't go live until the container is published.

Fix:

  1. Log into GTM
  2. Check if there are unpublished changes (you'll see a notification)
  3. Click Submit, add a version name, and Publish
  4. Verify the live site by checking GA4 Realtime or GTM's Preview mode again

Issue 8: Conversion Actions Set to "Inactive" or Removed

Symptoms: A conversion that was working suddenly stops. The conversion action shows "Inactive" in Google Ads.

What happened: Someone accidentally paused, removed, or changed the conversion action settings. Or the GA4 key event was unmarked.

Fix:

  1. In Google Ads: Goals, then Conversions, then Summary. Check if the action is active.
  2. If inactive, click to re-enable it
  3. In GA4: Admin, then Events. Check if the key event toggle is still ON for your conversion events
  4. If the action was deleted, recreate it and reimport from GA4

Technician running diagnostics representing the troubleshooting process for Google Ad Grant conversion tracking

Prevention: How to Catch Tracking Issues Early

Weekly: Check your Google Ads conversion count. If any campaign shows zero conversions for 7+ days when it normally records them, investigate immediately.

Monthly: Run a full verification: submit a test form, check GA4 DebugView, verify Google Ads is receiving the conversion, confirm GA4 link is active.

After any website change: Redesigns, plugin updates, hosting migrations, theme changes. Check your tracking after every change.

Fix Your Tracking with GrantMax

GrantMax checks whether your conversion tracking is active, properly configured, and recording realistic data. If something is broken, you'll know exactly which conversion action has the issue.

Diagnose My Tracking Issues - Free

Prefer to hand it off to an expert? Our Google Ad Grant management services include conversion tracking setup, monitoring, and repair. Explore Grant Services

Frequently Asked Questions

How quickly should I fix broken tracking? Immediately. Every day without tracking means Smart Bidding operates blind and you risk failing the conversion tracking compliance requirement (at least 1 conversion per month).

Can I recover lost conversion data? No. Conversions that weren't tracked are gone. Google can't retroactively count conversions that weren't recorded. This is why prevention (regular monitoring) is so important.

My tracking was working but stopped after a website redesign. What now? Check that your GA4 tag (or GTM container) survived the redesign. Website rebuilds frequently remove or overwrite tracking code. Reinstall your tracking and verify it's working before any other optimization work.

Does tracking troubleshooting differ by country? The technical troubleshooting is identical globally. The only regional variable is Consent Mode implementation, which primarily affects organizations serving EU/EEA/UK visitors.

Key Takeaways


Published: March 2026 | Last Updated: March 2026 | Author: GrantMax Category: Tracking & Reporting | Tags: Conversion Tracking, Troubleshooting