Privacy Preserving Google Analytics Alternatives
Hi everyone! 👋 Lately I have been restructuring my online presence and that included running this blog using a static site generator. During this process, I decided to also look for privacy-preserving Google Analytics alternatives. When concerned with website analytics, the default solution most people reach out to is Google Analytics but there are good reasons for not using GA. This post will give you a rundown of the different alternatives I came across during my research. At the end of the post, I also talk about why and why not to use these alternatives.
1. Plausible Analytics
Plausible is developed by Uku Täht. As far as I am aware, it started in 2019 and has already gained a lot of traction. The famous Changelog podcast has also started using it. The code behind this service is open source and it recently became officially possible to self-host it. “officially” means that previously the code was open source but there was no guidance for people who wanted to host it themselves. Now there are docs in place and hypothetically if you follow those you will have a working instance of Plausible Analytics up and running.
It is written in Elixir using the Phoenix framework.
The User Interface is gorgeous. I recently decided to try out their service for the Intermediate Python book and I thoroughly enjoyed browsing the dashboard.
Pricing
Plausible starts with a 30-day unlimited trial and then offers you three options (these options are for if you pay monthly).
Demo
You can see a demo here.
2. GoatCounter
If you are looking for a no-cruft solution that is usable even on a screen-reader then GoatCounter is your best bet. The author, Martin, has written about the rationale behind this project. His main goal is to keep GoatCounter simple and focused on the core function that is “counting events”. It is written in Golang and the source is available on GitHub. The best part is that the author is super quick at responding to issues on GitHub.
I wouldn’t say I am a huge fan of the UI but it is usable and provides you with all the information you need in one cursory look.
Pricing
GoatCounter has a pretty generous free plan. If you get less than 100k views per month then you don’t have to pay for it. I think this is crucial if we want to promote privacy-preserving Google Analytics alternatives. When people are so used to getting analytics information without paying, it is hard to convert them right away and ask them to pay for the same information. However, I would recommend you to pay for the service if you can afford to do so. The rest of the price plans look something like this.
Demo
You can see a live demo here
3. Fathom Analytics
This is another service that has a dedicated page about why they are a better alternative to Google Analytics. I believe they have been in business since 2018 and are profitable. A version of their codebase is open source and available on GitHub. I say a “version” because their open source offering is stripped of major pro features.
The main source-code is written in GoLang. The authors also talk about using Laravel in certain places but I wasn’t able to see Laravel in the official code-base. Maybe I missed something?
The UI is similar to what we saw with Plausible. It is clean and provides you with useful and actionable insights right away. The image below is from the pro version.
Pricing
There are three tiers just like other platforms. They are a bit expensive compared to the other solutions I have mentioned.
Demo
Normally you can see the demo on this page but at the time of writing this article, the link wasn’t working.
4. Simple Analytics
I remember seeing the launch post for Simple Analytics on Hacker News. They generated quite a buzz because of their privacy-preserving and cookie-free session tracking method. It is developed by Dave Jansen and Adriaan van Rossum and it has been in business since 2018. As far as I can tell, they have some open source presense but their core product is not open source.
The UI of the service is super clean. One useful feature which I loved was the availability of a night mode. There is a small crescent icon right next to the logo which you can use to toggle the night mode.
Pricing
This is the most expensive service on this list. I don’t know if they provide anything which Plausible, GoatCounter or Fathom don’t provide. I guess the one thing they do provide extra is the API but I don’t know how many people use it. This is the pricing if you pay monthly.
Benefits for using Google Analytics alternatives
- Cleaner UI which makes it easy to get useful information at a single glance. The actual Google Analytics dashboard is a mess and most people (even me!) struggle with deciphering what different numbers and dashboards mean. After banging my head against the wall for a bit I can now navigate the dashboard but I always sympathize with new Analytics users. These alternatives make sure they can cut through the noise and show the data you actually care about.
- Ability to add custom domains so your tracking script is not blocked by ad blockers by default. Google Analytics doesn’t support this and their tracking script is blocked by all major ad blockers. This gives an edge to the alternative and they can provide you with more accurate analytics.
- Less invasive of the visitor’s privacy. They don’t log unnecessary user data. Most of these services don’t use cookies either which means that you don’t have to show a GDPR notice to your visitors.
Issues with Google Analytics alternatives
- Oftentimes they do a less reliable job of weeding out bot traffic so the numbers can be slightly less reliable. There is no doubt that Google has been in the business of detecting bot for decades. Their whole business is built around Advertising and they don’t want to pay publishers for fake clicks. Therefore, they have decades worth of experience which these companies don’t have.
- You usually have to pay for these services. Privacy is expensive. Other than GoatCounter, all other services I mentioned are paid. If you are running a small hobby website then you normally don’t want to go out of your way to pay for such a service.
- Google can still track your users. A lot of people talk about using privacy-preserving alternatives because they don’t want Google to track them or their visitors. However, most websites use Google fonts and if Google wants, it already has enough data to track you and your visitors. As to whether Google actually uses font requests to track users is another story.
I tried to layout these alternatives so that other people know what is out there when it comes to privacy-preserving analytics solutions. Do you think you will use any of these services? If not then why? I would love to hear your responses in the comments below. Otherwise, I will see you in the nest post! 👋 ❤️
Nana Yaw
François Best
Yasoob
In reply to François Best
François Best
In reply to François Best
Cristian