What are UTM parameters?
UTM parameters label traffic sources so analytics tools can group sessions, campaigns, and content correctly.
Direct answer
UTM parameters are tags added to URLs, such as utm_source, utm_medium, utm_campaign, utm_content, and utm_term.
Why this matters
They make reporting cleaner, especially when comparing ads, influencer links, emails, social posts, and partner placements.
What to check
Use this term as an operating checkpoint, not just a glossary definition.
- Use a naming convention before campaigns launch.
- Keep source and medium stable across teams.
- Do not expose tracking tags as visible UI labels.
Common mistake
Inconsistent capitalization and ad-hoc names split reports into duplicate rows.
FAQ
Do UTM parameters affect SEO?
They can create duplicate crawl URLs if mishandled. Canonicals and clean internal links should point to the non-UTM URL.
Should internal links use UTM parameters?
Usually no. Use internal analytics events instead; UTMs are mainly for external traffic sources.
What is the minimum UTM setup?
At minimum use source, medium, and campaign. Add content when you need to distinguish creatives or placements.