We ditched Google Analytics
spideroak.com
We ditched Google Analytics
1–10 of 273 posts
Re: We ditched Google Analytics
#2Is there anything out there in this realm? If not, why not?
Re: We ditched Google Analytics
#3I'm a little curious why they decided to go this route instead of using one of the open-source solutions. Aren't there good solutions to this problem already?
Re: We ditched Google Analytics
#4An open-source, self-hostable solution providing 80% of common Google Analytics functionality seems doable to me. Is there anything out there in this realm? If not, why not?
Re: We ditched Google Analytics
#5An open-source, self-hostable solution providing 80% of common Google Analytics functionality seems doable to me. Is there anything out there in this realm? If not, why not?
Re: We ditched Google Analytics
#6Trivial to set-up, immune to adblockers affecting the completeness of data, prevents the write of tracking cookies, leaves data and utility of the GA dashboard mostly complete (loss of user client capabilities and some session-based metrics).
This is the route I'm preferring to take (being applied this Christmas via https://pypi.python.org/pypi/pyga ).
One may argue that Google will still be aware of page views, but the argument presented in the article is constructed around the use of the tracking cookie and that would no longer apply.
I'm shifting to server-push to restore completeness, I'm presently estimating that client-side GA represents barely 25% of my page views (according to a quick analysis of server logs for a 24hr period). I'm looking to get the insight of how my site is used rather than capabilities of the client, so this works for what I want.
Re: We ditched Google Analytics
#7Re: We ditched Google Analytics
#8Yet they are still listed on Google search [ http://bit.ly/1ICwud0 ]. I guess it's easy to have principles when it doesn't cost you money.
Re: We ditched Google Analytics
#9Why not move to push GA data server-side? Trivial to set-up, immune to adblockers affecting the completeness of data, prevents the write of tracking cookies, leaves data and utility of the GA dashboard mostly complete (loss of user client capabilities and some session-based metrics). This is the route I'm preferring to take (being applied this Christmas via https://pypi.python.org/pypi/pyga ). One may argue that Goog…
Re: We ditched Google Analytics
#10Yet they are still listed on Google search [ http://bit.ly/1ICwud0 ]. I guess it's easy to have principles when it doesn't cost you money.