WebmasterID logoWebmasterID
Data quality

Auto-tagging vs UTM conflicts

Google Ads auto-tagging appends a gclid to ad landing URLs; manual tagging adds utm_ parameters. When a link carries both, the two systems describe the same click differently and can disagree. By default GA4 gives precedence to gclid-based auto-tagging, so hand-set utm_source/medium on Ads links may not appear as expected. This page explains the precedence and how to avoid the conflict.

Verified against primary sources

Two tagging systems, one link

Auto-tagging is Google Ads adding a gclid query parameter automatically; GA4 resolves it against the linked Ads account to derive source, medium, and campaign. Manual tagging is you adding utm_source, utm_medium, and friends. On a Google Ads final URL you can end up with both, describing the same click.

Precedence and how to avoid clashes

Google's guidance is to not use both on the same Ads links: if auto-tagging (gclid) and manual tagging both exist, GA4 prefers the auto-tagging values by default, so your manual utm_source/medium can be effectively ignored. There is a property setting to let manual tagging override auto-tagging, but mixing them invites inconsistency.

The clean rule: let auto-tagging handle Google Ads, and reserve manual UTMs for non-Ads campaigns (email, social, partners). Don't double-tag the same link.

How it appears in analytics and logs

Ads traffic appearing as google/cpc despite manual UTMs means gclid auto-tagging won precedence; manual UTMs were overridden rather than lost in transit.

Diagnostic use case

Explain why Google Ads clicks show up under google/cpc from gclid even though the link also carried different manual utm_source/medium values.

What WebmasterID can help detect

WebmasterID reads campaign parameters from the landing URL first-party, so you can see exactly which parameters arrived and whether auto-tagging and manual tags disagree.

Common mistakes

Privacy and accuracy notes

gclid and utm_ are URL parameters describing the campaign, not the person. Avoid placing personal data in either. This page is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.