UTM Tracking
Sequenzy can automatically append UTM parameters to links in your emails so visits show up consistently in tools like Google Analytics, Plausible, PostHog, and Mixpanel. Instead of manually tagging every button and link, you define a template once in Settings → Tracking → UTM Tracking and Sequenzy applies it during email rendering.What Gets Tagged
Auto UTM tagging applies to links generated in email content, including:- Rich text links in text and HTML blocks
- Button blocks
- CTA blocks
- Clickable image blocks
- Product block links
UTM parameters are added when the final email HTML is generated, not only in the
editor preview. This keeps previews and sent emails aligned.
What Does Not Get Tagged
Sequenzy intentionally skips links that should stay clean:- Unsubscribe and preferences links
- Privacy policy and terms links
- Social profile links
mailto:,tel:, and anchor links- Any link manually marked to skip auto UTM tagging
Configure UTM Templates
Each field is optional. Only filled fields are appended.| UTM field | Typical value | Common use |
|---|---|---|
utm_source | newsletter | Identify the sender or channel |
utm_medium | email | Keep email traffic grouped consistently |
utm_campaign | {{email.subject}} | Tie visits to a campaign or email topic |
utm_content | {{link.text}} | Distinguish multiple links in one email |
utm_term | variant-a | Track experiments or optional dimensions |
Available Template Variables
You can mix static text with variables:| Variable | Resolves to |
|---|---|
{{company.name}} | Company name |
{{company.websiteUrl}} | Company website URL |
{{email.id}} | Internal email ID when available |
{{email.subject}} | Email subject |
{{link.host}} | Destination hostname |
{{link.text}} | Visible link text |
{{link.url}} | Original destination URL before UTM tagging |
Per-Link Override
Sometimes you want one specific link to stay untouched, for example:- A link that already has custom analytics parameters
- A hand-built attribution scheme for a partner campaign
- A legal or support link you do not want grouped into campaign traffic
Example
Starting URL:Best Practices
- Keep
utm_medium=emailconsistent across all email sends. - Use a stable naming convention for
utm_source. - Use
utm_contentto compare hero buttons, inline links, and footer CTAs. - Do not manually mix different naming conventions for the same campaign type.
- Review analytics naming quarterly so old and new campaigns still group cleanly.
Related
Email Tracking
Learn how opens, clicks, and unsubscribes are recorded
Metrics
Analyze campaign and sequence performance