I have started some weeks ago this project: https://github.com/iris-analytics It's a small JS that gathers data and sends it to a Go backend to then be stored in ClickHouse. Although there's lots to do, we use it in production successfully. Remember ClickHouse was born precisely for web analytics where a single instance can handle hundreds of millions of inserts per day with no effort. I did this because stats say ad…
Perhaps you should post it on "Show HN".
How many users block Google analytics? (2017)
171–180 of 242 posts
Re: How many users block Google analytics? (2017)
#172Re: How many users block Google analytics? (2017)
#173Earlier quoted context omitted.
Then you would expect for Chrome to show a higher number of GA blocking "users". But that's not the case: the article mentions that the percentage of users blocking GA on Chrome is on par with Safari. And I don't know what you mean by "serious". The most common crawlers (Google, Baidu, Yandex, etc) identify themselves as bots on the User-Agent very clearly. Personally, those are the ones that I'd call the most "serio…
The net is full of unidentified bots scraping content or looking for vulnerabilities (contact forms , wordpress logins, etc). On many occasions I had traffic issues and had to check logs and these were very hard to block, because they ignore the robots file, don’t advertise themselves in the User Agent and use a large pool of IPs.
Re: How many users block Google analytics? (2017)
#174Don't forget about all those smartasses spoofing their user agent just to make your life even harder.
https://addons.mozilla.org/en-US/firefox/addon/random_user_a...
Re: How many users block Google analytics? (2017)
#175Earlier quoted context omitted.
It’s you who requests those resources, That does not matter, at least in the EU where citizens are protected by the GDPR. Article 6 of the GDPR: Processing shall be lawful only if and to the extent that at least one of the following applies: (a) the data subject has given consent to the processing of his or her personal data for one or more specific purposes;
Item (f) in that same Article 6 can be applied to collect data without explicit consent: (f) processing is necessary for the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child.
General analytics on a website are probably not covered under f, since it is not necessary and not what you’d expect when you visit a website to which you have no customer relation.
There are clear cases where one has to collect data, even without consent, such as fraud prevention.
Re: How many users block Google analytics? (2017)
#176Earlier quoted context omitted.
I don't understand why first-party analytics and JavaScript aren't more popular, but I suppose it's a matter of cost in the serverless and freemium world. But for VC stuff... There are plenty of pre-built analytics kits out there that can run from your site and you would have none of these problems.
Is there something that will integrate with nginx or rails ? I am having hard time finding these.
Just searched "nginx 1st party analytics"
Re: How many users block Google analytics? (2017)
#177What's interesting to me about the number of people who block Google analytics, is the number of people working with those analytics in product management, marketing or SEO, that are apparently unaware of anyone being able to block Google Analytics.
Re: How many users block Google analytics? (2017)
#178Re: How many users block Google analytics? (2017)
#179Earlier quoted context omitted.
Google Analytics spies you? Lol. Those tools that you use daily on the browser that saves you time and makes your life easier got to that point because they had a way to learn how they were used. Seems that you don't make a difference between ad related tracking and product based tracking.
> Those tools that you use daily on the browser that saves you time and makes your life easier got to that point because they had a way to learn how they were used. As far as I am aware, Hacker News has never used Google Analytics.
I'm totally against ad tracking where a company can identify what I do on multiple websites and link my browsing behavior. But I have no problem to let a company track my clicks and what I do on their website if it's used to improve their product and ultimately to benefit from it.
Re: How many users block Google analytics? (2017)
#180I recently got tired of Google Analytics (for a number of reasons) and switched to Fathom Analytics. Now, Ghostery says I have "zero trackers" on my personal site. Fathom doesn't collect personal info about my visitors. They just show me my aggregate metrics (popular pages, top referrers) which is all I need anyway.