June 28, 2026Analytics

Google Ads Conversion Label: Find It, Fix It

What the Google Ads Conversion Label Actually Is

Two weeks ago I audited an e-commerce brand spending EUR 11,000 a month on Google Ads. Smart Bidding was set to target ROAS, but reported conversions were running 35 percent below what the payment processor showed. The Google tag was installed. The trigger looked correct. GTM Preview mode showed the conversion tag firing on every purchase.

The problem was a single wrong character in the conversion label.

Someone on the team had copied the label from a test conversion action that was later deleted. The tag fired cleanly -- no errors, no warnings -- but Google Ads could not match the signal to any active conversion action. Every purchase fired into the void. Smart Bidding saw almost nothing and pulled spend back across the board. Thirty-five days of degraded performance before anyone noticed.

This is not rare. The Google Ads conversion label is a short alphanumeric string -- something like AbC-D_efGHi123 -- that identifies the specific conversion action a tag should report to. Get it wrong and your tag fires but Google Ads never records the conversion. There is no error in GTM. There is no alert in Google Ads. Your data just quietly stops.

Where to Find the Conversion Label in Google Ads

Every conversion action you create in Google Ads generates two values you need for tag setup: the Conversion ID (shared across your entire account) and the Conversion Label (unique to each conversion action). Here is where to find them.

Method 1: From the conversion action settings

  1. In Google Ads, go to Goals > Conversions > Summary.
  2. Click the name of the conversion action you want the label for.
  3. Click Tag setup in the top navigation.
  4. Select Use Google Tag Manager.
  5. Google shows you both the Conversion ID and the Conversion Label.

Copy them exactly. No trailing spaces, no line breaks. I have seen labels break because someone pasted them from a rich-text email that added an invisible Unicode character.

Method 2: From the Google tag (gtag.js) snippet

If you chose "Install the tag yourself" instead of GTM, Google shows you a gtag('event', 'conversion', {...}) snippet. The send_to parameter contains both values in the format AW-CONVERSION_ID/CONVERSION_LABEL. Everything after the slash is your conversion label.

Method 3: From an existing GTM tag

If a conversion tag already exists in your GTM container but you are not sure where the label came from, open the tag and read the Conversion Label field. Then go back to Google Ads and verify it matches an active conversion action. If the action was deleted, renamed, or recreated, the label may be orphaned -- pointing to nothing.

Google Ads Conversion ID and Label: What Is the Difference?

People confuse these constantly. Here is the distinction.

ValueScopeExamplePurpose
Conversion IDAccount-wideAW-123456789Identifies your Google Ads account
Conversion LabelPer conversion actionAbC-D_efGHi123Identifies the specific conversion action

Your account has one Conversion ID. It has as many conversion labels as you have conversion actions. When you set up a Google Ads Conversion Tracking tag in GTM, you need both. The Conversion ID tells Google which account to send the signal to. The Google Ads conversion tracking label tells it which action to record it under.

If you paste the right Conversion ID but the wrong label, Google receives the hit, cannot match it to a conversion action, and silently discards it. If you paste the wrong Conversion ID entirely, the hit goes to the wrong account -- or nowhere.

Five Ways Your Google Ads Conversion Label Breaks

After running tracking audits for two years, I see the same label problems over and over.

1. Copied from a deleted conversion action

You create a conversion action, copy the label into GTM, then later delete the action and create a new one. The new action has a new label. But the old label is still in your GTM tag. The tag fires, Google ignores it. This is the most common reason for a Google Ads conversion label not working.

2. Pasted from the wrong conversion action

An account with five conversion actions -- Purchase, Add to Cart, Lead Form, Phone Call, Newsletter Signup -- has five different labels. It takes one copy-paste error to attach the Purchase tag to the Newsletter label. Now every purchase inflates your newsletter signups and your actual purchase count is zero.

3. Hardcoded in multiple places

I regularly find accounts where the conversion label lives in GTM, in a hardcoded gtag.js snippet on the site, and sometimes in a third-party plugin. When someone updates the label in GTM but not in the hardcoded snippet, you get double-counting for some conversions and zero for others. The fix starts with removing redundant implementations -- something I walk through in my Google Ads conversion tracking guide.

4. Swapped between production and test accounts

Development teams sometimes create a test Google Ads account for staging environments. The test account has its own Conversion ID and labels. If a developer accidentally deploys the staging GTM container -- or copies the test label into the production tag -- conversions route to a test account nobody monitors.

5. Overwritten by a tag template or plugin

Some CMS plugins and Shopify apps auto-populate the conversion label from a settings field. If someone updates the Google Ads conversion action but forgets to update the plugin settings, the label drifts. I see this frequently on Shopify stores -- the GTM Shopify tracking guide covers how to verify the values match.

How to Verify Your Conversion Label Is Correct

Do not trust that a firing tag means a working tag. Here is the verification process I use on every audit.

Step 1: Confirm the label in Google Ads

Go to the conversion action in Google Ads and copy the Conversion Label from the tag setup screen. Paste it into a plain-text editor.

Step 2: Compare against your GTM tag

Open the Google Ads Conversion Tracking tag in GTM. Compare the Conversion Label field character by character against what you copied. Watch for common mistakes: trailing whitespace, a lowercase l that looks like a 1, or a pasted label that includes part of the Conversion ID prefix.

Step 3: Fire a test conversion

Use GTM Preview mode. Walk through your conversion flow. When the tag fires, click on it in the Preview pane and check the outgoing request. The label parameter should match exactly. You can also use the Network tab in Chrome DevTools -- filter for googleads.g.doubleclick.net/pagead/conversion/ and inspect the label query parameter in the request URL.

Step 4: Check Google Ads for recording status

After your test conversion, go to Goals > Conversions > Summary in Google Ads. The conversion action's status should show "Recording conversions" or "Recently active." If it still shows "No recent conversions" or "Inactive" after 24 hours, the label is wrong or the tag is not reaching Google.

Google's Tag Assistant can also validate the Conversion ID and label match in real time. It will flag mismatches that GTM Preview alone will not catch.

Step 5: Cross-check with your source of truth

Compare the conversion count in Google Ads against your CRM, payment processor, or backend for the same period. If Google Ads shows zero or near-zero while your backend shows real conversions, the label is almost certainly wrong. If counts exist but are inflated, you may have the label attached to the wrong action or duplicate tags firing. I cover the full diagnostic process in my guide on why GA4 and Google Ads conversions do not match.

When the Label Is Right but Tracking Still Fails

Sometimes the conversion label is correct and the tag still does not work. Before you spend hours debugging the label, rule out these adjacent problems.

Consent blocking the tag. If you run a consent management platform and the Google Ads conversion tag requires consent to fire, users who decline cookies never trigger it. This is not a label issue -- it is a consent configuration issue. With Consent Mode v2 in Advanced mode, the tag fires in a cookieless state and Google models the missing conversions. In Basic mode, the tag simply does not fire at all for non-consented users.

Trigger misconfiguration. The label is right but the tag never fires because the GTM trigger is wrong. A trigger set to "Page View -- Thank You Page" will not fire if your site uses a single-page app that never loads a new page. A data layer event trigger that references a misspelled event name will never match.

Missing data layer values. For e-commerce conversions, the tag needs a conversion value and transaction ID from the data layer. If those values are undefined, the tag fires but sends a zero-value conversion with no dedup ID. Google records it, but your revenue reporting is blank and repeat page loads create phantom conversions.

Tag firing on the wrong page. If the trigger is too broad -- say, "All Pages" instead of a specific conversion event -- the tag fires on every pageview. Google Ads records hundreds of conversions a day, your CPA drops to near zero, and Smart Bidding goes haywire. This usually gets noticed fast, but I have seen it run undetected for weeks on low-traffic B2B sites.

A Checklist for Getting the Conversion Label Right

CheckWhat to verify
Label matches active actionThe conversion action in Google Ads exists and is not deleted or paused
Label is in the right tagEach conversion action has its own tag with its own label -- do not reuse
No duplicatesThe label appears in exactly one tag in GTM, and nowhere else on the site
Conversion ID is correctThe account-level Conversion ID matches your Google Ads account
Test conversion recordedA real or simulated conversion appears in Google Ads within 24 hours
Source-of-truth matchGoogle Ads conversion count aligns with CRM or backend data (within 10 percent)

If you cannot get through this checklist cleanly -- or if you get through it and the numbers still do not add up -- the issue is probably deeper than the label itself. It might be consent, attribution windows, enhanced conversions, or server-side routing. That is the kind of layered problem I diagnose for clients.

FAQ

Where do I find my Google Ads conversion label?

In Google Ads, go to Goals, then Conversions, then Summary. Click on the conversion action name, select Tag setup, and choose Use Google Tag Manager. The Conversion Label is displayed alongside the Conversion ID. Copy it exactly as shown, including capitalization and special characters.

What is the difference between a Google Ads Conversion ID and a conversion label?

The Conversion ID is an account-level identifier shared across all your conversion actions. It looks like AW-123456789. The conversion label is unique to each individual conversion action and tells Google which specific action to record. You need both values in your conversion tracking tag for it to work.

Why is my Google Ads conversion label not working?

The most common cause is that the label was copied from a conversion action that has since been deleted or replaced. Other causes include pasting the label from the wrong conversion action, trailing whitespace or invisible characters in the label field, or having duplicate tags that conflict with each other. Verify the label in your tag matches the one shown in your active conversion action settings.

Can I use the same conversion label for multiple tags?

You should not. Each conversion action has a unique label, and that label should appear in exactly one tag. If the same label appears in multiple tags or in both a GTM tag and a hardcoded snippet, you risk double-counting conversions. Use one tag per conversion action and remove any duplicate implementations.

How do I test whether my Google Ads conversion label is correct?

Use GTM Preview mode to fire a test conversion and verify the label parameter in the outgoing request. Then check Google Ads under Goals, Conversions, Summary to confirm the conversion action status changes to Recording conversions within 24 hours. You can also use Google Tag Assistant to validate the Conversion ID and label match in real time.

Not sure your conversion tracking is actually working? Get in touch -- I will audit your setup and tell you exactly what is broken and how to fix it.

Ready to fix your marketing measurement?

Take assessment →