Skip to main content

Tracking

What are UTM parameters?

Quick Definition

UTM parameters are short query-string tags appended to a URL — like ?utm_source=youtube&utm_medium=video&utm_campaign=review — that tell analytics tools where a click came from. They're the cheapest, most universal way for an affiliate to know which content, channel, or post actually drove a conversion.

How UTM parameters work

When someone clicks a link with UTMs attached, those parameters travel with the request. Google Analytics (and most other analytics platforms) reads them on page load and writes a row to your traffic data tagged with the source, medium, and campaign you specified. From that moment on, every action that user takes — page views, clicks, scrolls, conversions — is attributed to that traffic source.

The format never changes:

  • https://example.com/post?utm_source=...&utm_medium=...&utm_campaign=...

You can hand-build them, use a UTM builder (Google has a free one), or generate them inside your link-management tool.

The 5 standard UTMs

Three are mandatory in most analytics setups; two are optional.

  • utm_source — where the click came from. Examples: youtube, newsletter, twitter, google, pinterest.
  • utm_medium — the channel type. Examples: video, email, social, cpc, organic.
  • utm_campaign — the specific campaign or content piece. Examples: 2026-q2-launch, pinterest-review, black-friday.
  • utm_term — paid search keyword (mostly used for Google Ads).
  • utm_content — variant identifier for A/B testing or differentiating links on the same page (header CTA vs footer CTA, for example).

Why affiliates need them even if the network tracks clicks

Affiliate network dashboards show you clicks and conversions at the offer level. They almost never tell you which of your specific posts, videos, emails, or tweets drove those clicks. UTMs fill that gap.

Concrete example: you promote the same SaaS tool from three places — a YouTube video, a blog post, and an email. The network shows 47 clicks this month. Without UTMs, you have no idea which of the three is doing the work. With UTMs, you see 32 from the email, 12 from YouTube, 3 from the blog post — and now you know where to invest more time.

UTMs also persist into Google Analytics, which means you can stitch on-site behavior (time on page, scroll depth, what pages they visited next) to traffic source — something the affiliate dashboard alone never shows.

Naming conventions that don't fall apart

The single biggest mistake is inconsistency. YouTube, youtube, and YT are three different sources to the analytics tool, even though they're the same source to you. By month three, your reports become useless.

A naming convention worth stealing:

  • Lowercase everything. Always.
  • No spaces. Use dashes (black-friday) or underscores (black_friday) — pick one and stick with it.
  • Date-prefix campaigns. 2026-04-pinterest-review sorts cleanly and you'll thank yourself in six months.
  • Standardize source names. Always youtube (not "YT" or "yt-channel"), always newsletter (not "email-list" or "subscribers").
  • Document it. A two-page Google Doc listing your conventions saves your future self.

Common mistakes that break analytics

  • UTMs on internal links. Tagging your own site's nav with UTMs resets the original traffic source on every click. Never do this; only tag external entry points.
  • Spaces in values. Spaces become %20 in the URL and create variant rows in your reports. Use dashes.
  • Inconsistent capitalization. Already covered, but worth saying twice.
  • No canonical tags on the destination. Without a canonical, Google can index the UTM-laden URL as a separate page.

Frequently asked questions

What are the five standard UTM parameters?

utm_source (where the click came from), utm_medium (channel type), utm_campaign (specific campaign or content piece), utm_term (paid search keywords), and utm_content (variant identifier for A/B tests). Source, medium, and campaign are mandatory in most analytics tools; term and content are optional.

Do UTM parameters affect SEO?

Generally no. Google's Search Central confirms UTM parameters do not affect rankings. Caveats: avoid UTMs on internal links (muddies analytics), and rely on canonical tags so Google indexes the clean URL rather than UTM-laden duplicates.

Why do affiliates need UTMs if the network already tracks clicks?

Network tracking only shows you clicks at the offer level. UTMs let you see which page, post, email, or video drove the clicks — granularity the affiliate dashboard rarely provides. They also persist into Google Analytics, stitching on-site behavior to off-site conversions.

What's a good UTM naming convention?

Lowercase everything, no spaces (use dashes), pick one convention and stick with it. Example: utm_source=youtube, utm_medium=video, utm_campaign=2026-04-pinterest-review. The biggest mistake is inconsistent capitalization — 'YouTube' and 'youtube' are two different sources.

Related terms

Put it to work

Tag every external link. Standardize the names. Audit monthly.

The Analytics Playbook walks through the full tracking stack — UTM convention, GA4 setup, attribution modeling, and the handful of reports that actually tell you which of your content is earning.