FREE UTM URL Builder
Fill in the fields below and your tracking URL builds itself. Copy it and you're done.
Your tracking URL
Your URL will appear here as you fill in the fields above.
Why UTM Tags Actually Matter
Every click on a link can tell you something. UTM tags are short pieces of text you attach to a URL so your analytics platform knows exactly where that visitor came from. Without them, traffic from your email campaign and your Google ad land in the same bucket. You have no idea what's working.
The fix takes about 30 seconds per link. Add UTMs, and your reports start making sense.
The 5 UTM Parameters
utm_source
Where the traffic comes from. Think of this as the publisher or platform. Examples:
google, facebook, newsletter, linkedin.
utm_medium
The type of channel. This describes the marketing medium, not the specific platform. Common values:
cpc, email, social, organic, banner.
utm_campaign
The name of your campaign. Be specific so you can find it in reports six months from now. Good examples:
spring_sale_2026, april_newsletter, brand_awareness_q2.
utm_term
Optional. Paid search keywords. Used to track which keyword triggered a paid ad. Most useful in Google Ads campaigns where you want keyword-level visibility.
utm_content
Optional. Differentiate versions of the same link. Useful for A/B testing creatives or placements. Try
cta_blue vs cta_green, or hero_image vs sidebar_ad.
Best Practices
Always use lowercase.
utm_source=Google and utm_source=google are tracked as two completely separate sources in GA4. Pick one and stick to it.
No spaces in values. Spaces get encoded as
%20 in URLs, which makes your reports messy. Use underscores (_) or hyphens (-) instead.
Be consistent across your team. Agree on naming conventions before you start. One person writing
fb and another writing facebook splits your data in two.
Never tag internal links. Adding UTMs to links between your own pages resets the session attribution. Your organic traffic will start looking like email traffic, and your reports will be wrong.
Tag every external link that matters. Emails, paid ads, social bio links, guest post links, QR codes. If it sends someone to your site from outside your site, tag it.