We are going to show you something that will take only a minute to setup, but will give you an insight into how your customers are using your website which I am 100% certain will lead you to redesigning your homepage.
We are going to use the In-Page Analytics which can be found in the content section of Google Analytics:
You will then see your homepage with lots of bubbles showing you the clicks each of the links have recieved.
Beautiful – Yes, Useful – Not really.
As you can see from this screenshot, the data can be a bit confusing. How is it possible my search button, home link, and logo all got 75% of the clicks on the page.
Click to enlarge
Well the answer is quite simple, what you are seeing is clicks by URL, not actual clicks on the page. In our eBook, we focus on finding actionable data, and unfortuntatly this is not really actionable data. However, there is a simple solution.
Enhanced Link Attribution
Now you can actually see where people are clicking on your web page. This is what the same page looks like after Enhanced Link Attribution was turned on (this for the day after):
Click to enlarge
Now it starts to get interesting, and I can see from this that I get a large number of people going straight to the search button. I set this up recently for a client, and he was shocked to find the most popular link on his homepage was near the bottom of the page, and was his Features List. The homepage was clearly not giving them all the answers to their questions, so we started to think about a homepage redesign.
Setting up Enhanced Link Attribution with Google Analyticator
In Google Analytics click on Admin and then Property Settings:
Scroll down to In-Page Analytics and check the box to use Enhanced Link Attribution. My own personal preference is to use it in full view mode. I find it a bit less cramped.
Google Analytics will then send you here page and will ask you to copy this line:
var pluginUrl =
‘//www.google-analytics.com/plugins/ga/inpage_linkid.js’;
_gaq.push([‘_require’, ‘inpage_linkid’, pluginUrl]);
Now all you need to do is open up Google Analyticator and scroll down to the section called Additional Tracking Code and paste this line into the before tracker initalization box:
Hit save in Google Analyitcator and you are done. It’s as simple as that. Come back in a couple of days time, and see how your customers are really using your website.
By default it opens on the homepage, but to visit other pages, just click through on the website, and the data will then load in for that page.
Troubleshooting:
Make sure your Default URL in your Property Settings in Google Analytics is correct. If your website redirects from http://www. to http:// this will cause problems. Checkout the Google troubleshooting page for more details.