Question

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

Was it helpful?

Solution

Google Analytics is free and it fits all your requirements.

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top