Clever Marketing Tools
GUIDES / ANALYTICS

GA4 UTM Naming Conventions & Parameters Guide (2026)

Wojciech UrbanJul 13, 2026 · 4 min read

UTM parameters are query string fragments appended to URLs that tell analytics platforms the exact campaign, channel, and link that brought a user to your site. In Google Analytics 4, strict default channel grouping rules mean a single capitalized letter in a UTM tag can break your attribution and dump sessions into “Unassigned” traffic.

I’ve watched broken UTM tracking destroy attribution models in a dozen GA4 properties. If you do not map your parameters directly to Google’s strict logic, your data is effectively useless.

What are UTM parameters and how do they work?

UTM parameters (Urchin Tracking Module) are query string fragments appended to URLs that inform analytics platforms of the exact campaign, channel, and link that drove a user to your website.

Google acquired Urchin Software in 2005 to build Google Analytics. Two decades later, these text snippets remain the critical infrastructure for tracking inbound sessions. Marketers who enforce consistent UTM tagging for multi-touch attribution are 15% more likely to exceed their revenue targets.

Every time a user clicks a tagged link, the browser sends those variables to your tracking server. No sampling. No thresholds. Just raw parameter data matching a session to a specific marketing asset.

The 5 standard UTM parameters explained

There are five standard UTM parameters available for tracking traffic: source, medium, campaign, term, and content, with the first three being mandatory for proper GA4 reporting.

You must understand exactly what each entity represents before touching a tracking spreadsheet.

Parameter What it identifies Example values
utm_source The specific referring entity sending traffic. facebook, newsletter_q3, google
utm_medium The general marketing channel type. email, cpc, social
utm_campaign Groups related links under a single marketing initiative. black_friday_2026, spring_sale
utm_term Tracks specific paid keywords. running+shoes, b2b+software
utm_content Distinguishes specific ad variations or link placements. header_banner, blue_cta_button

How GA4 default channel grouping dictates UTM naming

GA4’s default channel grouping categorizes traffic based on rigid, predefined regex rules tied to utm_medium values, meaning any deviation from these rules will break your reporting.

GA4 evaluates inbound sessions against a strict order of operations. If your utm_medium is exactly cpc, it maps to Paid Search. If you decide to get creative and use utm_medium=paid or PPC, GA4 doesn’t understand it.

The system evaluates these regex rules sequentially. If an incoming URL doesn’t match the exact string criteria for “Organic Social”, “Email”, or “Paid Video”, Google throws its hands up and abandons categorization entirely.

GA4 is completely unforgiving regarding syntax. A single trailing space in your spreadsheet will trigger a regex failure and break your attribution.

Diagnosing and fixing “Unassigned” traffic in GA4

Traffic falls into the “Unassigned” bucket in GA4 when the utm_medium or utm_source values fail to match any of Google’s predefined definitions in the default channel grouping.

This is the most common analytics pain point for marketing operations managers. Unassigned traffic isn’t a glitch in GA4; it’s a direct result of an unrecognized utm_medium. When you see an isolated spike in “Unassigned” sessions, immediately check your recent campaign URLs.

Capitalized UTMs create duplicate rows in GA4. If an agency tags a Facebook ad with utm_medium=Social and your internal team uses utm_medium=social, GA4 treats these as two entirely distinct channels. The lowercase version maps correctly to Organic Social or Paid Social depending on the source. The capitalized version drops straight into Unassigned.

GA4 UTM naming convention best practices for 2026

The absolute best practice for UTM naming conventions is ruthless consistency: always use lowercase, replace spaces with underscores or hyphens, and standardize your campaign taxonomy.

If you want clean data, you need to enforce hard rules across your entire marketing team. Consistent naming conventions improve attribution accuracy instantly. Implement this framework:

How to track AI traffic: the new GA4 AI Assistant channel

As of May 2026, GA4 automatically tracks traffic from LLM models like ChatGPT and Gemini under a new “AI Assistant” default channel group, eliminating the need to manually build UTM tags for these platforms.

Most tutorials still tell you to build convoluted custom tags for AI referrers. That advice is dead. GA4 added the “AI Assistant” default channel grouping in May 2026 to track referrals from AI systems natively.

The AI Assistant channel categorizes LLM traffic perfectly out of the box. ChatGPT acts as a standard traffic referrer, and GA4 maps its signature directly. Do not append utm_source=chatgpt to your internal links shared on these platforms, as it overwrites Google’s native categorization logic.

How to create UTM codes (tools and methods)

You can create UTM codes manually using spreadsheets or automatically with URL builder tools, which guarantee correct parameter syntax.

URL builders generate tagged links without the risk of typos. While a seasoned analyst might type parameters directly into the browser bar, doing this at scale is a recipe for broken data. Our UTM Builder enforces lowercase normalization, taxonomy-compliant medium presets, and duplicate-parameter detection at creation time.

If you’re auditing historical data and want to know why a specific campaign failed to categorize, run your tags through the GA4 Channel Checker. Plug in your existing utm_source and utm_medium, and it tells you exactly which default channel Google will assign it to — before you spend budget promoting the link.

Frequently asked questions

What is the difference between utm_source and utm_medium?

The utm_source parameter identifies the specific referring entity (like Facebook or a newsletter), while utm_medium indicates the broader marketing channel (like social or email). Mixing them up is the most common cause of reporting errors.

Do UTM parameters affect SEO?

No, UTM parameters do not directly impact your search engine rankings. Search engines generally ignore UTM parameters during URL indexing, but you should use canonical tags to prevent content duplication issues.

Should I use auto-tagging or manual UTM parameters?

You should use auto-tagging (like GCLID for Google Ads) whenever a native integration is available. Rely on manual UTM parameters for non-integrated platforms like email newsletters or external social media ads.

Why does GA4 split my campaign into two separate rows?

GA4 splits campaigns when UTM parameters have inconsistent capitalization, such as using 'Email' in one link and 'email' in another. GA4 is case-sensitive, so sticking exclusively to lowercase letters prevents this data fragmentation.