Does Umami API support returning zero values for dates or times without pageviews? #3182
-
|
Hi, While working with the Umami API, I noticed that when querying the endpoint to retrieve pageviews (e.g. For example, if I set the date range from January 1, 2024, to January 7, 2024, and only January 3 and 4 have visits, the API returns those two dates but excludes dates with zero pageviews (January 1, 2, 5, 6, and 7) from the response. Could you confirm if this behavior is intended or if I might be missing something? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It returns the direct results from the query, so it's possible that this happens. We should probably return zero values for the given date range. |
Beta Was this translation helpful? Give feedback.
It returns the direct results from the query, so it's possible that this happens. We should probably return zero values for the given date range.