How to Create UTM Links for Campaign Tracking

If you're running any kind of marketing campaign — email blasts, social media ads, newsletter links — and you're not using UTM parameters, you're flying blind. UTM links tell Google Analytics (or whatever analytics tool you use) exactly where each visitor came from and which campaign drove them there.
I learned this the hard way. Spent months sharing links on social media with no UTM tags, then couldn't figure out which posts actually drove traffic. All I saw in analytics was "direct" or "social" with no details. UTM links fix that completely.
What Are UTM Parameters?
UTM stands for Urchin Tracking Module (a Google Analytics predecessor). They're tags you add to the end of a URL that pass information to your analytics tool. There are five UTM parameters:
- utm_source — where the traffic comes from (google, newsletter, facebook)
- utm_medium — the marketing medium (cpc, email, social, banner)
- utm_campaign — the campaign name (spring_sale, product_launch)
- utm_term — paid search keywords (optional)
- utm_content — differentiates similar content or links (optional, great for A/B testing)
The first three are the most important. If you're just getting started, focus on those.
How to Build UTM Links
You could manually append parameters to your URLs, but that's error-prone. One typo in a parameter name and your tracking breaks. A UTM builder lets you fill in each field and generates the tagged URL for you.
For example, if you're sharing a blog post in your email newsletter for a spring campaign, your UTM link would include source=newsletter, medium=email, campaign=spring_2026. The builder handles the formatting.
UTM Best Practices
Consistency is everything. If you tag one campaign as "facebook" and another as "Facebook" and another as "fb," your analytics will treat those as three different sources. Pick a naming convention and stick with it:
- Use lowercase for everything
- Use underscores or hyphens instead of spaces
- Be specific but concise
- Document your naming conventions so your whole team follows them
Where to Use UTM Links
Anywhere you share a link that you want to track — email campaigns, social media posts, paid ads, partner websites, QR codes, offline materials with URLs. The only place you shouldn't use them is for internal links on your own website, because that'll mess up your session attribution.
Our UTM builder generates properly formatted campaign URLs instantly. Fill in your parameters, copy the link, and start tracking.