What Is UTM Parameters?
UTM parameters are URL query strings — utm_source, utm_medium, utm_campaign, utm_term, utm_content — that pass campaign attribution information to your analytics tool when a link is clicked. GA4 uses them to categorise traffic sources.
Anatomy
https://morshedpp.com/services/meta-ads?utm_source=linkedin&utm_medium=social&utm_campaign=q3-launch&utm_content=video-a. GA4 reads: source=linkedin, medium=social, campaign=q3-launch, content=video-a. That click shows up in traffic reports segmented exactly that way.
Benchmarks
- 5 core parameters: source (required), medium (required), campaign, term, content.
- Case sensitivity: 'LinkedIn' and 'linkedin' are treated as separate sources. Pick lowercase-only.
Why it matters
UTMs are the only reliable way to segment paid, organic, referral, email, and social traffic in analytics. Every dashboard, attribution report, and cohort analysis depends on consistent UTM tagging upstream.
Common mistakes
- 1.Inconsistent casing (Linkedin vs linkedin vs LinkedIn) creates 3 separate sources in reports.
- 2.Tagging internal links with UTMs — resets session attribution and destroys real source data.
- 3.Not tagging paid social. GA4 misclassifies untagged Meta clicks as (referral).
Put UTM Parameters to work
Related services
FAQs about UTM Parameters
Which UTM parameters are required?
utm_source and utm_medium at minimum. Campaign is standard. Term and content are optional but useful for creative-level tracking.
Should I tag internal links with UTMs?
Never. Internal UTMs restart the session's attribution and overwrite the original source.