Add event-based report and event details view.
EventsEnhanced extends Matomo's native Events reports by adding detailed dimension pages for each event category, action, and name value.
EventsEnhanced adds detailed analytics pages for event dimension values. When viewing Events reports, you can click on any category, action, or name value to see comprehensive analytics for that specific value.
Each detail page includes:
Purchase EventsEnhanced Premium version
The plugin adds the following API methods:
EventsEnhanced.getEventActionsForCategory - Get event actions for a specific categoryEventsEnhanced.getEventNamesForCategory - Get event names for a specific categoryEventsEnhanced.getEventCategoriesForAction - Get event categories for a specific actionEventsEnhanced.getEventNamesForAction - Get event names for a specific actionEventsEnhanced.getEventCategoriesForName - Get event categories for a specific nameEventsEnhanced.getEventActionsForName - Get event actions for a specific nameEventsEnhanced.getPageUrlsForEvent (premium) - Get page URLs where events were triggered (archived data)EventsEnhanced.getPageTitlesForEvent (premium) - Get page titles where events were triggered (archived data)EventsEnhanced.getCustomDimensionForEvent (premium) - Get custom dimension values for events (archived data)EventsEnhanced.getAvailableCustomDimensions (premium) - Get action-scoped custom dimensions for a siteHow do I access the event detail pages?
Navigate to any Events report (Behavior > Events), hover over a row in the data table, and click the "View Event Details" icon (eye icon).
Why don't I see Custom Dimensions on the detail pages?
Custom Dimensions only appear if (premium): 1. The CustomDimensions plugin is installed and activated 2. You have configured action-scoped custom dimensions 3. There is data for those custom dimensions related to the selected event
Can I segment the detail page reports?
Yes, any segment applied in the main Matomo interface will also apply to the detail page reports.
Does this plugin require any special permissions?
No, the plugin uses the same view permissions as the standard Events reports. If a user can view Events reports, they can access EventsEnhanced detail pages.