You publish a link on Twitter, in an email newsletter, and on a partner website. All three send traffic to the same page. Without UTM parameters, Google Analytics shows them all as a single blob of traffic. With UTM parameters, you see exactly which source drove which conversions.
What Are UTM Parameters?
UTM (Urchin Tracking Module) parameters are tags you add to a URL that tell Google Analytics where a visitor came from. They look like this:
https://yoursite.com/pricing?utm_source=newsletter&utm_medium=email&utm_campaign=june2026
The 5 UTM Parameters
- utm_source — Where the traffic comes from (google, newsletter, twitter, facebook).
- utm_medium — The marketing channel (cpc, email, social, banner, organic).
- utm_campaign — The specific campaign name (june2026, black-friday, product-launch).
- utm_term — The paid search keyword that triggered the ad (optional).
- utm_content — Used to distinguish between multiple links in the same campaign — e.g. "blue-button" vs "red-button" in an A/B test (optional).
UTM Best Practices
- Always use lowercase — UTM parameters are case-sensitive. "Email" and "email" are tracked as separate sources.
- Use hyphens not spaces — Write
utm_campaign=summer-salenotutm_campaign=summer sale. - Be consistent — Decide on naming conventions and stick to them. "twitter" and "Twitter" and "tw" all create separate entries.
- Never add UTMs to internal links — UTMs on links within your own site override the original traffic source, breaking your attribution data.
How to Build UTM Links
Use Anonymiz UTM Builder to generate properly formatted UTM links in seconds. Enter your URL, fill in the parameters, and copy the tracked link. Free, no account needed.
Where to See UTM Data
In Google Analytics 4: Reports → Acquisition → Traffic Acquisition. You will see utm_source, utm_medium, and utm_campaign in the dimension breakdown.


