UtilityBase logoUtilityBase

Generators

UTM Link Builder

Build tracking URLs with utm_source, medium & campaign — with mistake warnings.

Updated July 8, 2026

How to use the utm link builder

  1. 1Paste the destination URL — existing query parameters are preserved.
  2. 2Fill in source (required in practice), medium, and campaign; lowercase, dashes for spaces.
  3. 3Add content when A/B testing placements; term for paid keywords.
  4. 4Fix anything the warnings flag, then copy the tagged link.

Common uses

  • Tagging bio links, story links, and posts to see which placement converts
  • Tracking each email newsletter's traffic separately in analytics
  • Measuring a specific ad campaign's real click-through and behavior
  • Keeping a store's promo links consistently tagged across every channel

Frequently asked questions

What do source, medium, and campaign each mean?

Source is the specific place the link lives (instagram, newsletter, tiktok). Medium is the channel type it belongs to (social, email, cpc). Campaign is the push it's part of (summer-drop, launch-week). Analytics tools group reports by these three, which is why consistency matters more than cleverness.

Why do capital letters matter so much?

UTM values are case-sensitive in analytics: utm_source=Instagram and utm_source=instagram show as two separate sources, splitting your data forever. The universal convention is lowercase everything — the builder warns the moment a capital appears.

When should I use utm_content and utm_term?

Content distinguishes variants pointing at the same place — bio-link vs story-link, video-a vs video-b — which is how you A/B test placements. Term is traditionally the paid-search keyword; outside paid search, most links skip it.

Do UTM parameters affect SEO or hurt the link?

They don't change ranking, but tagged URLs can create duplicate-content noise if search engines index them — which is why UTMs belong on links you distribute (posts, emails, ads), not on internal links within your own site. A canonical tag on the destination page tidies up the rest.

About this tool

The UTM link builder assembles properly encoded tracking URLs from the five UTM parameters — source, medium, campaign, term, and content — and, unlike a dumb string concatenator, actively catches the mistakes that quietly ruin analytics: missing utm_source (visits bucket as direct), capital letters ('Email' and 'email' report as separate channels forever), and spaces that turn into %20. The output is syntax-highlighted so you can see each parameter, preserves any existing query parameters on the destination URL, and copies in one click. UTMs are how you learn that the bio link converts three times better than the story link — but only if the tagging is consistent.

Like everything on UtilityBase, the utm link builder runs entirely in your browser — nothing you enter is uploaded or stored on a server. It's free to use with no account required. Browse more generators here.

Was this tool helpful?

Related tools