🔗 UTM Campaign URL Builder
Build custom campaign tracking URLs with standard UTM parameters for Google Analytics, Meta Ads, TikTok, and Email. 100% free with presets.
Generated Campaign Tracking URL
What UTM Campaign URL Builder Does
UTM parameters are five query-string tags that analytics tools read to work out where a visit came from. They are not magic and they are not tracked by the destination site unless it is looking for them — they are simply extra text on the end of a URL that Google Analytics and most other tools know how to interpret.
The thing that makes them useful or useless is consistency. UTM values are case-sensitive and treated as literal strings, so Facebook, facebook and FaceBook become three separate sources in your reports, splitting one campaign into three rows that each look smaller than the truth. Almost every messy analytics account got that way through inconsistent capitalization rather than through anything complicated.
The three that matter most are source, medium and campaign. Source is where the click came from — the site or the newsletter. Medium is the kind of channel: cpc, email, social, referral. Campaign is the thing you are running. Term and content are optional, used for paid keywords and for distinguishing two links in the same message.
Everything you put in a UTM is visible in the address bar and gets shared onward when someone copies the link, so they are not the place for anything private — no names, no email addresses, no internal identifiers you would not want a stranger to read.
How to Use UTM Campaign URL Builder
- Enter your landing page website URL
- Select a 1-click platform preset or enter custom source and medium parameters
- Add a campaign name and optional keywords or ad content
- Copy your generated tracking URL or test the link directly
What each parameter is for
| Parameter | Answers | Example |
|---|---|---|
| utm_source | Which site or list sent the click? | newsletter, google, facebook |
| utm_medium | What kind of channel was it? | email, cpc, social, referral |
| utm_campaign | Which campaign does this belong to? | spring_sale_2026 |
| utm_term | Which paid keyword? | running+shoes |
| utm_content | Which link, when a message has several? | header_button, footer_link |
Conventions worth adopting on day one
None of these are enforced. All of them prevent a report that splits one campaign across five rows.
| Rule | Why |
|---|---|
| Lowercase everything, always | Values are case-sensitive; Email and email are two mediums |
| Underscores or hyphens, never spaces | A space becomes %20 and reads badly in reports |
| Use the standard mediums | cpc, email, social, referral, affiliate — inventing new ones fragments reporting |
| Keep a shared list of campaign names | Two people naming the same campaign differently is the usual failure |
| Never tag internal links | It restarts the session and destroys attribution for the original source |
How to Read Your Result
Never put UTMs on internal links
It is the single most damaging mistake with these. Tagging a link from one page of your own site to another starts a new session and reattributes the visitor to the internal link, so the campaign that actually brought them gets no credit. UTMs are for traffic arriving from outside.
Medium is a category, source is a name
The distinction is what makes reports aggregate usefully. Source is the specific origin — mailchimp, google, partner-site. Medium is the class it belongs to — email, cpc, referral. Getting them the wrong way round means you can no longer answer "how is email doing overall".
Assume the URL will be seen
Tagged links get copied into messages, forwarded and posted publicly. Anything you encode is visible to whoever ends up with the link, so keep them descriptive and impersonal.
Limitations & Accuracy Notes
- Parameters are visible in the address bar and can be edited by anyone, so the data is self-reported rather than verified.
- Some platforms strip or rewrite query strings, and links shared through certain apps lose them entirely.
- They describe the click, not the person: a visitor who arrives tagged, leaves and returns directly is a separate untagged visit.
- Long tagged URLs look untrustworthy in a message; a shortener helps appearance but adds a redirect that some tools handle badly.
- This builds the URL. It does not verify that your analytics tool is configured to read it.
Frequently Asked Questions
What is a UTM Campaign URL Builder?
Why are UTM parameters case-sensitive?
Is there a limit on how many UTM links I can generate?
What do the five UTM parameters mean?
Are UTM parameters case sensitive?
Should I use UTMs on internal links?
Do UTM parameters affect SEO?
Are UTM parameters visible to the visitor?
Is the URL I build sent anywhere?
References & Further Reading
- Google Analytics Help — collect campaign data with custom URLs — The five parameters, what each means, and the case-sensitivity rule