Reputation: 55200
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
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
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