Forums / Setup & design / View counter - stats for eZ
Lukasz Piech
Friday 20 April 2007 4:44:26 am
Hi
Is there a simple way to incorporate some View Stats in eZ. My site is not available from external network so Google Analitics is no good.
Does anyone have any manual or extension to do this?
Thx
Lucas
Bartek Modzelewski
Friday 20 April 2007 4:59:49 am
Hi Lukasz,
The easiest way for me is to use Awstats or Webalizer log analyzers.
Bartek
Baobaz http://www.baobaz.com
Xavier Serna
Tuesday 24 April 2007 4:29:48 am
You can use the stats function from ezpublish, to get a list of top viewed nodes.
More info in http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/view_top_list
It's simple, but can be useful to check the most viewed contents.
If you need visitors detailed statistics, then you have to use third party tools, like webalizer and so on, as Bartek says, to analyze web server logs.
hth!
-- Xavier Serna eZ Publish Certified Developer Departament de Software Microblau S.L. - http://www.microblau.net +34 937 466 205
Betsy Gamrat
Friday 27 April 2007 10:02:18 pm
Each node has a view_count. If you used {$node|attribute(show)}, you'll see it.
The top viewed nodes is a really nice implementation, but if you want to display the number of times a node has been viewed - you can use the view_count.
* The name may not be 'view_count', but it is similar.