It would be handy if people listed here all the alternatives that don't steal your customer info.
Or just use server log analytics. Client-side analytics are a significant contributor to the proliferation of JavaScript bloat and unnecessary 3rd party cookies.
Stop donating your customers' data to Google Analytics
31–40 of 163 posts
Re: Stop donating your customers' data to Google Analytics
#32Earlier quoted context omitted.
Or you could write the 10 lines of JavaScript that'll do what 99% of people use Google analytics for
If you think you can replicate that with 10 lines you have no idea what Google Analytics is used for.
Re: Stop donating your customers' data to Google Analytics
#33It would be handy if people listed here all the alternatives that don't steal your customer info.
Or just use server log analytics. Client-side analytics are a significant contributor to the proliferation of JavaScript bloat and unnecessary 3rd party cookies.
(Netlify does sell access to log data but it looks expensive for most hobby / personal sites)
Re: Stop donating your customers' data to Google Analytics
#34Earlier quoted context omitted.
Or just use server log analytics. Client-side analytics are a significant contributor to the proliferation of JavaScript bloat and unnecessary 3rd party cookies.
I've been surprised lately by how much more pleasant, readable and usable the news/blog-web is with JavaScript turned off. JavaScript is basically just used for the user-hostile ad-tech.
Re: Stop donating your customers' data to Google Analytics
#35Interesting that the page breaks if you're using Adblock because of Google Analytics being in the URL. Shows me a fun 'You are not connected to the internet' page that lets you doodle on the page.
Re: Stop donating your customers' data to Google Analytics
#36I have created a simple workflow using AWS Lambda + Kinesis + S3 to track our customers and not to have any 3rd party dependency. It took roughly 2 weeks but it is worth it since do not leak customer data and we have much tighter control over what we collect (no PII except the source ip that gets hashed in the process).
See https://hackernoon.com/serverless-and-lambdaless-scalable-cr... And https://aws.amazon.com/blogs/compute/using-amazon-api-gatewa...
Re: Stop donating your customers' data to Google Analytics
#37So the solution is to use Amazon's tracker? I appreciate the problem and I would like to stop using GA in my static pages as well, but trading one privately-owned software from a tech giant for another privately-owned software from a different tech giant seems a bit ludicrous. I would readily swap GA for some decent open-source solution though.
Thus far, AWS has proven to be safe for companies to host their data upon, and there have been no leaks of data stored in AWS into Amazon's marketing program. The HIPPA, PCI, and FedRamp certifications help back up their claims that a company's AWS data stays in AWS.
Re: Stop donating your customers' data to Google Analytics
#38Earlier quoted context omitted.
Or you could write the 10 lines of JavaScript that'll do what 99% of people use Google analytics for
If you think you can replicate that with 10 lines you have no idea what Google Analytics is used for.
Re: Stop donating your customers' data to Google Analytics
#39Terrible argument.
Re: Stop donating your customers' data to Google Analytics
#40Earlier quoted context omitted.
Or just use server log analytics. Client-side analytics are a significant contributor to the proliferation of JavaScript bloat and unnecessary 3rd party cookies.
I've been surprised lately by how much more pleasant, readable and usable the news/blog-web is with JavaScript turned off. JavaScript is basically just used for the user-hostile ad-tech.