TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you still use Google Analytics? If not what do you use?

2 pointsby oliverjudge6 months ago
While I'm sure many of you run your own telemetry inside of your apps, I'm wondering what everyone uses as their set it and forget it, easy to roll analytics solutions for new apps, blogs etc.

2 comments

bootstrpppin6 months ago
I really hate Google Analytics - especially the new version (GA4?). I find it so hard to use. The microcopy is useless, and the fact that it doesn&#x27;t track identity makes it vary hard to see anything beyond macro-trends.<p>My preference is to use old school SQL to report on transactional data, instead of event data. Sometimes I&#x27;ll use a simple GUI like Metabase to visualise the queries and build simple dashboards.<p>If I&#x27;m forced to use an event-based telemetry system I suppose I&#x27;d go to Mixpanel via Segment.<p>My co-founder has also suggested we implement Posthog, but I&#x27;ve got no experience with it so far.<p>Hope that&#x27;s useful
XCSme6 months ago
I did build my own: <a href="https:&#x2F;&#x2F;uxwizz.com" rel="nofollow">https:&#x2F;&#x2F;uxwizz.com</a><p>It has a simple PHP&#x2F;MySQL backend, so it&#x27;s easy to query the data directly or integrate it with other data visualization tools and workflows.<p>Recently I also added text-to-SQL and text-to-chart, using ChatGPT, which works surprisingly well.