2
5 Comments

Recommendations for Server side Analytics?

Hey folks I'm looking for server side analytics.

I have apps which won't work with traditional analytics(because of cors issues and other stuff) and I'm looking for serverside analytics.

The current wave of analytics(Fathom, Plausible, etc) don't have a server side component. You still need to embed a js script. Google analytics - I can't use their measurement protocol, maybe its bugged out for me for some reason.

If you've been using server side analytics I would love to check out your choices.

  1. 2

    Amplitude gives you the ability to send your own events via their API. I'm just getting started using them so I'm not sure if I would recommend them yet or not.

    Just in case you are using Django, I've just created django-amplitude (open source) to help send page view events automatically to them.

    1. 2

      I think Amplitude is overkill considering all I want is simple server side analytics where I can track users. Anyhow, I found one after a long time called nucleus.sh

      Works pretty well for me so far.

  2. 1

    I think you need to build your own. I don't know any tooling for that except log based analytics. You can always build your own though. Publish events when it happened and consume them and put the data into time series db such as BigQuery.

  3. 1

    Do you mean log processors? I think that area is pretty neglected these days. AWStats still came up high when I last checked a year or two ago (since went with JS-based analytics because I got more bot/spam traffic than actual visitors haha).

    https://goaccess.io/ looks pretty cool as well. Nerdy-cool anyway :)

    1. 1

      No I mean actual analytics. Like being able to track users and such.

Trending on Indie Hackers
I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 12 comments Hero Section Copywriting Framework that Converts 3x 12 comments Promptzone - first-of-its-kind social media platform dedicated to all things AI. 8 comments How to create a rating system with Tailwind CSS and Alpinejs 7 comments