UTM Codes
What are UTM codes?
- UTM Parameter – that starts with utm_. There are 5 separate parameters you can track: utm_source, utm_campaign, utm_content, utm_term (more on these below).
- Tracking variable – a unique variable to identify the dimension being tracked (such as the name of the traffic source). This variable is preceded by the “=” sign. You can have only numbers, letters, hyphens, ‘+’ sign and periods in the variable.
https://unchainedcarrot.com/?utm_source=facebook&utm_medium=social&utm_campaign=lead-generation&utm_term=&utm_content=link-post
This code tracks multiple variables, such as traffic source, traffic campaign, etc. Adding the UTM code doesn’t impact the actual page. You can very well delete the UTM code from the URL and the page would continue to load normally. The code only serves one purpose: to help you track the source of your visitor.
What can you track with UTM codes ?
There are five different UTM parameters. The first 3 are by far the most used parameters (Source, Medium, Campaign), but for additional insights you may also choose to track all 5. Here’s exactly what you can track with each:
- Traffic Source
The source parameter allows you to track where the traffic originated from. The parameter added to your url is utm_source. Sources you may track could be facebook, google, instagram, twitter or the name of an email list.
Example: &utm_source=twitter
- Medium
The medium parameter tracks what type of traffic the visitor originated from – cpc, email, social, referral, display, poster etc. The parameter is utm_medium_
Example: &utm_medium=poster
- Campaign Name
The campaign name parameter allows you to track the performance of a specific campaign. For example, you can use the campaign parameter to differentiate traffic between different Facebook Ad campaigns or email campaigns. (See more on naming conventions below on The parameter is utm_campaign.
Example: &utm_campaign=example-campaign
- Content
In case you have multiple links pointing to the same URL (such as an email with two CTA buttons), this code will help you track which link was clicked. The parameter is utm_content.
Example: &utm_content=navlink
- Keyword Term
The keyword parameter allows you to track which keyword term a website visitor came from. This parameter is specifically used for paid search ads. The parameter is utm_term.
Example: **&utm_term=growth+hacking+tactics