this post was submitted on 11 Jun 2023
6 points (100.0% liked)

Open Source

30302 readers
1807 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

With recent GA4 migration, my friends are exploring better ways to integrate various essential website scripts(e.g. product analytics, crash reporting, advertising, customer engagement, etc.). Google Tag Manager (GTM) is one solution.

RudderStack is a mature Open-Source alternative to GTM that can be self-hosted and has similar functionality i.e. load various product scripts without changing code and send events to desired destinations

Top 5 reasons to replace GTM with RudderStack

  • You get full-control of your customer data while making the site/app load faster as you don't have to load multiple scripts
  • As you can load and manage scripts via a central dashboard, it becomes easy, quick, and less error prone to replace any particular script with its alternative e.g. replacing Google Analytics (GA) with GA4 or Mixpanel
  • It is OSS and not owned by Google
  • Tranformations: Transform the events(using your own JS/python code) the way you want before reaching the destination e.g. remove personally identifiable information, enrich event data with some 3rd party information
  • Can send customer data from website and mobile apps(using RudderStack SDKs) to warehouses(Postgres, S3, Redshift, Sbowflake, Bigquery, etc.) and 200+ destinations

More details on GitHub repository - https://github.com/rudderlabs/rudder-server

Ask me anything

top 5 comments
sorted by: hot top controversial new old
[–] bird@beehaw.org 2 points 1 year ago (1 children)

Omg thank you!!! I’ve been dying for something like this! I tried Scale8 for a while but they seem to have folded! It’s the last piece of Google code I’ve been needing to remove from my site!!

[–] ephemeral404@lemmy.ml 2 points 1 year ago

Glad to help. Can't wait to see you purge that last piece of Google code.

[–] parmesancrabs@lemmy.ml 0 points 1 year ago (1 children)

This seems quite similar to Segment’s offering. Matomo (formerly Piwik) have a self hosted tag management system that could be slightly closer to Google Tag Manager configuration for anyone who is looking for a like for like replacement.

They also have a mature and self hosted analytics package too.

[–] ephemeral404@lemmy.ml 0 points 1 year ago (1 children)

Yes, RudderStack has all Segment fratures and a good replacement of the same. I never knew if Matomo has GTM functionality, I thought it is more like Google Analytics.

[–] parmesancrabs@lemmy.ml 1 points 1 year ago

Yeah exactly that 👍 It's a self hosted web analytics platform but also has Tag Management available via a first party plugin. It is very comparable to GTM and if you have some frontend JavaScript knowledge it has everything you'd reasonably need I think.