New processed metric metadata: processed metric formula #21937
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.
Milestone
Summary
Refs matomo-org/looker-studio-connector#3
Refs matomo-org/looker-studio-connector#29
Refs #21936
In order for Looker Studio to further group processed metric data in reports after they are requested from Matomo, Looker Studio needs to know the formula used to compute these metrics. For example,
bounce_rate
is computed asbounce_count / nb_visits
. Giving this formula to Looker Studio will allow it to aggregate different bounce_rates together.Exposing this information via Matomo's metadata API will allow the connector to forward this information to Looker Studio.
Formula should provide the unformatted values, and, ideally, it should be possible to express these formulae via Looker Studio arithmetic/functions supported by Looker Studio (https://support.google.com/looker-studio/table/6379764).
Example API output:
The text was updated successfully, but these errors were encountered: