Statistics
Last updated
Last updated
Keep track of all important actions like previews, downloads, streams, uploads, and more with the comprehensive event logging system in the plugin. You can access these reports directly in the plugin’s Reports section or receive a summary email. Additionally, all events can be sent to Google Analytics for deeper insights.
Events Per Day: See daily event activity to track trends over time.
Bandwidth Usage: Monitor the total bandwidth consumed by events.
Top Downloads: Identify which files are downloaded the most.
Top Previews: Track the most previewed files.
Downloads Per User: Track the number of downloads initiated by each user.
Uploads Per User: Monitor file uploads by each user.
Events Per User: See how many actions each user has performed.
Latest Uploads: View the most recent files uploaded.
You can select a specific period for these insights to filter the data based on your preferred date range.
Is the built-in report functionality not enough for your needs? The plugin can send all download and upload events directly to Google Analytics.
To use this feature, ensure that you have already added your Google Analytics tracking code to your site. Most themes provide a Custom Script box where you can insert the tracking code.
Once enabled, all plugin events are logged in Google Analytics as 'Events.' You can view them in your Google Analytics Dashboard under 'Behavior' → 'Events' → 'Overview.'
The plugin can send an overview of all events that occurred within a specified period. To enable this feature, ensure that event logging is active, and the Summary Email setting is enabled under the Statistics tab.
The email template is stored in /templates/notifications/event_summary.php
. Please do not edit this file directly as it will be overwritten during plugin updates.
Instead, you can use the events_set_summary_template
filter to modify the location of the template if necessary.