email

Track conversions from your email campaign

Jeffrey Overmeer
Dec 18, 2022

How to track conversions from your email campaign using UTMs and Google Analytics

Are you running an email campaign and want to know how it’s performing? One way to track its effectiveness is by using UTMs (Urchin Tracking Module) and Google Analytics.

UTMs are little pieces of code that you can add to the links in your emails. They allow you to track where traffic is coming from and see how many conversions (e.g., purchases, sign-ups, etc.) are coming from your email campaign.

Here’s how to set it up:

  1. First, make sure you have a Google Analytics account and have added the tracking code to your website. This will allow you to track traffic to your site and see how visitors are interacting with it.
  2. Next, create unique UTMs for your email campaign. UTMs are made up of three parts: utm_source, utm_medium, and utm_campaign.

    utm_source tells Google Analytics where the traffic is coming from (e.g., "email").
    utm_medium specifies the type of email (e.g., "newsletter").
    utm_campaign lets you know which specific campaign the traffic is coming from (e.g., "summer_sale").
    Here's an example of what a UTM might look like:

    http://www.example.com/?utm_source=email&utm_medium=newsletter&utm_campaign=summer_sale

  3. Add these UTMs to the links in your email. For example, if you have a link in your email that says "Shop now," you would change it to something like this:
    <a href="http://www.example.com/?utm_source=email&utm_medium=newsletter&utm_campaign=summer_sale">Shop now</a>
  4. Now, when someone clicks on that link and visits your website, Google Analytics will track that traffic and attribute it to your email campaign. To see how many conversions came from your email campaign, go to the "Conversions" section of your Google Analytics account and set the "Primary Dimension" to "Campaign."

And that’s it! With UTMs and Google Analytics, you can easily track the performance of your email campaigns and see how they’re driving conversions on your website.

Comments