I see a lot of suggestions for free or open-source analytics packages, but I would refrain from recommending anything you haven't personally used. I've tried to separate myself from Google in various ways, and one of those was to replace Google Analytics with open source software. I tried several; they're all either non-functional out of the box, or require significant time investment to even start approaching Google…
Stop donating your customers' data to Google Analytics
71–80 of 163 posts
Re: Stop donating your customers' data to Google Analytics
#72Earlier quoted context omitted.
Over the long term it's possible that maximizing shareholder value requires monetization of additional resources. The approach of 'today, company X is known to make money via Y, so we can trust them with private data' only works until that data becomes valuable enough for the company to invest in extracting.
Monetizing data stored in AWS would destroy their credibility with corporations, who are much more proactive in protecting themselves (both legally and with their wallets) than consumers are.
Re: Stop donating your customers' data to Google Analytics
#73It would be handy if people listed here all the alternatives that don't steal your customer info.
https://usefathom.com/ https://goaccess.io/ https://github.com/NYPL/google-analytics-proxy http://matomo.org/ https://ackee.electerious.com/ https://www.goatcounter.com/ https://count.ly/
fathom - Looks great. I am OK with closed source products (my motivation is self-hosting/privacy) but the direction is not clear to me. Maybe they will have a blog about it at some point - https://github.com/usefathom/fathom/issues/268. Having multiple code bases is going to be super hard.
goaccess.io - this analyses web logs
google-analytics-proxy - project is dead
matomo - this is what i use now and it works great. has a lot of quirks but if you spend some time, you can make it work.
ackee, goatcounter - simple but looks like this does not track users/sessions. it's mostly for page hits.
countly - looks good if you are enterprise. there is no pricing :(
freshlytics (from another thread) - page says it's in beta and not production ready
Re: Stop donating your customers' data to Google Analytics
#74Earlier quoted context omitted.
Monetizing data stored in AWS would destroy their credibility with corporations, who are much more proactive in protecting themselves (both legally and with their wallets) than consumers are.
Upvoted, and I don't disagree with your premise - we'll see how this plays out over the long term.
Re: Stop donating your customers' data to Google Analytics
#75Earlier quoted context omitted.
People said the same about Apple, and then it turned out to be bullshit.[0] And, big surprise, their customers did not seem to hold them accountable. So in the end, paying for stuff just shows that you're a more valuable product to sell. And gives them a great primary key to track you by. [0]: https://news.ycombinator.com/item?id=22106536
I've said this to most naysayers, but AWS aims itself at businesses, who are much more forward with their pocketbook and lawyers in protecting their privacy. AWS can't safely market data stored in their systems without running the risk of being abandoned and sued into oblivion. Even Google doesn't dare monetize data stored in their enterprise customer's databases. EDIT: Failing to offer a privacy-enhancing feature, a…
Re: Stop donating your customers' data to Google Analytics
#76Earlier quoted context omitted.
https://usefathom.com/ https://goaccess.io/ https://github.com/NYPL/google-analytics-proxy http://matomo.org/ https://ackee.electerious.com/ https://www.goatcounter.com/ https://count.ly/
I gave many of these a visit. fathom - Looks great. I am OK with closed source products (my motivation is self-hosting/privacy) but the direction is not clear to me. Maybe they will have a blog about it at some point - https://github.com/usefathom/fathom/issues/268 . Having multiple code bases is going to be super hard. goaccess.io - this analyses web logs google-analytics-proxy - project is dead matomo - this is wha…
As for Fathom, I find that last "since that people are confused"-comment rather funny, since their messaging on this has been confused for almost a year, haha
Re: Stop donating your customers' data to Google Analytics
#77It 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.
Doing log-analysis has its own drawbacks: not everyone has access to them, bot traffic will be a lot higher, and certain information is hard to access (like screen size). You can't always "just" use it.
Re: Stop donating your customers' data to Google Analytics
#78Earlier 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.
Agreed if you're already self-hosting. However, I don't know of a JS-free solution if you're hosting on a 3rd party like GitHub pages or Netlify for example. (Netlify does sell access to log data but it looks expensive for most hobby / personal sites)
Basically, if it accepts a GET with query parameters, it should work.
Re: Stop donating your customers' data to Google Analytics
#79Interesting 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.
Not on Firefox with uBlock Origin.
I got to it by adding the following filter
@@||dev.to/goatandsheep/stop-donating-your-customers-data-to-google-analytics-191?i=i$xhr,1pRe: Stop donating your customers' data to Google Analytics
#80I see a lot of suggestions for free or open-source analytics packages, but I would refrain from recommending anything you haven't personally used. I've tried to separate myself from Google in various ways, and one of those was to replace Google Analytics with open source software. I tried several; they're all either non-functional out of the box, or require significant time investment to even start approaching Google…