Skip to content

EventsModule

Documentation

https://developer.matomo.org/api-reference/reporting-api#Events

Module Usage

All the below methods can be called in the following manner:

$eventsModule = Piwik::getEvents();
$eventsModule->getCategory($arguments, $format);

If you are using the format from configuration, it does not need to be specified

$eventsModule = Piwik::getEvents();
$eventsModule->getCategory($arguments);

If you are not specifying additional arguments or a format, neither parameters need to be passed in

$eventsModule = Piwik::getEvents();
$eventsModule->getCategory();

Methods

TBC