Ask HN: Any alternatives to Google Analytics that don't require cookies?
I like having an idea of how many people visit my blog but I'm wondering if there's a better privacy conscious solution for simple analytics (don't need advanced features like sales conversions etc.) which would also be GDPR compliant without adding cookie banners.
Hackers with the same use case (simple blog pages visitors count) what are you using?
45 comments
[ 2.6 ms ] story [ 90.1 ms ] threadIn there you can find also a link to a list of European alternatives https://european-alternatives.eu/category/web-analytics-serv...
https://justcounts.com
https://cronitor.io/real-user-monitoring
https://www.gdpreu.org/the-regulation/key-concepts/personal-...
https://www.simpleanalytics.com/
They have a great blog, very vocal about GDPR and related issues.
Parsing logs is not as simple as adding an analytics script and will require a lot of technical work. Not everyone would want to do that and it doesn't directly answer the question apples to apples.
Hope this helps.
> Even though the purpose of Plausible Analytics is to track the usage of a website, this can still be done without collecting any personal data or personally identifiable information (PII), without using cookies and while respecting the privacy of the website visitors.
https://plausible.io/data-policy
It's good. It gives you all fh the information you need for a personal or small website.
If you want insights, then it gets harder. You can't see the navigation flow through the website, or meaningfully visualise events with multiple parameters. There are more such limitations.
But for counting visitors? It's awesome. The people behind it are great, they listen to user feedback, and they really seem to care about their product. I can wholeheartedly recommend it.
You'll soon not care to see counts because it's not actionable at all.
Clean, delightful UI. Digestible and actionable.
[0] https://pirsch.io
[1] https://hn.algolia.com/?query=pirsch.io
We are indeed cookieless, and don't use IP-based tracking either, though we do screen IPs if you're using our IP-screening functionality to keep your teams internal data out of your analytics (optional). We also suppress data capture of sensitive data client-side by default, particularly helpful to ensure session recordings don't accidentally scoop up personally identifiable text-based data, and there are lots of other ways to fine-tune which data you do and don't want to capture.
If you'd like a demo some time feel free to get in touch via hello@squeaky.ai :) Also happy to chat about alternatives and their pros and cons, the privacy-first analytics space is heating up nowadays!
Also, if you collect data you need consent for, it didn't matter if they're cookies or something else. It's not the cookies that are being consented to, it's the data collection.
Self-Hosted GA and Hotjar alternative: https://uxwizz.com/
WordPress self-hosted analytics plugin: https://wplytic.com/
Goatcounter ends up being more flexible, once you realize that their “everything is just a path” approach actually DOES give you what you need, and backing it up is a matter of SQLite dumping to a file even mid-action and it’s done
https://github.com/milesmcc/shynet
Shynet really is super lightweight.
I generally use firefox focus to browse the web, so any site includes my own would block google analytics.
My criteria was that I needed something that is a part of my blog and can also handle utm parameters so I can track where traffic is coming from.
This plugin fit the criteria, so I use it in addition to GA.
I believe it is GDPR compliant.
- easy to set up (Vercel + Railway in my case, but there are even more simple approaches) - easy to add to new projects (takes 1 minute to embed) - does 99% of what I need (I'd like to see a nicer funnel UI, which I think it's coming in v2)
I am one of the co-founders.