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?
|
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?
| ||||
|
feedback
|
|
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. | |||
|
feedback
|
|
The easiest way seems to be Google Analytics view helper. | |||
|
feedback
|
|
One way would be to use Piwik:
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. | ||||
|
feedback
|
|
I use Google analytics and I have no complains for now. | |||
|
feedback
|