Skip to content

VisitsSummaryModule

Documentation

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

Module Usage

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

$visitsSummaryModule = Piwik::getVisitsSummary();
$visitsSummaryModule->get($arguments, $format);

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

$visitsSummaryModule = Piwik::getVisitsSummary();
$visitsSummaryModule->get($arguments);

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

$visitsSummaryModule = Piwik::getVisitsSummary();
$visitsSummaryModule->get();

Methods

TBC