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

when Default Row Limit is set, truncate on the last request so all rows are represented in the result #39

Closed diosmosis closed 6 months ago

diosmosis commented 6 months ago

Description:

Currently the remaining rows after Default Row Limit are simply cut off, but we should truncate them so the data is at least included in what Looker Studio gets.

Review