Hacker News new | ask | show | jobs
by yoavm 1658 days ago
I am co-founder of Zaraz. The description is there is actually old. Zaraz doesn't load the Facebook Pixel in the website at all. It loads it completely server side.

It's very different from Segment, mostly because it essentially requires not client side JS at all. We're using the fact we can tap on the request on the CDN level, and then just use that information to forward the data to third parties. I explained the process in detail here: https://blog.cloudflare.com/zaraz-use-workers-to-make-third-...

1 comments

This looks amazing, can’t wait to play around with it. What’s the story around migrating from GTM? We could easily switch out `dataLayer.push` for `zaraz.track` in our internal GTM wrapper, but is there feature parity?
On their [pricing page](https://zaraz.com/pricing/), the Free tier which is coming soon will have easy migration from Google Tag Manager.
There definitely is feature parity though not everything is available yet through the new Cloudflare interface. Write us to zaraz@cloudflare.com if you need help with converting a large GTM container