What other web analytics tools people use other than google analytics?.
7 Answers
- Webtrends
- Webalizer (C)
- AWStats (Perl)
- Smarterstats
Did you want free ones? 2 of those aren't, but webalizer is quite poor. AWStats is decent and free. Plus google "web stats" and you get hundreds of commercial ones.
Or the open directory links:
- Log analysis (Free/open source)
- Log analysis (Commercial ones)
If you're in the mood to finish a project, I got 1/3 through writing one in C# :) Unfortunately the most important part - the eye candy reporting - was never finished. But the parsing was done.

- 64,770
- 52
- 221
- 239
-
These tool are log analysers. I'm not sure they can be compared with Google Analytics. – Pascal Thivent Mar 11 '09 at 22:51
-
They do exactly the same thing as google analytics, but via a log file not javascript. Google analytics misses one step, but at the same time misses some features log files can show like 404s,500 pages and (slightly) faster loading pages – Chris S Mar 12 '09 at 00:10
-
Actually, I misunderstood the original question (which wasn't about the "how") and your answer is totally valid. – Pascal Thivent Mar 12 '09 at 01:10
-
Erm, Chris no you're wrong. Google Analytics and the like can easily tag 404s and the like. The main difference is that JavaScript analytics system get around caching. Because of this, log file analytics are worse than useless for anything other than gauging server requirements. – Shermozle Nov 16 '09 at 01:05
I don't have any experience with it but this seem to be the most "famous" open source solution:
- Piwik (Open Source)
These are other commercial solutions:
- Woopra (Free during beta)
- Clicky Web Analytics
- Compete
- ClickTale
I have no idea of their usage statistic. I wonder why someone would pay for this kind of service.

- 562,542
- 136
- 1,062
- 1,124
-
They look nicely branded/markted but as you say, a bit strange why you would pay for the service when google offers it for free – Chris S Mar 12 '09 at 00:14
-
1Clicky is completely realtime, where Analytics is not. I've been able to respond to what my users are doing. Just because something is free it doesn't mean it is any good for all cases. – Hector Sosa Jr Mar 25 '09 at 02:55
-
Most of my customers pay for it because: (a) they don't want to run a server farm, (b) they like having someone to call when things aren't working right, and (c) they're not developers but they need to track web conversions. – razzed Sep 04 '09 at 21:42
-
And, I thought Compete was a data mining company that somehow samples user behavior and then reports on it (for money.) They analyze data, but it's internet-wide, not for your site alone, I think. – razzed Sep 04 '09 at 21:47
If you want an easy-to-use, real-time, high-performance tracking and reporting system which lets you download all of your data (if you want), you can try my company:
ConversionRuler conversion tracking
We track sites which gets 10M+ page view per month without a hiccup, and have dozens of agency clients who track 30+ clients using our tools. Many of them use us as an alternative to Omniture and WebTrends to save on their enormous costs.
Not for everyone, but worth a look. We focus on "less is more", and we're not a search engine who you may not want to give your data to, especially if you're paying them for traffic. (e.g. Google Analytics, Urchin, and Yahoo! Analytics)
My $0.02.

- 2,653
- 25
- 27
Mint is nice, very pretty, lots of features, and not very expensive at all.

- 73,098
- 23
- 151
- 149
Reinvigorate - seems like they're always in beta registrations though. One upcoming feature they do mention is being able see heat map reports.

- 9,774
- 10
- 66
- 83
Please see my answer to this question with a comparison of metrics. It is meant as a warning against using Awstats and the like. Just because a tool produces number and colorful charts, it does not mean it is any good.
I posted a screen shot of the Woopra live analytics capabilities in my answer to this question.