|
|
|
|
|
by marvinblum
1954 days ago
|
|
I've found the same issue. A lot of traffic will get blocked if you use a simple JavaScript integration. The solution is (obviously) to track from the backend and provide a simple dashboard for it. I've started building a library [0] written in Go, which I could integrate into my website and until the end of last year, it became a product (in beta right now) called Pirsch [1]. We offer a JS integration to onboard customers more easily, but one of the main reasons we build it is, that you can use it from your backend through our API [2]. We plan to add more SDKs and plugins (Wordpress, ...) to make the integration easier, but it should be fairly simple already. I would love to hear feedback, as we plan to fully release it soon :) [0] https://github.com/pirsch-analytics/pirsch [1] https://pirsch.io/ [2] https://docs.pirsch.io/get-started/backend-integration/ [Edit] I forgot to mention my website, which I initially created Pirsch for. The article I wrote about the issue and my solution is here: https://marvinblum.de/blog/server-side-tracking-without-cook... |
|