Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically truncate requests for Matomo report data #45

Open
diosmosis opened this issue Mar 5, 2024 · 0 comments
Open

Dynamically truncate requests for Matomo report data #45

diosmosis opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@diosmosis
Copy link
Member

Looker Studio requests for data are bounded by App Script's limitations. Specifically, they can only run for a certain amount of minutes before being aborted.

If Matomo takes too long to process and return this data, the request will simply fail. Right now the only workaround is to set the "Default Row Limit" setting to limit the amount of data that is queried. But this option requires guess work from the user and is likely an annoying user experience.

Instead, we should explore dynamically truncating report data (using filter_truncate) when we know we're about to run out of time. This will at least show users the data they're expecting.

@diosmosis diosmosis added the enhancement New feature or request label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant