How can I add UTM codes to my scheduling links?

 

UTM parameters, short for Urchin Tracking Module parameters, are tags you can add to the end of a URL to help track where your visitors are coming from. By tagging your links, you can track how well specific campaigns and paid ads from platforms like Google Ads, Facebook or Bing are performing. 

UTM codes show which campaigns drive the most traffic and conversions. They help you optimize your marketing and better understand customer behavior. Without them, it’s much harder to measure what’s really driving results. 

Tip: Use UTM codes on external links only, not internal ones. They're essential for tracking traffic from apps, social media, or emails, and should always be used in campaign links.

Why use UTM parameters?

UTM parameters work with tools like Google Analytics to track how your links are performing across different marketing channels. Rather than just seeing that someone clicked your link, you'll get insights into where they came from, how they found it, and which campaign led them to you.

UTM parameters you should know

UTM codes help you track where your meetings are coming from. Here are the most common ones:

ParameterWhat it TracksExample
utm_sourceWhere the traffic came fromutm_source=facebook
utm_mediumThe type of channelutm_medium=email
utm_campaignThe specific campaign nameutm_campaign=summer
utm_contentWhat was clickedutm_content=footer
utm_termKeywords usedutm_term=atlanta+realty

Add UTM codes to your link

To add UTM codes to your scheduling link:

  1. Start by adding a ? at the end of your URL.
  2. Add the UTM codes you want to use.
  3. To separate each code, use & after each one.
  4. If you need spaces, use % instead.

Here’s an example of what your URL should look like:

https://www.yourwebsite.com/yourpage?utm_source=facebook&utm_medium=email&utm_campaign=summer%20sale
  • utm_source=facebook tells you the traffic came from Facebook
  • utm_medium=email shows that the link was shared through an email
  • utm_campaign=summer names the specific marketing campaign, such as your summer sale campaign.

Note: UTM values should be 255 characters or fewer. If they exceed this limit, they might not be tracked properly.

Related to

Was this article helpful?