HACKER Q&A
📣 amukbils

Google Analytics sucks What do you use?


Google Analytics has many flaws: - Not being able to identify what a specific user is doing and what journey they took is one of them. - The very confusing UI/UX is the other. - Lack of trust in attribution (due to lack of transparency on how the attribution happened).

My question is: is anyone else facing these issues with GA? What do you use to get a better picture of your product's usage?


  👤 mattbillenstein Accepted Answer ✓
Small startup, but I find https://getanalytics.io/ + Google BigQuery + Metabase a nice all-around solution.

👤 XCSme
I made my own, and it's self hosted: https://uxwizz.com

Let me know if you have any questions.


👤 meowtastic
I use Umami. It's a plugin on Caprover, which is an open source Heroku like

👤 mdotk
Plausible or Microsoft Clarity

👤 vgeek
Matomo has per-user tracking (visits log) across sessions. Attribution won't be perfect, but you can make it tolerable with UTM tags. It can be GDPR compliant without much effort. You can also query the raw data via SQL if you want.

PostHog is pretty popular for product companies now, but who knows how long they will continue with a free offering.