What is UTM parameters?
UTM parameters are five standardised additions at the end of a URL: `utm_source` (where from, e.g. `newsletter`), `utm_medium` (which channel type, e.g. `email`), `utm_campaign` (which campaign), plus optional `utm_term` and `utm_content` for keyword and variant. Your analytics tool reads them on page load and assigns the visit to the right source - without third-party cookies, because the information sits in the URL itself.
Their value stands and falls with discipline: `Newsletter`, `newsletter` and `nl` are three different sources to your tool. That calls for a fixed naming convention - everything lowercase, the same terms for the same channels, documented in one place. And one hard rule: UTM parameters belong only on links that lead to your website from outside. On internal links they overwrite the visit's true source and destroy the very assignment they were meant to improve.
Their limit remains an honest one: UTM parameters only measure what you link yourself - newsletters, ads, social posts, QR codes. The recommendation in conversation, the podcast, the copied URL without the addition all stay invisible. They are the tool for your own campaigns, not for organic discovery.
Why does UTM parameters matter?
While app tracking depends on consent - only 47 percent of iOS users in Germany allow it according to AppsFlyer (as of April 2025) - and browsers increasingly block third-party cookies, UTM parameters sit in the URL itself. That makes them one of the last assignment methods that work reliably: for everything you send out yourself.
UTM parameters in practice
- 01The monthly newsletter links the new blog article with `?utm_source=newsletter&utm_medium=email&utm_campaign=2026-07` - analytics shows the newsletter's contribution per issue.
- 02The same ad runs on two platforms: `utm_source=linkedin` versus `utm_source=meta` shows after four weeks which platform delivers not just clicks but enquiries.
- 03A QR code on the trade fair stand gets `utm_source=messe-wien` - the offline presence appears in online measurement for the first time.


