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.<p>Hackers with the same use case (simple blog pages visitors count) what are you using?
You only need cookie banners if your cookies represent data you need to get consent for. If you only have cookies you actually need for technical reasons, or cookies that don't represent any kind of personal information, then you don't need a banner. Wikipedia has plenty of cookies, for example, and yet has no banners.<p>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.
I’m using Plausible (<a href="https://plausible.io" rel="nofollow">https://plausible.io</a>) and it’s great, breath of fresh air compared to GA.
Just today there was this thread which about one of the alternatives which looks nice <a href="https://news.ycombinator.com/item?id=35143052" rel="nofollow">https://news.ycombinator.com/item?id=35143052</a><p>In there you can find also a link to a list of European alternatives <a href="https://european-alternatives.eu/category/web-analytics-services" rel="nofollow">https://european-alternatives.eu/category/web-analytics-serv...</a>
I developed this one a few years ago... it does have an advanced feature, though many websites are just using it for the simple fact that it's a counter. Doesn't use any cookies.<p><a href="https://justcounts.com" rel="nofollow">https://justcounts.com</a>
I use "Google Analytics" [0], just a simple JavaScript snippet to fire off to a Google Form that sends responses to Google Sheets. It obviously has a ton of pitfalls but it works for me.<p>[0] <a href="https://goatmobile.github.io/blog/posts/forms-analytics/" rel="nofollow">https://goatmobile.github.io/blog/posts/forms-analytics/</a>
Plausible is polished looking but it’s major flaw is trying to backup its clickhouse and Postgres from the containers they run in that had me rolling my eyes. Containerized apps have drawbacks…<p>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
Hi - co-founder of Beam Analytics here. We're cookie free & GDPR compliant. The product also comes with funnel analysis, cohort retention, custom events and has a 100k page view free tier. Check out beamanalytics.io. Thanks!
Try <a href="https://usermaven.com" rel="nofollow">https://usermaven.com</a>. It comes with events autocapturing saving you from the hassle of writing code to track simple events. It is privacy-friendly and hosted in EU.<p>I am one of the co-founders.
I am building some:<p>Self-Hosted GA and Hotjar alternative: <a href="https://uxwizz.com/" rel="nofollow">https://uxwizz.com/</a><p>WordPress self-hosted analytics plugin: <a href="https://wplytic.com/" rel="nofollow">https://wplytic.com/</a>
Pirsch has been easy and great IME.<p>[0] <a href="https://pirsch.io" rel="nofollow">https://pirsch.io</a><p>[1] <a href="https://hn.algolia.com/?query=pirsch.io" rel="nofollow">https://hn.algolia.com/?query=pirsch.io</a>
Our real user monitoring will give you sessions, pageviews, performance and errors - all without cookies!<p><a href="https://cronitor.io/real-user-monitoring" rel="nofollow">https://cronitor.io/real-user-monitoring</a>
I am using shynet for a while now. More than enough data for me, blazing fast, and simple.<p><a href="https://github.com/milesmcc/shynet">https://github.com/milesmcc/shynet</a>
I've not had a chance to use it yet but <a href="https://squeaky.ai" rel="nofollow">https://squeaky.ai</a> appears to be pretty great for privacy, and mentions being cookieless
I can also throw in an open-source free alternative that we use and are very happy with: <a href="https://umami.is" rel="nofollow">https://umami.is</a>
umami.is (self hosted)<p>- 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)
Have you checked Simple Analytics?<p><a href="https://www.simpleanalytics.com/" rel="nofollow">https://www.simpleanalytics.com/</a><p>They have a great blog, very vocal about GDPR and related issues.
Hey, definely check Wide Angle Analytics. Cookieless or with cookies. You decide :)<p><a href="https://wideangle.co" rel="nofollow">https://wideangle.co</a><p>If you need selfhosted solution got for Matomo.<p>If you choose other solution, scrutinize their GDPR claims, you will be sruprised.
I installed Matomo analytics as a wordpress plugin.<p>I generally use firefox focus to browse the web, so any site includes my own would block google analytics.<p>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.<p>This plugin fit the criteria, so I use it in addition to GA.<p>I believe it is GDPR compliant.
> Data that has been encrypted de-identified or pseudonymized but can be used to re-identify a person is still personal data.<p><a href="https://www.gdpreu.org/the-regulation/key-concepts/personal-data/" rel="nofollow">https://www.gdpreu.org/the-regulation/key-concepts/personal-...</a>