File download counter and statistics?

File download counter and statistics?

Wednesday 07 January 2004 6:59:25 am - 3 replies

Author Message

Balazs Halasy

Wednesday 07 January 2004 8:16:13 am

At the time of writing, eZ publish does not have functionality that takes care of storing and presenting statistical data related to page-views, downloads and such. (However, the search system has built-in support for search-statistics.) You could make a simple template operator that did the job, and/or a custom table in the database that would be updated every time a download is initiated, etc. Any way, you would have to do this yourself.

Balazs

Florian Feigenbutz

Wednesday 07 January 2004 10:02:53 am

Thank you for your quick answer Balazs!
Good to know this, so I can go at work now without the pain that I could find such a function in eZp a few weeks later ;)

Paul Borgermans

Wednesday 07 January 2004 10:39:07 am

Some other types of statistics are added in 3.3: you can have counts on who has published objects of a given class.

Check kernel/content/function_definition.php for this and more new things in 3.3

for example:

{fetch('content','object_count_by_user_id',hash('class_id',2,'user_id',1234567'))}

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.