With this module, you can collect statistics about defined events. 

Introduction

With this module, you can collect statistics about defined events. For example, searches, exports, clicks, and other activities. These events are collected in their own database table and can then be evaluated. For example, you can evaluate events like asset searches or asset exports from users.

Output of the "Display asset export statistic" server action

The command for "Asset query statistics" creates a statistic about fulltext searches. The "Asset export statistics" command creates a statistic for asset exports. The command for "System performance statistics" creates a statistic about the performance of the censhare system.

Notes

The "Display asset export statistics" Server Action does not show asset exports via drag and drop, that a user executes in the Java Client. Technically speaking, it is not possible within the Java Client to trace asset exports via drag and drop.

Configuration

You will find the Module in the Admin Client at the "Configuration/Module/statistics" section. When activating the "Collect asset query statistics" command censhare will collect statistics about asset queries of the metadata fulltext index. Using the "Display query statistics data" Server Action you can display the data.

The "Statistics" Module has a respective Service. You find it in the Admin Client at the "Configuration/Services/Statistics" section. The Service defines how censhare will write the data into the database table. It is consciously very generic.

It is also possible to record other activities. For this, the respective statistics event has to be configured. This can happen, for instance, using asset automation. For this event enter the "statistics" value into the "Target" field and the "ad" value into the "Method" field.

  • No labels