UTM tags are the simplest way to know exactly where your traffic comes from. We cover naming conventions, common mistakes, and how to read UTM data in your analytics dashboard.
UTM (Urchin Tracking Module) parameters are tags you append to URLs so your analytics tool can tell you exactly where traffic came from. Instead of seeing "twitter.com" as a referrer and guessing which tweet drove the clicks, UTM tags tell you the specific campaign, medium, and source.
A UTM-tagged URL looks like this:
https://yoursite.com/pricing?utm_source=twitter&utm_medium=social&utm_campaign=spring-launch
When a visitor clicks that link, your analytics tool reads the parameters and attributes the visit accordingly. No cookies, no JavaScript magic — just URL query strings.
There are five standard UTM parameters. The first three are the most commonly used:
google, newsletter, twitter, partner-blogcpc, email, social, referralspring-sale, product-launch, weekly-digestheader-cta, sidebar-banner
The biggest UTM mistake isn't technical — it's inconsistent naming. If one team member uses utm_source=Twitter and another uses utm_source=twitter, your analytics will show them as two separate sources. Here are rules that prevent this:
twitter, not Twitter or TWITTERspring-sale, not spring_sale or spring%20saleutm_campaign=march-newsletter is useful; utm_campaign=march-3-2026-newsletter-v2-final is noiseutm_source with utm_medium.In Web Analyzer App, UTM data appears under the Sources tab, broken down by source, medium, campaign, term, and content. You can filter by any combination and see sessions, page views, and conversion rates for each campaign — all without cookies.
If you're running campaigns and not using UTM tags, you're flying blind. Start tagging your links today and see the data in Web Analyzer App — setup takes under 2 minutes.