UTM Parameters
UTM Source, Medium, Campaign, Content, TermUTM parameters are tags appended to a URL that tell analytics tools exactly which campaign, source, and medium sent that traffic.
The five standard parameters are utm_source (where traffic came from — google, newsletter, linkedin), utm_medium (the channel type — cpc, email, social, organic), utm_campaign (the specific campaign name), and the optional utm_term (paid search keyword) and utm_content (differentiates ads or links within the same campaign). Without UTMs, paid social and email traffic often shows up misattributed as "Direct" or "Referral" in analytics, quietly understating those channels' real contribution.
UTM tagging is entirely manual and consistency-dependent — a single naming mistake (capitalized "Google" instead of lowercase "google," a stray space) creates a duplicate, fragmented source/medium combination in reporting, since most analytics platforms treat UTM values as case-sensitive strings, not normalized categories.
Related terms