New metric metadata: metric aggregation #21936
Labels
c: APIs
For bugs and features in the Matomo HTTP and plugin APIs.
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
triaged
Summary
Refs matomo-org/looker-studio-connector#3
Refs matomo-org/looker-studio-connector#29
In order for Looker Studio to further group data in reports after they are requested from Matomo, it needs to know how metrics should be aggregated. For example,
nb_visits
should besum
-ed andmax_actions
should bemax
-ed, etc.Similar to
<metricTypes>
, having individual metric aggregation information in the Metadata API output would allow the connector to forward this information to Looker Studio.Example API output:
The text was updated successfully, but these errors were encountered: