How can I track email conversions?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

Tracking email conversions means connecting a click in your email to an action that happens on your website. That connection doesn't happen automatically. You have to set it up.

Start with UTM parameters. Add UTM tags to every link in your email. Something like: ?utm_source=email&utm_medium=newsletter&utm_campaign=march-offer

When a subscriber clicks and lands on your site, your analytics tool reads those parameters and attributes the session to email. Without UTMs, most email clicks get lumped into "direct" traffic and you lose the attribution entirely.

Make sure your analytics tool is set up to receive it. Google Analytics and most other tools pick up UTM parameters automatically. But you need conversion goals or events configured in the tool, not just traffic tracking. A session from email doesn't tell you much. A purchase or form submission tagged to email does.

Watch your attribution window. Conversions don't always happen on the first click. Someone might click your email, browse your site, close the tab, then come back the next day and buy. Whether that purchase gets credited to email depends on your attribution window and cookie settings. Some privacy configurations shorten cookie windows significantly, which causes late conversions to disappear from email attribution even though email drove them.

Server-side tracking as a fallback. Client-side tracking (JavaScript tags, cookies) fails when subscribers use ad blockers or privacy browsers. Server-side tracking logs conversions on your server instead of in the browser, which is more reliable but requires developer time to set up.

And one common mistake: only adding tracking to your landing page, not the full conversion path. If your checkout page or thank-you page isn't tagged, conversions vanish at the last step. Check every page in the flow. If you want help diagnosing a tracking gap, our SOS hotline is free and we're happy to look at what's set up.

For more on how the underlying click tracking works, see how click events are recorded. And for the formula itself, see how conversion rate is calculated.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Diagnose my conversion tracking

I use [Google Analytics / Plausible / Mixpanel / other analytics tool] and send email through Mailchimp / Klaviyo / other ESP. I'm trying to track conversions from email clicks but my attribution seems off. My attribution window is X days / not sure and I'm seeing low/high/inconsistent email conversion credit. Help me find where my tracking setup is breaking.

Edit the yellow boxes, then send to the AI of your choice.