Forums / Suggestions / Better tracking of visitors
Ekkehard Dörre
Thursday 26 February 2004 9:43:38 am
There are 2 PHP Scripts Phplogger http://phpee.com/ andhttp://www.phpopentracker.de
Phpopentracker seems to be a good solution to include inside ez, Phplogger as a standalonesolution, just include some code into the template.
Greetings ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
Bruce Morrison
Thursday 26 February 2004 4:27:04 pm
Hi
Are there any plans to add user tracking/auditing to Exponential? This was discussed back in July 2003 here http://www.ez.no/community/forum/suggestions/audit_trial
We have done a couple of sites that have subscription based (login required) content access and the clients want to be able to gather stats on registered usage.
Is anyone else doing this and if so how is it being handled?
CheersBruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Bård Farstad
Friday 27 February 2004 1:48:37 am
This is something that we would like to add to Exponential, yes. But we haven't found time for it in the 3.4 version.
There is a possibility to get this in if the community would like to pay for this. E.g. if we could get 10 community members to share the cost for adding this it shouldn't be to expensive and we could get it into 3.4.
--bård
Documentation: http://ez.no/doc
Wednesday 05 May 2004 2:10:02 am
To use an external Logger / Tracker copy
http://www.etracker.com (commercial service): You get two pieces of JavaScript code. {$site_title} and {$DesignKeys:used.section} is EZTemplatecode
<!-- etracker PARAMETER 2.0.1 --> <script type="text/javascript"> var et_easy = 0; var et_ssl = 0; var et_pagename = "{$site_title}"; var et_areas = "{$DesignKeys:used.section}"; var et_ilevel = 0; </script> <!-- etracker PARAMETER END -->
The second piece copy below between
{literal} [...] {/literal}
and for Pphlogger in an external installation:
<script language="JavaScript" type="text/javascript" src="/jsfolder/pphlogger.js"> </script> <noscript> <img alt="" src="http://www.example.com/logger/pphlogger.php?id=yourID&st=img" /> </noscript>
Vivek Chopra
Monday 31 January 2005 10:19:56 am
I am currently using Awstats which is very easy to use and install and very powerful.I have 5 sites hosted on Exponential. IS there a way to seperate stats for these sites? All sites stats are on the same stats page right now.
Vivek
Brendan Pike
Thursday 03 February 2005 4:24:36 pm
We also find awstats quite good. To use it on seperate sites in each sites conf file generate seperate logs, ie.CustomLog logs/totals-site1.log combined
Then set up a seperate awstats conf file for each site.
www.dbinformatics.com.au We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.
Lior Solomon
Monday 07 February 2005 8:25:46 pm
Hello folks, What will be the best way to show on the site the most recently read article? if i will use an external solution, how will i track those numbers? it seems that naturaly this should be implemented into ez. such as download counting then viewing counting...Thanks a lot
Lior
Łukasz Serwatka
Monday 07 February 2005 10:48:53 pm
it seems that naturaly this should be implemented into ez. such as download counting then viewing counting...
This is already implemented in Exponential. You can fetch how many times articles was viewed and how many times was tipped to friend. Look in to doc.
Look in to view_top_list and tipafriend_top_list
http://ez.no/ez_publish/documentation/reference/data_fetching/content/
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 22 March 2005 12:46:36 am
... and with apache log files:
load counter - how to?http://ez.no/community/forum/setup_design/load_counter_how_to
Greetings, ekke