> The concept of a “visit” is key to this approach. Rather than count unique IP addresses, which would require storing state about what each visitor does, we can simply count the number of page views that come from a different site. This provides a perfectly usable metric that doesn’t compromise on privacy. Say that again please? Is this tracking unique Referrer’s? What if a significant amount of traffic is direct?
Cloudflare’s privacy-first Web Analytics is now available for everyone
21–30 of 121 posts
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#22Even tho I'm septic about Cloudflare privacy-first policy, this sounds like a great alternative to "giving all your users data to Google". Also, if your site is already behind CF, it's not like you give them much more information than they already have.
My thoughts exactly. I'm hoping that we'll see a move from Google Analytics towards more privacy friendly services as they improve.
Then again, I'm not sure marketing people will want to move away from Google Analytics. And I don't think marketing people will read news from cloudflare.. so we'll have to educate them.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#23Also on the subject of not setting cookies. We're killing the __cfduid cookie for all customers: https://news.ycombinator.com/item?id=25357729
Options to purge analytics data and visitor logs would also be handy to give us more control over our users’ privacy, as well as the ability to transparently see how much of our user data you have collected and for how long it will be retained.
And while I have your ear, please consider supporting web servers hosted on non-default ports, and the setting of custom Host headers behind your reverse proxy. (in self-serve - hosting on privileged ports shouldn’t be a requirement of using your service for both security and IPv4 exhaustion reasons)
Love Cloudflare. It’s good to see your team self-aware about privacy concerns and working to mitigate some.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#24The token makes it seem like it's per-user rather than a general one everyone gets.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#25Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#26Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#27Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#28Is it really free? In my cloudflare dashboard it shows 'Upgrade to Pro' in 'analytics' tab.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#29They shouldn't even try to report "visits" if it won't be accurate because now they're just going to have a bunch of confused publishers asking why the numbers are so different than GA.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#30Also on the subject of not setting cookies. We're killing the __cfduid cookie for all customers: https://news.ycombinator.com/item?id=25357729
This is a great move, thank you. Options to purge analytics data and visitor logs would also be handy to give us more control over our users’ privacy, as well as the ability to transparently see how much of our user data you have collected and for how long it will be retained. And while I have your ear, please consider supporting web servers hosted on non-default ports, and the setting of custom Host headers behind y…