The Goal
You may find yourself reviewing your website traffic reports and thinking: which specific email customers are browsing our website, and how can I utilize my Google Analytics to give me more detailed information about my email campaigns?
The answer to this common question begins with link tagging. By applying link tags to a URL, Google Analytics (GA) reports is enabled to differentiate email recipient visitors from all other website traffic. A given link tag requires at least 3 parameters (variable=value) to be defined. Then this new link tag is added to the end of all links for a given email.
Understanding the 3 GA parameters
The following 3 parameters below are required for GA reports to segregate your email visitors from other web visitors.
utm_medium=email utm_source=any value utm_campaign=any value
(Other predefined & custom defined tags can be added along with these three, yet these three are essential for GA reports to begin filtering your email visitor traffic from other web traffic).
Definition of each tag:
utm_medium is assigned the value “email” because the visitor landed on your site as direct click from your email blast. It is vital for GA reporting that the “utm_medium=email” in order to filter email visitors from all other web visitors.
utm_source – is who you partnered with to send your email campaigns - CIMA Systems.
utm_campaign – is the name of the email blast, campaign type, or the subject line that you use to segregate one set of emails from another.
To grasp the basic on how each of these 3 parameters may be assigned their values we’ll use a brief example:
You decide to have a Sales Event at your dealership and CIMA Systems creates an email blast named: “Lowest Prices of the Year” to draw your customers in.
In this example the 3 parameters would be assigned values similar to this:
utm_medium=email
utm_source=CIMA
utm_campaign=Lowest Prices of the Year
Preparing the Link Tag
Now with your 3 parameters defined, we order them as a query string for GA to read at the end of a link.
?utm_medium=email&utm_source=CIMA&utm_campaign=Lowest Prices of the Year
So we’ll take your new inventory link http://www.mycarlot.com/new-inventory/ and add the link tag.
http://www.mycarlot.com/ new-inventory/?utm_source=purchase%3Ayrs2%2B&utm_medium=email&utm_campaign=Lowest%2BHybrid%2Bprices%2Bof%2Bthe%2Byear
This revised URL replaces any use of http://www.mycarlot.com/ new-inventory/ within your email so that those 3 parameters can be tracked by GA automatically when your email recipient clicks the link. We simply repeat appending of ?utm_medium=email&… to all the links so when a user clicks a link they are taken to that landing page and GA will read the 3 parameters accordingly.
Conclusion
So we now know which web traffic originates from your email events generated by CIMA. On my next post we might look into the specifics of setting up GA filters, so that data specific to your email customers can be reported separately. Hope this encourages you to start your email campaign tracking.
For a thorough explanation on link tagging, and how to filter them in reports, refer to Analytics Talk.