Let us admit that Google Analytics (GA) is brilliant and not to mention free before I go into the details of the problems that one have to face by implementing it.
First of all GA is JavaScript based.
I know this does not sound like a problem at first but let us not get too ahead of ourselves and think about it a for bit…
We all know at least two things about JavaScript and that it works on the client computer and that it is susceptible to errors in the code. What does this mean?
Since scripts run on the client computer, the users decides whether they want to allow or deny them in their browser. In fact, user statistics show that 5-10% of all users turn off scripting in their browsers. Although this number has been improving over the last few years I still think ignoring 5-10% of one’s customer base would be a mistake. – I can actually hear some people saying that “…this should not matter, because 90-95% is still a representative number and it should give you a very good idea about what your users are doing blah blah blah” and they might be right. However in my opinion that 5-10% represents a specific segment of your users – probably the more tech conscious ones who perhaps should be targeted in a different way precisely for that reason.
This is stretching out into the realms of marketing so let’s move on…
The second thing I mentioned is the bigger issue, I think. If you dare to do a little experiment and go for some free surfing on the web you will quickly realize what I am talking about. Most of you must have seen that annoying little exclamation mark in a bright yellow triangle at the bottom left corner of your browser windows. It is likely that some of you haven’t even noticed this while you were digging around the web, simply because all seemed to be fine… However, as always, not all is what it seems!
Let’s say someone who is new to the web world… a jockey for instance who decided to get off the saddle and do something more static, like stooping at the front of a computer screen and try to decipher HTML and JavaScript. Since our guy is a jock and not stupid, he probably spent a reasonable amount on a good domain name and even paid a bundle of cash to a semi-professional to build a half decent web site and implement Google Analytics.
So, now that the good deed is done our theoretical retired sportsman is free to start experimenting with the mighty code. – Well, this is also where the problems start. It takes only a typo to brake a js file then GA stops working right there and then.
I know that my example is a little extreme but in the real world when some company hires some developer whose job is to implement and maintain GA could face serious issues due to the same reasons. If our guy is not lucky he could end up having to work with a website that is using a mixture of coding languages and awkward methods spreading over a number of servers likely with no documentation what so ever. Just to make it worse the board could be full of people with project management, marketing etc. background whom actually have no clue about what has been happening with their web site for the past 5 years or so…
Hmmm…In this unfortunate situation our newbie employee will have to be really careful. The site could easily have hundreds, maybe thousands of pages and GA should be implemented on all of them. Not to worry, our lad is smart so he wraps the Google code into a library and run a global search to implement it on the pages. Within a few days the nice charts starting to appear as the marketeers log into their accounts and they are all happy campers. Job well done!
However, it is not the end of the story. In a few months time someone changes something in some js file and suddenly figures start dropping… The next day the marketing crew is banging on the table demanding an answer, and by one look at the Director’s sweaty forehead our chap feels urged to find one. – Where shall he start?
Well, there are quite a few different ways to find the problem but none of them is simple. Hence my reluctance to accept JavaScript as the best analytics method. Back in the oldies, we had tracking pixels and they worked just fine. Why Google got rid of it? – I don’t know.
In summary, my suggestion to anyone who is about to implement GA is that they should make a bulletproof plan for the implementation and try to explain to its future users what they should expect. In the plan, carefully consider the IT infrastructure and map out rewrites and redirects before jumping into the deep water. It is generally true that good planning saves you time and money…in this case it also does save you lots and lots of headache.
Related reading: