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/
6 stars 1 forks source link

set default report template for users to use #25

Closed diosmosis closed 8 months ago

diosmosis commented 8 months ago

Connectors can set a default report template by modifying the appsscript.json file:

image

However, adding it is not straightforward. In order for users to use the template successfully, they need to use a specific connector configuration. The report must be set to API > Main Metrics and the segment parameter must be made alterable. If users do not do this, the created report will fail to load properly.

Possible solutions to this problem:

Neither solution is ideal.

danielmcclure commented 8 months ago

If the segment selector were not a dependency, could we include a small note or question mark tooltip next to the report that says to use "API > Main metrics" if using the default report template?

diosmosis commented 8 months ago

We can add text above or below controls in the configuration screen. We can't do it conditionally based on whether the "use default report template" is selected.

diosmosis commented 8 months ago

Closing in favor of #27