Attribution & Measurement

UTM Parameters

Also known asUTM TagsUTM TrackingUrchin Tracking Module

Tags appended to a URL (utm_source, utm_medium, utm_campaign, utm_term, utm_content) that tell web analytics which campaign drove a visit — the web-world equivalent of attribution parameters.

Key takeaways

  1. 01UTM parameters are URL query tags that label the source, medium, and campaign of a web visit so analytics can attribute it.
  2. 02The five standard tags: utm_source, utm_medium, utm_campaign, utm_term, utm_content.
  3. 03They are a WEB tracking convention — native mobile installs use MMP attribution links and install referrers, not UTMs directly.
  4. 04UTMs matter for mobile in web-to-app journeys: the UTM on a landing page is captured and can be carried into the app via deferred deep linking.

UTM parameters are tags appended to a URL's query string that tell web analytics tools which marketing campaign sent a visitor. "UTM" stands for Urchin Tracking Module, after the analytics company Google acquired to build Google Analytics. They're the web's standard, manual campaign-labeling convention.

The five standard UTM tags

Where UTMs meet mobile. Native app-install attribution doesn't use UTMs directly — it uses [[mmp]] attribution links, the Google Play install referrer, and SKAdNetwork. But UTMs are central to [[web-to-app]] journeys: when a user lands on a campaign-tagged web page and then installs the app, the UTM context can be captured and carried into the app via [[deferred-deep-linking]], preserving campaign attribution across the web-to-app handoff.

Quick answers

What are UTM parameters?

UTM parameters are tags added to a URL's query string — utm_source, utm_medium, utm_campaign, utm_term, utm_content — that tell web analytics which campaign drove a visit. "UTM" stands for Urchin Tracking Module. They're a manual, web-focused convention for labeling marketing traffic.

Do UTM parameters work for app install attribution?

Not directly. Native app installs are attributed through MMP attribution links, the Google Play install referrer, and Apple's SKAdNetwork — not UTM tags, which are a web-analytics convention. UTMs become relevant for mobile in web-to-app flows, where the UTM context on a landing page is captured and passed into the app via deferred deep linking.

What are the five UTM tags?

utm_source (where traffic came from), utm_medium (channel type like cpc or email), utm_campaign (campaign name), utm_term (paid keyword), and utm_content (creative/variant for testing). Source, medium, and campaign are the most-used; term and content are optional and mainly for paid search and creative testing.

Back to glossary