codeandcloud
codeandcloud

Reputation: 55200

Which is the best tool to display web statistics - Open Source and Paid

I would like to know which is best suited for displaying visitor stats in our websites
The key areas under our consideration are
1. User Count
2. Unique User Count
3. User Location

Regards,
naveenj

Upvotes: 3

Views: 846

Answers (3)

Christian
Christian

Reputation: 28124

Google Analytics - Now they also have numerous API so you can get all the data you want through PHP/your server.

Upvotes: 0

Pekka
Pekka

Reputation: 449415

Piwik is a self-hosted, Open Source competitor to Google Analytics written in PHP.

It can do 1) and 2) no problem.

The one thing it doesn't seem to be doing, at least not out of the box, is user location on city or at least regional level. It can get the country and the online provider, but nothing more detailed. Google's geolocation is probably unbeatable here.

The huge advantage of a self-hosted solution over something like Google Analytics is obviously that no third party gets hold of visitor data.

Upvotes: 6

leonm
leonm

Reputation: 6484

Google Analytics is free and it fits all your requirements.

Upvotes: 3

Related Questions