UTM Parameters
UTM parameters are tags appended to URLs that tell your analytics platform where a visitor came from — which campaign, medium, source, and creative drove the click.
What it is
A UTM-tagged URL looks like: example.com/?utm_source=facebook&utm_medium=paid&utm_campaign=fall_2026_admits&utm_content=video_v3. Each parameter slots into a different report dimension in GA4 or your CRM, so you can roll up performance by source/medium/campaign without ambiguity.
Why it matters
Without UTMs, paid and organic traffic from the same channel get lumped together. Newsletter clicks, retargeting clicks, and partner mentions all look like 'direct' or are misattributed to 'organic social'. UTMs are the discipline that makes channel ROI legible.
UTM governance — the rule we live by
- Lowercase everything (UTMs are case-sensitive — "Facebook" ≠ "facebook")
- Standardize values:
paid,organic,email,referral - Keep a shared spreadsheet of valid sources/mediums per team
- Never UTM internal links — it overwrites the original session
- Use a UTM builder (Google's, or a simple internal one) to prevent typos
Frequently asked questions
Do UTMs hurt SEO?
No when used on inbound traffic (paid, email, partners). Yes when used on internal links — strip them. Also canonicalize so the un-tagged version is the canonical URL.
What if a campaign has no UTM?
It'll fall into '(not set)' or be misclassified as direct/organic. Always tag campaigns you're paying for — that's not optional.
Should I tag organic social posts with UTMs?
Yes when possible. Most platforms will accept tagged URLs and it makes organic vs paid attribution far cleaner.