by pauljarvis on 2/1/19, 3:11 PM with 37 comments
by AndrewStephens on 2/1/19, 3:27 PM
As a site owner, it is disingenuous showing your users a banner that says "This site uses cookies to allow us to maintain state" while leaving out the part about "This site uses google analytics which allows Google to track you across sites and build nearly complete picture of every page you browse".
The smaller hosted analytics systems claim to be more privacy oriented but I don't trust them either. Even with the best of intentions, sooner-or-later they will be sold or pivot. The data is just too valuable.
I know that some sites live and die by close reading of analytics but most sites don't need anything as elaborate. I implemented a very simple page counter than I host myself but that is just for vanity. Most sites don't even need that.
by minkeymaniac on 2/1/19, 4:31 PM
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4300461-2', 'auto');
ga('create', 'UA-4300461-33', 'auto', {'name': 'rollup'});
ga('rollup.set', 'dimension1', 'fastcompany');
ga('rollup.set', 'dimension2', 'co-design');
ga('rollup.set', 'dimension6', '2019-02-01');
by ksec on 2/1/19, 6:21 PM
I stumble upon Reinvigorate.net, it has potential, but it was acquired by Adobe if I remember correctly.
There was Gaug.es, it got acquired by Github, then it sat there and no more active development.
There was Gosquared, I cant remember why it didn't fit ( Needs to look again )
There was Clicky, one of the cheapest around, and does all tracking metrics you will need. Except the UI... doesn't really make you want to use it.
The two shown in the article, Simple and Fathom, were lacking way too many information. Browser, Resolution, Devices, Location etc.
The best thing that came out in the last few years were GoAccess. Self Hosted log analyser, except not everyone wants the hassle of setting it up.
The closest thing to something I want would be Ghostboard, unfortunately it only works for Ghost.
by skybrian on 2/1/19, 5:00 PM
There are real issues with privacy, but the scaremongering sometimes seems to be independent of any actual harm to users.
by ganeshkrishnan on 2/1/19, 4:33 PM
Google is embedded like a tick across the internet and getting rid of it is really really hard.
by notjustanymike on 2/1/19, 4:41 PM
The only way a business changes is when there's a detectable impact on their income.
by JohnFen on 2/1/19, 4:32 PM
by ljoshua on 2/1/19, 5:32 PM