whats the best way to get Statistics Web pages by the users visited ?

anybody may explain how do we implement to get statistics web pages by the each users visited and the most page is visited?

link|improve this question

71% accept rate
feedback

4 Answers

up vote 1 down vote accepted

Either use a 3rd party software like GA or Piwik or write a front controller which run before Controller and logs every request in DB. I prefer GA.

link|improve this answer
feedback

The easiest way seems to be Google Analytics view helper.

link|improve this answer
feedback

One way would be to use Piwik:

Piwik is a downloadable, open source (GPL licensed) web analytics software program. It provides you with detailed real time reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.

It's build on top of ZF and MySql.

Why? Because collecting WebStatistics can be quite complex. If your app is not a Web Analytics tool, I suggest not to hack such functionality into the application, but use a standalone tool for this purpose.

link|improve this answer
feedback

I use Google analytics and I have no complains for now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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