TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Basic web analytics without cookies or GDPR consent?

3 点作者 cunidev超过 6 年前
Are there any tools that can do some basic analytics (e.g. hits, unique users, pages per visit and not much more) that can give an idea of how many users are visiting a site without showing annoying cookie/GDPR banners, and being totally compliant at the same time?

3 条评论

harianus超过 6 年前
This is exactly what my tool does, thanks for mentioning @btown. I built Simple Analytics with simplicity and no tracking in mind. That resulted in no annoying cookie banners and no GDPR contracts to worry about. I will make sure my platform does not use cookies now or in the future.<p><a href="https:&#x2F;&#x2F;simpleanalytics.io" rel="nofollow">https:&#x2F;&#x2F;simpleanalytics.io</a>
btown超过 6 年前
Can&#x27;t do unique users or pages-per-visit without having cookies. But for statistics that don&#x27;t assume any connection between requests, you could use something like <a href="https:&#x2F;&#x2F;simpleanalytics.io&#x2F;simpleanalytics.io" rel="nofollow">https:&#x2F;&#x2F;simpleanalytics.io&#x2F;simpleanalytics.io</a>
评论 #18222943 未加载
itamarst超过 6 年前
You can disable Google Analytics&#x27; cookies, and enable IP anonymization. Not my favorite thing to do, but worth it until I&#x27;m making enough money to pay for something.