(no title)
octref | 4 years ago
If there's no complex interactivity achieveable only through JS, I prefer to ship sites with plain HTML/CSS, so I don't really like to use any client-side analytics. And yes – I can live without all the fancy features to track and profile my visitors.
I don't want to host by myself either, since I enjoy using a simple git push to deploy my site.
shantnutiwari|4 years ago
Moving to a normal analytics, the number is closer to a dozen, maybe a few hundred.
I suspect Netlify doesnt remove bot traffic
the_duke|4 years ago
* Use a CDN which provides access logs (AWS Cloudfront, logs are stored in S3, Azure supports this too i think) * Feed those logs into a self-hosted analytics solution, like goatcounter [1]
[1] https://github.com/zgoat/goatcounter
marvinblum|4 years ago
[0] https://pirsch.io/
busterarm|4 years ago
maattdd|4 years ago
sofixa|4 years ago