简体   繁体   English

跟踪网站访问次数而无需收集任何数据

[英]track website visits without collecting any data

Is there a way to show how many unique visitors visited my website without collecting (I didn't say reading but collecting) their IP or any data of their? 有没有一种方法可以显示有多少唯一身份访问者访问了我的网站而没有收集(我不是说要阅读而是收集)他们的IP或他们的任何数据?

A privacy 100% safe way for who is just interested in their website's amount of visits and nothing else, so that can be GDPR complaint even if enabled by default. 仅对其网站的访问量感兴趣的用户而言,这是一种100%安全的隐私方式,因此即使默认启用,也可能是GDPR投诉。

Some javascript code or particular websites offering this type of service? 一些javascript代码或提供此类服务的特定网站?

You could throw the visitors' IP addresses into a HyperLogLog . 您可以将访问者的IP地址放入HyperLogLog中 That will tell you how many unique visitors you have without the need to store any of these addresses. 这将告诉您您有多少个唯一身份访问者,而无需存储任何这些地址。

You should probably self-host that if the goal is to protect your visitor's privacy. 如果目标是保护访问者的隐私,则您可能应该自我主持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM