Umami Dashboard and API filtering #3965
Unanswered
KryeKuzhinieri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
We have an Umami instance in various websites. Because we have various landing pages and we track different metrics, the current Umami filtering does not work as expected.
In the example above, I would like to search the query by multiple and/or parameters. This is not currently possible via the dashboard. It seems that adding multiple filters via the API takes only one of the filters and does not respect the and/or condition:
The only workaround I found so far was to request both path and query in the results and do another set of filtering programmatically. However, the API does not return more than 500 rows of data and we have not found a way to paginate through the results.
Is there any way to make this work? What would be an alternative solution?
Beta Was this translation helpful? Give feedback.
All reactions