Cloudflare web analytics rounds to 100 pageviews. More granular?
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)1 Reply
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?
For all it's faults, google analytics is great for actually keeping historical records and allowing you to export them.
I guess I brought this onto myself by trying a new thing