Dollar TechTECHNOLOGIES
AnalyticsMarketing·August 26, 2026·2 min read

What Are UTM Parameters? A Beginner's Guide

What are UTM parameters and how do you use them? A plain-English guide to utm_source, utm_medium and utm_campaign, with examples and best practices.


If you have ever seen a link with a long tail of text like ?utm_source=… after the page address, you have met UTM parameters. They look technical, but the idea behind them is simple, and they solve a real problem: knowing where your traffic actually comes from.

What are UTM parameters?

UTM parameters are small tags you add to the end of a link. When someone clicks that link and lands on your site, analytics tools such as Google Analytics read the tags and record exactly which campaign, channel and content sent the visit. Without them, a lot of traffic gets lumped together and you cannot tell what is working.

UTM stands for Urchin Tracking Module, a name left over from the analytics company Google acquired years ago. The name does not matter. What matters is what each tag tells you.

The five UTM parameters

There are five, and the first three are the ones you will use most:

  • utm_source names where the traffic comes from, such as newsletter, facebook or google.
  • utm_medium names the type of channel, such as email, social or cpc.
  • utm_campaign names the specific campaign, such as spring_sale or launch.
  • utm_term is optional and usually records a paid keyword.
  • utm_content is optional and helps you tell apart two links in the same email or ad, such as a logo link versus a button link.

A finished tracked link looks like this:

https://example.com/page?utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale

Why they are worth the effort

Say you promote the same article in a newsletter, on Facebook and in a paid ad. Without UTMs, your analytics might show a spike in visits with no idea which channel drove it. With UTMs, you can see that the newsletter sent 400 visits, Facebook sent 120, and the ad sent 60, so you know where to focus next time.

Best practices

  • Be consistent. Decide on lowercase values and stick to them, because Facebook and facebook are counted separately.
  • Keep a naming convention. Use the same words for the same things every time, or your reports become messy.
  • Only tag external links. Do not add UTMs to links between pages on your own site, because that can reset the original source in your analytics.

Build tracked links in seconds

You do not need to type UTM tags by hand, which is easy to get wrong. Our free UTM Link Builder lets you fill in the URL and campaign details, then it assembles and encodes a correct tracking link you can copy and share.

The takeaway

UTM parameters turn vague traffic into clear answers about what is working. Learn the three main tags, keep your naming consistent, and tag the links you share outside your site. It is a small habit that makes your marketing measurable.

Keep reading