I turned off Google Analytics, because I realized that it doesn't actually report any useful or actionable data, just vanity metrics, and many of them of dubious quality. I run a SaaS and what matters for me is paid subscriptions. "Visits" (even if by humans, which is hard to tell) really do not matter much. Yes, I do want to increase conversion rates, and run bandit experiments, but I'm better off doing that myself.…
> I realized that it doesn't actually report any useful or actionable data The actionable part never occurred to me, but makes so much sense. What action could anyone really take, based on the data presented by Google Analytics? On top of my head I can actually think of anything you could easily get from server logs.
Lightweight Alternatives to Google Analytics
71–80 of 320 posts
Re: Lightweight Alternatives to Google Analytics
#72Earlier quoted context omitted.
> I realized that it doesn't actually report any useful or actionable data The actionable part never occurred to me, but makes so much sense. What action could anyone really take, based on the data presented by Google Analytics? On top of my head I can actually think of anything you could easily get from server logs.
I find time spent on page is a great way to measure performance of redesigns on page. There are numerous actionable points.
Re: Lightweight Alternatives to Google Analytics
#73I still can't see any solid reasons why a site owner would not use GA. Other products: - Objectively lack features - Potentially incur extra costs in money/time - May be a small barrier in m&a - May carry additional risks/attack vectors if self hosted Trying to ween off big tech is commendable, but likely detrimental to a business. Relatively high risk, low reward. I'm happy to have my mind changed. I can see a case…
GDPR is the European privacy law. It protects European citizens so it applies not only to European companies but any company that does business in Europe (having offices or advertising/selling there).
Google does not give much assurance regarding their GDPR compliance... their text on that subject is mostly CYA and then they make it your responsibility to decide how to use it in compliance (if at all possible).
The GDPR gives you a small window to count visitors through cookies as long as all private information (even IP) is anonymized... OR you can go do a more traditional tracking with their explicit agreement. This last use case is completely useless in terms of visitor statistics, but analytics companies sometimes dare suggest it (as in "this is the way to do things right... so our product is compliant and it's not our responsibility if you break the law").
That aside, I run international non-profit sites and GA is a bad look... and with good reason: Using social network sharing buttons, GA, CDNs, etc. gives too much power to track people to a few companies.
Re: Lightweight Alternatives to Google Analytics
#74I turned off Google Analytics, because I realized that it doesn't actually report any useful or actionable data, just vanity metrics, and many of them of dubious quality. I run a SaaS and what matters for me is paid subscriptions. "Visits" (even if by humans, which is hard to tell) really do not matter much. Yes, I do want to increase conversion rates, and run bandit experiments, but I'm better off doing that myself.…
> I realized that it doesn't actually report any useful or actionable data The actionable part never occurred to me, but makes so much sense. What action could anyone really take, based on the data presented by Google Analytics? On top of my head I can actually think of anything you could easily get from server logs.
Re: Lightweight Alternatives to Google Analytics
#75Earlier quoted context omitted.
I find time spent on page is a great way to measure performance of redesigns on page. There are numerous actionable points.
Hook into onbeforeunload and call your own javascript to post back to your own site to let you know when they've left.
Re: Lightweight Alternatives to Google Analytics
#76I'm honestly curious, are all the analytics tools, which rely on making third party queries, still efficient with extensive use of adblocking these days? If not, then logs of webservers are the only 100% reliable place (if available of course), so old-style tools like awstats, Webalizer, etc [1] should have a rise in popularity again. [1] https://en.wikipedia.org/wiki/List_of_web_analytics_software
For us nerds, we can always block things using DNS level blocking but Fathom’s custom domain feature has done really well for the majority: https://usefathom.com/blog/custom-domains-embed-code
Re: Lightweight Alternatives to Google Analytics
#77Earlier quoted context omitted.
Neither does the GPL or any other licence under European laws.
That's surprising, considering the virality is part of the license text, not the law; does the law prohibit that clause?
The short answer is that there are certain protections that ensure interoperability, and that linking to software does not make it a derivative work.
Re: Lightweight Alternatives to Google Analytics
#78I turned off Google Analytics, because I realized that it doesn't actually report any useful or actionable data, just vanity metrics, and many of them of dubious quality. I run a SaaS and what matters for me is paid subscriptions. "Visits" (even if by humans, which is hard to tell) really do not matter much. Yes, I do want to increase conversion rates, and run bandit experiments, but I'm better off doing that myself.…
That said though once I know which marketing tools are effective, there's nothing more that GA does that CloudFlare couldn't just tell me anyway (i.e. am I getting more or less traffic) and I'll probably drop it as it's one less dashboard to look at - like you said that conversion to subscriber _is_ the ultimate metric for success.
Re: Lightweight Alternatives to Google Analytics
#79If you only need page views, for example for a personal blog, try goaccess ( https://goaccess.io/ ). It uses your server logs for simple analytics.
Re: Lightweight Alternatives to Google Analytics
#80Earlier quoted context omitted.
I find time spent on page is a great way to measure performance of redesigns on page. There are numerous actionable points.
It might be, assuming two things: 1) That you actually care about this metric. I don't, I do not get paid by the number of minutes spent on pages, I get paid by the number of signed-up subscribers who use my software to make their workflow easier. I can (and prefer to) use bandit testing to measure the performance of redesigns. 2) that it can be reliably measured, which I don't think it can.
Even if the numbers are off by quite a few per cent, I can easily see how some site operators might benefit from knowing e.g. that visitors close one tutorial much quicker than the others.