UTM parameters are small tags you add to the end of a link so your analytics can tell you exactly where a click came from. Without them, a visitor from your newsletter, your Instagram post and a partner's blog all blur together as "referral" or "direct" traffic. With them, you can prove which campaign, channel and even individual post actually drove results.
The five UTM tags
A UTM-tagged link looks like example.com/?utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale. There are five parameters, and analytics tools like Google Analytics 4 read them automatically:
- utm_source — where the traffic comes from:
newsletter,instagram,partner_blog. - utm_medium — the channel type:
email,social,cpc,banner. - utm_campaign — the campaign name:
spring_sale,launch_2026. - utm_term — (optional) the paid keyword for search ads.
- utm_content — (optional) which creative or link was clicked, e.g.
header_buttonvsfooter_link.
How they appear in analytics
When a tagged link is clicked, the destination site's analytics records those values against the session. In GA4 you will find them under Traffic acquisition, split by source, medium and campaign. That lets you compare channels side by side and calculate which one delivers the cheapest conversions.
Naming conventions that save you
UTM values are case-sensitive, so Email and email become two separate rows in your reports. Pick one style — lowercase, with underscores or hyphens instead of spaces — and document it. Consistency is the entire game: a messy tagging scheme produces reports you cannot trust.
Common mistakes to avoid
- Tagging internal links. Never put UTMs on links between pages of your own site — it resets the session and corrupts your data.
- Inconsistent casing or spelling that splits one channel into several.
- Over-tagging every link until reports become noise. Tag what you will actually analyze.
- Leaving ugly tagged URLs raw in public — they look spammy and get truncated.
Combine UTMs with short links
That last point is where a shortener earns its keep. A fully tagged URL is long and unattractive, but wrapping it in a short link keeps all the tracking while giving you something clean to share. On urlik.xyz, the link form includes a built-in UTM builder: fill in source, medium and campaign, and the tags are attached behind a tidy short link. You then read the results on the link's stats page as well as in your site analytics.
A worked example
Say you are launching a spring sale by email and on Instagram. You create two links to the same landing page: one tagged utm_source=newsletter / utm_medium=email / utm_campaign=spring_sale, the other utm_source=instagram / utm_medium=social / utm_campaign=spring_sale. Both shortened. A week later your report shows the newsletter drove 70% of conversions at a fraction of the effort — so next time you double down on email. That is the whole point: UTMs turn guesses into decisions.