#Cloudflare web analytics rounds to 100 pageviews. More granular?

4 messages · Page 1 of 1 (latest)

cunning lark
#

It seems that web analytics aggregated and somehow rounded historical visits up to the nearest 100.
Is there a way to get a more detailed breakdown, even through through graphql?
This is a relatively low traffic site, but I do need somewhat accurate traffic for it, or is this a lost cause?

(P.S. I looked at graphql and I can see "sampleInterval": 100 in the response, but no way to specify it)

#

Oh hmmm... it is nearest 10 on 30 days as in the screenshot

#

But if I try to query the past 90 days it jumps to 100

#

So would I have to do 3 queries of 30 days and merge the result?