matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
5 stars 0 forks source link

correct use of AddColumnsProcessedMetricsGoal filter #53

Closed diosmosis closed 4 months ago

diosmosis commented 4 months ago

Description:

To compute all goals in AddColumnsProcessedMetricsGoal, idGoal=0 must sent as a parameter. However, it shouldn't be sent with Goals API requests.

Should fix #52

Review