Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Processing requests for statistics data through a *.csv-file

Processing requests for statistics data through a *.csv-file

Question: Can I get more statistical information about the eZ Recommendation service usage than provided in the backend?

Answer: It is possible to retrieve your statistical data with a configurable interval through a *.csv file which can be downloaded in the way it is described below. To do so, replace your customer ID in the link, determine the starting/ending time and the granularity that should be used for the time slices. After you have edited the link, copy/paste it to your browser and confirm your entry.

Example:

https://admin.yoochoose.net/<solution>/v3/<CustomerID>/revenue/statistic.xlsx?from_date_time=2012-04-17T00:00:00&to_date_time=2012-04-20T00:00:00&granularity=PT1H

In the above example the granularity is set up to 60 minutes which can be changed to a minimum value of 15 minutes. The format of the request looks like:

https://admin.yoochoose.net/<solution>/v3/<CustomerID>/revenue/statistic.xlsx?from_date_time=[start_time(ISO8601)]&to_date_time=[end_time(ISO8601)]&granularity=PT[Steps in minutes]M

Andrea Melo (31/05/2012 7:01 am)

Andrea Melo (31/05/2012 2:07 pm)


Comments

There are no comments.