Definition
An email UTM convention is an agreed, consistent scheme for appending UTM parameters to links in email campaigns so that traffic from those links is tracked accurately in web analytics. UTM parameters are tags such as source, medium, and campaign that identify where a click came from. A documented convention ensures every campaign is labeled the same way, making reporting comparable.
How It Works
UTM parameters are appended to a URL as query strings. Common parameters include utm_source (the originating system, such as a newsletter), utm_medium (the channel, such as email), utm_campaign (the specific campaign name), and optional fields such as utm_content and utm_term to distinguish links or variants. When a subscriber clicks, the analytics tool reads these tags and attributes the visit to the correct campaign.
A convention standardizes the values used in each parameter so that data is clean and consistent. For example, the team may agree that utm_source is always the list name and utm_campaign follows a fixed format such as yyyymmdd_campaignname. Without a convention, teams produce inconsistent tags, splitting the same campaign across multiple rows and undermining email attribution.
Best Practices
- Document the convention and share it with everyone who builds emails.
- Use lowercase values consistently and avoid spaces or special characters.
- Define a fixed format for campaign names that includes a date and descriptor.
- Include
utm_contentto distinguish multiple links or variants in one email. - Audit links periodically to catch typos and deviations.
Example
A marketing team documents that all email links use utm_medium=email, utm_source=<listname>, and utm_campaign=yyyymmdd_goal. A January promo becomes utm_campaign=202601_launch. Because every campaign follows the same pattern, the team can compare email-driven conversions across months without cleaning messy data, strengthening its email analytics.
Was this useful?
Related Glossary Terms
A/B Testing
A/B testing in email marketing is the practice of sending two variations of an email to a small sample of your list to determine which version performs better before sending the winner to the remaining subscribers.
Account-Based Marketing Email
An account-based marketing email is a highly targeted message sent to a specific organisation or decision-maker group as part of a focused B2B strategy.
Announcement Email
An announcement email is a dedicated campaign that communicates a specific update, milestone, or change to subscribers, from product launches and feature releases to company news and events.
ARPU (Average Revenue Per User)
ARPU (Average Revenue Per User) is a metric that measures the average revenue generated per email subscriber over a specific period, used to evaluate list value and campaign effectiveness.
Attention Rate
Attention rate is the percentage of email opens that last longer than 5 seconds, distinguishing genuine reads from passive opens, preview-pane views, or Apple MPP auto-loads.
Average Order Value in Email
Average order value in email is the average amount spent per transaction from recipients who clicked through from an email campaign.
Frequently Asked Questions
The most common are `utmsource`, `utmmedium`, and `utmcampaign`, with `utmcontent` and `utm_term` used for additional detail.
Consistent tags keep analytics clean and comparable, so campaigns can be measured accurately and support reliable email attribution.
Yes, for any link where you want to attribute the resulting traffic to a specific campaign in web analytics.