August 16th, 2010Google Analytics Lessons

It was a Sunday Afternoon and I was bored, after a fantastic weekend. So I decided to create www.GoogleAnalyticsLessons.com. I did not want to create something big and I had around half an hour spare time, so I quickly developed it, registered the domain name and added a few “lessons”. Check it out: www.GoogleAnalyticsLessons.com .. I know – This is probably one of the biggest ‘geek’ things I have ever done :)

I had a thought the other day – I believe it is possible to see a higher bounce rate and (at the same time), a higher e-Commerce conversion rate…even with lots of visit data.

It may not make sense – I higher bounce rate so more people are leaving my site immediately, so how can my conversion rate is possible to be higher.. Well, I believe it’s possible.

Anyone agree or disagree or have any thoughts?

Every day I read about Analytics for at least 30 minutes, and although I love Google Analytics, I still think that its biggest downfall is campaign attribution which other paid enterprise analytics solutions offer.

To only see the first or last click that lead up to a conversion is not ideal, whereas with other paid solutions, it is possible to capture both clicks and even the clicks in between which might help you allocate funds to your campaigns differently and understand the conversion process better.

I really hope that Google Analytics add this as a feature.

Do you add Google Analytics to your site, just to tick it of the checklist? “It’s a cool product, everyone uses it, hey its free, I might as well add it to my site.” Cool, but are you using it properly?… These 5 things below certainly don’t prove it’s power(I’ll write about that sometime), but for now, here are some common mistakes…even amongst large successful eRetailers.

Last Click Attribution. Beware. Use Nooverride to switch attribution from last campaign back to first campaign.

By Default Google Analytics attributes all conversions to the last click. So if you running an Adwords campaign with converion tracking (a Google product!) as well as Analytics (also a Google product!) and numbers differ, it may not only be because of clicks vs. visits, but also because, by default, Google Analytics attributes
the conversion to the last click…so if a banner on another marketing channel was clicked with UTM tags, or an email newsletter link, with UTM tags was clicked and a conversion is made after the user clicked on an adwords ad, Analytics will attribute the conversion to your the most recent click. It is however possible to allow Google Analytics not to attribute the conversion to the last click, simply by add nooverride=true to the landing page URL.

Tracking Subdomains – such a common mistake.
While reviewing many Analytics accounts, I find that the most common mistake is tracking sub-domains. if your website has subdomains like search.domainname.com or chat.domainname.com or checkout.domainname.com (I have seen this), then ensure Google Analytics is aware that these subdomains are part of your normal website flow and should be tracked within the same profile.

Why track your own traffic. Use Filters
Why do so many analytics profiles not include a filter to exclude their own traffic? Surely you do not want to measure your own visits? I recommended keeping a raw profile and creating another profile with an added filter. Filtering by IP would probably work well, especially if all users in your office share the same static IP address.

SiteSearch
This is so easy to setup and usually (98% of the time) requires absolutely no web development changes. Tracking Site Search can be realy useful. Why? Well, if you running any campaign, you can segment your data by that campaign and see what users are searching for when they land on your site. Is what they are searching for aligned with your campaign? Perhaps you running a PPC campaign and many users are specifically searching for the same keyword that you do not have in your campaign. If it is a relevant keyword, then why not add the keyword as an exact match keyword and deep link to the most relevant page? Refine your campaign in to increase user intent? Optimise your SEO?

TimeZone
Please tell me the timezone in your Analytics profile is correct. I’ve come across this (more than once) that the timezone of an Analytics profile is incorrect…If you looking at data that shows hours of the day that receives most visits or sales, then you looking at incorrect data. Your time-zone can be seen under Settings.

There’s a lot more I would like to cover; Goals, Funnels, Segmentation, Custom Varibles (ever heard of them?), Annotations. I’ll write about this in another post.

Cheers,
Lloyd

Well today I put event tracking on a site using the new Google Analytics code.
It’s done like this:

  1. onClick="_gaq.push(['_trackEvent', 'name', 1]);"

Lloyd Thomas