If you are running email campaigns, paid ads, or social posts without UTM parameters, you are flying blind. UTM parameters let you track exactly which campaigns drive traffic and conversions in Google Analytics 4.
What Are UTM Parameters?
UTM stands for Urchin Tracking Module. UTM parameters are tags added to the end of any URL. When a user clicks a tagged link, Google Analytics 4 records all the UTM data so you can filter traffic by campaign, source, and medium.
The 5 UTM Parameters
| Parameter | Purpose | Example |
|---|---|---|
| utm_source | Where traffic came from | newsletter, google |
| utm_medium | The marketing channel | email, cpc, social |
| utm_campaign | The campaign name | black-friday |
| utm_term | Keyword for paid search | vpn+tools |
| utm_content | Differentiates similar links | header-cta |
Where "Urchin" Actually Came From
Urchin Tracking Module isn't a made-up acronym — Urchin Software Corporation built the original web analytics platform that Google acquired in 2005, and that acquisition became the foundation for Google Analytics itself. The UTM tagging convention survived that acquisition essentially unchanged, which is why two decades later it's still called "UTM" rather than something more Google-branded.
A Costly Attribution Mistake
Adding UTM parameters to internal links — between pages on your own site — is one of the most common analytics mistakes, and it silently breaks reporting rather than throwing an error. If a visitor arrives from Google organic search, then clicks an internal link tagged with utm_source=newsletter, GA4 overwrites the original "google / organic" session source with "newsletter," making genuinely valuable organic traffic look like it came from an email campaign that never actually sent them there. UTM tags should only ever go on links pointing into your site from somewhere external.
Best Practices
- Always use lowercase — GA4 is case-sensitive so Email and email are counted as different sources
- Use hyphens not spaces in campaign names
- Never tag internal links — it overwrites the original session source and breaks attribution
- Always include utm_source, utm_medium, and utm_campaign as a minimum
Viewing UTM Data in GA4
In Google Analytics 4, go to Reports, then Acquisition, then Traffic Acquisition. Filter by Session source/medium or Session campaign to see which UTM tags are driving your traffic.
Build UTM Links Free
Use the Anonymiz UTM Builder to generate correctly formatted UTM links in seconds. Fill in source, medium, and campaign — the tool handles URL encoding automatically.


