Hi.
Is there any overview of which statistics are available in this module in EPiServer 4.50?
Our customer would like to log different things about the users visiting, but I'm not sure if we need to develop this ourselves, or if this is already built-in in the Statistics module.
Thanks,
Frank :)
Hi Frank,
there are tree samples to the statistics:
- TimeSpanAnalyzer – A sample analyzer to handle historical data based on page hits
- RealTimeAnalyzer – A transient sample analyzer to show most visit pages, last active users and a "debug" event listener to show the last published pages.
- FileAnalyzer – A sample that writes all log messages to a file for each site.
Others analyzers that have been written are:
Simple analyzer – the sample analyzer in the SDK
LogChat – a chat server implemented as a LogServiceAnalyzer