Ad campaign name (Google Ads) dimension
The Google Ads campaign name dimension reports the readable name of the paid campaign a click came from, resolved through account linking. This page explains how it relates to the campaign ID, how it differs from the UTM-based campaign dimension, and why renaming campaigns can muddy historical analysis.
What this means
When Google Ads and GA4 are linked, GA4 resolves each paid click to its Google Ads campaign and exposes the human-readable campaign name, not just an internal ID. This is the label you set in the Google Ads interface, which makes reports legible.
The name is the readable face of the campaign ID: the ID is the stable key, the name is the display string. GA4 stores both, so you can pivot on whichever suits the analysis.
- Readable Google Ads campaign label after linking
- Paired with a stable campaign ID
- Set in the Google Ads interface
Name vs ID vs UTM campaign
Three things can all be called 'campaign'. The Google Ads campaign name and ID come from linked-account data; the UTM campaign (utm_campaign) is a tag you apply manually to any link. For Google Ads with auto-tagging you get the name/ID; for hand-tagged links you get the UTM string.
Renaming matters because the name is mutable while the ID is stable. If you rename a campaign, historical rows keep the old name and new rows show the new one, fragmenting the same campaign across two labels. Pivot on the ID when you need continuity through renames.
- Name and ID come from linked Google Ads data
- utm_campaign is a manual tag for any source
- Renames split history; pivot on ID for continuity
How it appears in analytics and logs
A Google Ads campaign name value is the readable label tied to a linked-account campaign. A name that suddenly changes for the same traffic usually means the campaign was renamed in Google Ads, not that a new campaign appeared.
Diagnostic use case
Read paid-search performance by recognizable campaign names rather than numeric IDs, after Google Ads and GA4 are linked.
What WebmasterID can help detect
WebmasterID reads readable campaign tags from inbound links first-party, so you can label paid traffic meaningfully even where ad-account linking is unavailable.
Common mistakes
- Confusing the Google Ads campaign name with utm_campaign.
- Treating a rename as a brand-new campaign.
- Analysing on name instead of ID across a rename.
Privacy and accuracy notes
Campaign names are advertiser metadata, not personal data. Avoid encoding anything user-specific into a campaign name.
Related pages
- Campaign ID dimension: the machine key for campaigns
Campaign ID is the dimension fed by the utm_id parameter (and by ad-platform IDs on auto-tagged traffic). Unlike the human-readable campaign name, the ID is a stable machine key meant to survive renames and to join analytics with ad-platform cost data. GA4 uses it to reconcile manual tags with imported campaign metadata, which makes it the durable join key for cross-system reporting.
- Campaign dimension
The campaign dimension labels a visit with the marketing campaign that drove it. It is populated from the utm_campaign parameter on a tagged link, or auto-tagged by an ad platform's own click ID. Any visit without a campaign tag — most organic, direct, and untagged referral traffic — shows '(not set)', which is the absence of a campaign rather than a campaign named '(not set)'.
- gclid and auto-tagging dimension
A gclid (Google Click Identifier) is a token Google Ads appends to landing-page URLs when auto-tagging is on. It lets GA4 resolve campaign, ad group, creative, and match-type dimensions without UTMs. This page explains how auto-tagging works, how it differs from manual tagging, and what happens when the gclid is stripped.
- Attribution analytics
Read paid campaigns against first-party engagement.
Sources and verification notes
- Google Analytics Help — [GA4] Google Ads dimensionsLists Google Ads campaign name/ID among linked-account dimensions.
- Google Ads Help — About campaignsDefines the campaign object that supplies name and ID.
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.