I built a demo a while ago (https://www.raymondcamden.com/2019/10/05/building-a-netlify-stats-viewer-in-vuejs) using the undocumented Analytics API. This worked fine for some time, but recently I noticed something weird. It looks like you can no longer request stats over thirty days old with the API. Is that a planned change? Also, is there anything we can do in the meantime to get more stats? I’m fine writing my own tools, but if the API prevents it completely, then I’m kind of out of luck.
If it’s a performance issue (asking for hundreds of rows of page view data for example), I’d be fine with a solution requiring pagination and multiple HTTP calls.
My main goal is simple - just to see how many page view hits I got last year.