UTM Builder
A UTM builder appends GA4 campaign parameters to links so you can see which email drove the click.
Required tags are
utm_source (who sent it), utm_medium (usually email), and utm_campaign (the promo name).
This free tool tags bulk URLs or rewrites http(s) hrefs inside an HTML email fragment — then you copy the results into your send.
Optional utm_term and utm_content distinguish keywords and creative variants.
How to use the UTM builder
- Choose Links (one URL per line) or HTML email (rewrite hrefs in a fragment).
- Set
utm_sourceandutm_campaign— add medium, term, and content as needed. - Copy URLs, TSV, or rewritten HTML into your campaign or Gmail message.
- Optional: review link hygiene in the HTML email link guide.
Why UTMs matter for HTML email
Without UTM tags, GA4 lumps email clicks into generic referral/direct noise. Consistent utm_medium=email plus a unique campaign name lets you compare newsletter vs promotional sends and which CTA won.
In HTML email, every CTA should be an absolute https:// URL with tracking params already baked in — clients will not run your JavaScript to append them later.
Best practices checklist
- Use lowercase snake_case values (
spring_launch, not spaces) - Keep
utm_medium=emailfor newsletter and promo sends - Give each send a unique
utm_campaign - Use
utm_contentto A/B button copy or placement - Do not double-tag the same URL with conflicting campaigns
Related free tools
- All HTML email tools — hub
- HTML Email Signature Generator
- Out of Office Generator
- HTML Email Checker — coming soon
- HTML email link href guide
FAQ
Put tagged links into Gmail HTML
Copy URLs from this builder, or install html2email to insert full HTML emails in one click.
Link href guide · Free plan available