Particularly looking to add a CNAME record in my DNS to point to the script's domain and have it effectively served from a subdomain of my site.
Cloudflare’s privacy-first Web Analytics is now available for everyone
91–100 of 121 posts
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#92Also browser/device/viewing environment info is a key piece of GA and not something anybody has replicated as well. (the ability to intuitively drill down and compare is second to none with GA. you have to create segments in omo witch is a like 10 click long process with 3 processing pauses vs clicking on `windows` to drill down by family to os version or clicking on a referrer to see the pages they refer traffic to by visit)
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#93Earlier quoted context omitted.
(PM for Cloudflare Analytics here) Thanks! If you do end up "orange clouding" and proxying your site through Cloudflare, we can show you lots of stats about your website, even from clients that don't support JS :)
My website, like many, uses Cloudflare's CDN. I occasionally spend time going through the analytics section inside the dashboard. I suppose those are data points gathered by your edge servers (?). If true - how is that different from what is launched today?
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#94I only get values in buckets of 100. Really inaccurate. Is it thr case with others?
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#95Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#96As much as I applaud every alternative to Google services, I would think about these kind of analytics twice when running any kind of developer-centric service. Chance is that your target audience is running an adblocker / DNS blocker of some sort and that this will heavily skew the analytics results: The absolute numbers will be a lot lower and you will only capture folks not savvy enough for adblockers. I removed a…
How many people using adblockers block analytics rather than just ads?
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#97As much as I applaud every alternative to Google services, I would think about these kind of analytics twice when running any kind of developer-centric service. Chance is that your target audience is running an adblocker / DNS blocker of some sort and that this will heavily skew the analytics results: The absolute numbers will be a lot lower and you will only capture folks not savvy enough for adblockers. I removed a…
What tools are you using for internal analytics? Streaming logs into something like GoAccess?
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#98As much as I applaud every alternative to Google services, I would think about these kind of analytics twice when running any kind of developer-centric service. Chance is that your target audience is running an adblocker / DNS blocker of some sort and that this will heavily skew the analytics results: The absolute numbers will be a lot lower and you will only capture folks not savvy enough for adblockers. I removed a…
Keep in mind that the Internet actually has more bot traffic than human traffic these days. A 50% discrepancy between Google Analytics and access logs could be explained entirely by bot traffic with no ad-blockers involved. It could be ad-blockers, though. And I want to emphasize a point you mentioned briefly: it very much depends on your target audience. An anecdote from several years ago, around with IE was still t…
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#99> 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?
Yes, that explanation is a little bit baffling. Referrers are not very reliable (increasingly missing). Maybe visits will just not be very accurate with this.
Re: Cloudflare’s privacy-first Web Analytics is now available for everyone
#100> 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?
Also I thought browsers didn’t browser a referer for https?