Hi, I am new here and curious if it is possible to query complete view counts for a page?
The getDomains.statistics.pages query needs a range param which can't be null and only allows to query data up to 6 months.
So, 2 questions (I could probably figure this out from code but want to confirm)
- are the views stored indefinitely in the DB? i.e. does Ackee delete 6 months+ old records?
- is there any way to query that historic data from the API? IMO the simplest idea would be to make the
range param nullable which will allow to not have any created filters in the aggregations.
Happy to make a PR for the latter. Thanks!
Hi, I am new here and curious if it is possible to query complete view counts for a page?
The
getDomains.statistics.pagesquery needs arangeparam which can't be null and only allows to query data up to 6 months.So, 2 questions (I could probably figure this out from code but want to confirm)
rangeparam nullable which will allow to not have anycreatedfilters in the aggregations.Happy to make a PR for the latter. Thanks!