vote up 5 vote down star
4

I'm trying to determine why an enterprise wouldn't want to use Google Analytics.

Here are the main reasons I've seen mentioned:

  • Inability to track clients that have Javascript disabled.
  • Lack of ownership of the statistics - Google owns the data.

Most of the web clients with Javascript disabled will probably be bots/spiders. This data is interesting, but probably not very useful.

As for the ownership issue, this is a bit paranoid IMO.

What am I missing here? When is Google Analytics not good enough?

flag

9% accept rate
1  
You can put in a tracking image (<noscript>) for non-js people. – Mez Aug 7 at 17:26

9 Answers

vote up 0 vote down

Recently I wrote an article on this subject: "10 strengths of web log analyzers compared to javascript based analytics". Of course, not all of points are relevant to everyone.

link|flag
vote up 0 vote down

While GA is very user-friendly, I've found it's not as granular as some of the other stats programs (or maybe I'm not looking in the right places). Before the marketing monkeys I work with began pushing GA, we were very satisfied with AWStats. The sheer scope of the data helped us on several occasions hone sites to better suit their audience. While GA is very shiny and laid out well, I personally still prefer the raw numbers like I used to get through AWStats.

link|flag
vote up -1 vote down

I would NOT go with server logs. In fact I have them disabled on my server. Why you ask me?

For the simple reason that everytime you hit my server that stupid logging program makes an entry in the physical log file on my HDD. So if my server gets 100,000 hits in a day that's 100,000 time a HDD write operation happens.

You think that's cool? Well it's not. It's slowing your server down, specially if the log file is huge.

Why would someone even consider doing that to their server? Specially when we're working so hard to minify javascript, css and make image files 2 KB smaller!

Please do yourself a favor don't log directly on your server.

At least Google Analytics logs it on Google's server so my server's healthier.

link|flag
1  
If the benefits of server logs (mentioned on this page) don't matter, then you are correct that the disk-write penalty isn't worth it. However, if the benefits are useful and the disk-write times are a concern, then log files can be moved to a separate disk (with zero web content) so log files won't contend with other content for access to the disk. – Gabe Aug 10 at 17:04
vote up 1 vote down

Google Analytics does not work well with mobile phones. While the iPhone and the Palm may be supported, many of the existing handsets do not support the javascript that Google uses.

link|flag
vote up 4 vote down

Hi folks Thought I'd add my two pence worth to this thread, as this a topic close to my heart and one I've debated with colleagues for years. We've used webtrends in house for as long as i can remember, back to version 4 of the log analyzer (how different things were back then!). Since Google Analytics came along, we've started to come under increasing pressure from certain parts of our business to switch, as 'it does everything we need form an analytics tool'

Well, true in many senses it does, especially these days. But I championed the integration of our CRM and web analytics tools back in 2006, and as our business isn't e-commerce (the 'conversion' happens offline, sometimes months after the visitor acquisition) we need to integrate in this way to get a true picture of campaign effectiveness, and notion of ROI.

All of this means, we need access to the raw data, need to be able to join visitor records on sessionID etc, without this access we'd be screwed. I'd love it if we could roll without it, but the current requirements mean we can't, so this alone is a HUGE reason why Google analytics is not good enough.

Over and out

link|flag
vote up -2 vote down

Why would you trust just one program to be the end all and be all of your stats? Here is a customer of ours who unsolicted provided some excellent feedback.

http://www.paperstreet.com/blog/index.php/archives/1645

Try Smartertrack. Don't just drink the kool-aid.

link|flag
vote up 7 vote down

Here are my findings from additional research:

Google Analytics is limited to 5 million page views per month - source

If a web site generates more than 5 million pageviews per month it will need linked to an active AdWords account to avoid interruption of service.

Lack of / slow technical support

All Google support is handled through email and response times can take a week or more. Commercial analytics products often have much faster & personalized support.

Inability to track files (PDF's, Images, etc.)

GA relies on Javascript and files lack the ability to execute Javascript. The workaround to this problem is to tag the link, but this won't track requests that go directly to the file.

Limited ability to customize

This is a selling point that I see pushed by commercial analytics tools (WebTrends). However it's never explained what customizations are denied by GA but allowed by WebTrends.

link|flag
vote up 4 vote down

The Google Analytics EULA does not allow you to track individual users by identifying them. So if you wanted to add a custom variable for username to track how many times each user logs in, then you would be in a gray zone if not outright violating the EULA.

I use Google Analytics on about 10 sites right now and it's a great tool. In addition to all the analytics stats, you can tie it in with AdSense and it becomes a marketing/revenue tool and not just "wow look at all these cool user stats". If there was a way to track by user ID in certain circumstances (e.g. if user's agreed to it, or if they work for the company that owns the site) then I would have no issues.

Besides, it's free and all you have to do is add JavaScript to the files, so give it a try and see what you think after a few months.

link|flag
I really appreciate the answer. I'm having trouble finding any examples where this limitation has caused problems or been prosecuted. Any sources on this? – Gabe Aug 7 at 18:03
1  
I went searching on this a few months back and here are the sources I found on google.com. It's a definite gray area at best. Not being a lawyer and not in a hurry to have to pay for one, it's an area I've avoided. google.com/support/forum/… google.com/analytics/tos.html google.com/support/forum/… – Mike Knowles Aug 7 at 21:22
vote up -3 vote down

I wouldn't use it for any of my sites, because you're forcing the user to accept your proprietary JavaScript code in their browser, which is bad. Also, giving your data is Google is a really bad idea.

See Piwiki for something you can run yourself as in free software, eliminating both of the problems.

link|flag
3  
"Oh no I'm running non-free javascript" asplode Nobody cares except Richard Stallman. Why do you need to modify the javascript that tracks stats on some website? You're not forcing the user to accept proprietary javascript, either, unless you're forcing them to use your website. – Rusky Aug 7 at 17:32
1  
You're giving all of your data to the hosting company anyway, the javascript can be turned off with no ill effects, it's not YOUR proprietary code (it's Google's javascript), you aren't giving your data to Google because you didn't have any data before they generated it for you. Everything but the Piwiki thing is wrong. – Grant Aug 7 at 17:36
The Stallman article is just hilarious, nothing more. Please don't base any actual real-world decisions on it. – deceze Aug 10 at 9:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.