Sharing, Links & Measurement

UTM Parameter

Definition

UTM parameters are five agreed names carried in a URL's query string: utm_source, utm_medium, utm_campaign, utm_term and utm_content. The initials come from Urchin Tracking Module, the analytics product Google bought in 2005, and the convention outlived the software. Source names the sender — newsletter, linkedin, partnersite. Medium names the channel type — email, social, cpc. Campaign names the push they belong to. Term and content are optional, used for paid keywords and for telling two versions of the same link apart. A tagged address looks like example.99helpers.site/?utm_source=newsletter&utm_medium=email&utm_campaign=autumn-launch, and the page served is identical whether the tags are there or not.

Why It Matters

Without tags, analytics can only report what the browser volunteers, and a large slice of real traffic volunteers nothing at all. Links opened from a mail client, a PDF, a chat app or a QR code usually arrive with no referrer, so they land in a bucket called direct and tell you nothing. Tag them and the same visits separate cleanly: 340 from the newsletter, 90 from the LinkedIn post, 15 from the printed flyer. The discipline that matters is consistency of spelling. LinkedIn, linkedin and LinkedIn.com become three rows in the report, and a campaign that actually drew 600 visits looks like three mediocre ones.

How It Works

The parameters live after a question mark and are joined by ampersands; anything unusual in a value must be percent-encoded, so autumn launch becomes autumn%20launch or autumn+launch. A static host ignores them entirely — the query string is not part of the file path, so the same file is served and the same cache entry is usually reused. The reading happens afterwards: a script on the page, or an edge analytics layer, records the parameters alongside the request and attributes the visit. Values are case-sensitive in most tools, so lowercase everything by habit. Keep the tags on links that point into your site from outside, and off internal links, where they overwrite the original source and make every journey look like it started halfway through.

Real-World Example

A consultancy publishes a 9 MB whitepaper at grid-report.99helpers.site and promotes it three ways. The newsletter link carries utm_source=newsletter and utm_medium=email, the LinkedIn post carries utm_source=linkedin and utm_medium=social, and the conference handout uses a QR code pointing at utm_source=expo-stand. After a fortnight the report shows 412 email visits, 96 from LinkedIn and 61 from the stand — enough to justify booking the stand again and quietly dropping the paid social.

Common Mistakes

  • Spelling a source differently across campaigns — Email, email and e-mail split one result into three and understate every one of them
  • Tagging internal navigation links — the new tags replace the original attribution, so the visit is credited to your own page
  • Putting a client's name or an internal code in utm_content and forgetting it is visible — the recipient can read the whole address they were sent

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →