Marketing

UTM builder

Build tagged campaign URLs and validate the parameters.

Generated URL

Good for

  • Tag newsletter links before sending.
  • Keep campaign names lowercase and consistent.
  • Parse an existing UTM link to reuse its fields.

Example

Newsletter campaign

URL: https://example.com/pricing, source: newsletter, medium: email, campaign: june_launch

https://example.com/pricing?utm_source=newsletter&utm_medium=email&utm_campaign=june_launch

Privacy note

Your input is processed on your device whenever possible. Nothing is uploaded unless a feature needs it.

FAQ

Which UTM fields are required?

Source and medium are required here because they identify where the traffic comes from and what channel it used.

Will spaces break the URL?

No. Spaces are normalized for UTM values before the final link is generated.