What we will be doing
We will be setting up a Google Analytics account. Creating Links and Tracked Links in SuperOffice that will post results to Google Analytics. Then finally display these results in Google Analytics. To follow this guide you will need a existing website with a domain name.Set up a Google Analytics account
Go to analytics.google.com and sign up to access Google Analytics. When creating a new account give it an appropriate account name.
Next you will need to set up the property (website), like this:
Now you can go grab your tracking code. Copy and paste this into the code of every page you want to track. Place it right before the ending </head > tag.
Create trackable links in SuperOffice
First, you need to setup a new mailing. In this example, I have created a newsletter where I would like to track how many users have clicked the Read More link. Of course, we would like to view these data in Google Analytics. We will only be going through the part of creating the link.
When creating the link in SuperOffice we it asks for an URL. To be able to see that the user is coming from the newsletter you need to add some relevant parameters to the URL. These are:
The final URL should be something like this:
http://www.somecorp.com/index.html?utm_source=newsletter%20june%202015&utm_medium=email&utm_content=textlink&utm__campaign=newsletters
Remember that URLs do not handle spaces, so you need to replace spaces with %20 in the URL. Try Google’s URL builder to help you generate these URLs.
The URL you created or generated with URL builder you paste in the URL field for a link, like shown below:
Or you can insert the same URL in a tracked link, like this:
Now we are ready to send the newsletter. When you have sent the newsletter, head on over back to Google Analytics.
You will now see the traffic generated by your email newsletter. As you see in the image, you can see statistics for the campaign Newsletter June 2015. You will also see which medium these users are coming from and the number of clicks for each medium. This will enable us to compare which medium is generating most clicks.
Start exploring the possibilities!