UTM parameters


Urchin Tracking Module parameters are five variants of URL parameters used by marketers to track the effectiveness of online marketing campaigns across traffic sources and publishing media. They were introduced by Google Analytics' predecessor Urchin and, consequently, are supported out-of-the-box by Google Analytics. The UTM parameters in a URL identify the campaign that refers traffic to a specific website, and attributes the browser's website session and the sessions after that until the campaign attribution window expires to it. The parameters can be parsed by analytics tools and used to populate reports. Example URL, UTM parameters highlighted, after the question mark :
https://www.example.com/page?utm_content=buffercf3b2&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

Use

UTM parameters in a URL identify the marketing campaign that refers traffic to a specific website. To define and append the relevant UTM parameters to the appropriate URLs, marketers routinely use simple, spreadsheet-based, or automated UTM builder tools, including the Google Analytics URL Builder for websites, and the equivalent Chrome extension. When a hyperlink is followed that contains a URL with UTM parameters, the web analytics software of the destination website interprets the parameter information and attributes it to the browser's website session and the sessions after that until the campaign attribution window has expired.

Metrics

UTM parameters that are passed to URLs can be parsed by analytics tools such as Google Analytics and Adobe Analytics, with the data used to populate standard and custom analytics reports. Web analytics software may attribute parameters to the browser's current and subsequent sessions until the campaign window has expired.

UTM parameters

There are five different UTM parameters, which may be used in any order:
ParameterPurposeExample
utm_sourceIdentifies which site sent the traffic, and is a required parameter.utm_source=Google
utm_mediumIdentifies what type of link was used, such as cost per click or email.utm_medium=cpc
utm_campaignIdentifies a specific product promotion or strategic campaign.utm_campaign=spring_sale
utm_termIdentifies search terms.utm_term=running+shoes
utm_contentIdentifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.utm_content=logolink or utm_content=textlink