What kind of statistical information does EAE support?

EAE Logger receives and stores page view information. The information stored with these page views includes object ID (i.e., article ID or section ID), object type (i.e., article or section), title, URL, context ID (i.e., section ID), time-slot (the time period in which the page view occurred), category (custom field), meta (custom field) and the number of page views that occurred during the time-slot.

The Query Service framework enables you to retrieve different reports based on the page view data stored. These are:

Total page views

The total number of page views. Example: The total number of page views for the frontpage during last week.

Time distributed page views

The number of page views distributed over time. Example: The total number of page views each hour yesterday.

Most popular page views

The pages with the most page views. Example: The most popular articles in the sports section today.

For all the reports above, it's possible to filter the reports to specific parameters like object ID, types, etc.

By logging an unique session/user ID (i.e., session ID, user ID, MSISDN, etc.) to the meta field, the 'DistinctMetaCount' functionality provided by the Query Service can be used to keep track of unique number of sessions/users. These reports are similar as the page view reports listed above; Total DistinctMetaCount, Time distributed DistinctMetaCount and Most popular DistinctMetaCount. It's also possible to combine these reports so that they include both number of page views and 'unique sessions/users'.