How to use this tool
- Enter an HTTP or HTTPS destination URL.
- Fill in source, medium, and campaign name; add term and content only when useful.
- Select Build campaign URL, inspect the output, and test the destination in your own workflow before publishing it.
Understanding the output
The builder sets one value for each entered UTM field, replacing existing values with the same name. Empty optional term or content fields remove those tags from the supplied URL. Other parameters and the fragment remain, although URL serialization may normalize their encoding.
Inspect the resulting query entries with the URL Parser when checking that existing parameters were preserved.
A newsletter link
Using https://example.com/article with source newsletter, medium email, and campaign autumn-guide produces a URL containing utm_source=newsletter, utm_medium=email, and utm_campaign=autumn-guide.
Use a consistent campaign naming convention
Tracking becomes difficult when one team uses email, another uses Email, and a third uses e-mail for the same medium. Choose a shared spelling and case convention before building links. This tool preserves your entered case rather than guessing which names your analytics system should treat as equivalent.
Source usually identifies the referrer or distribution source, medium identifies the channel, and campaign identifies the initiative. Optional content can distinguish creative versions or placements, while term is often used for a campaign keyword. Follow the definitions used by your own analytics setup.
Keep private information out of campaign URLs
A URL can appear in browser history, logs, messages, and analytics reports. Use campaign labels rather than personal details or secrets in UTM values. The builder only constructs a link; it does not install analytics or guarantee that a destination records the tags. Check the receiving system and test a sample visit before relying on a campaign report.
Method and supported input
The destination is parsed with the URL API and UTM values are set through URLSearchParams. Existing same-name UTM entries are replaced, and blank optional fields are removed.
- The destination accepts ordinary query parameters.
Limitations
- This tool does not shorten links or verify analytics collection.
- Changing query parameters on a signed URL can invalidate its signature.
Common questions
Will this erase a product ID already in the URL?
No. Unrelated query parameters remain, although their serialized encoding can be normalized.
Does generating a link start tracking visitors?
No. The destination needs an appropriate analytics implementation to interpret the campaign parameters.