Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

how do i receive webhooks in zaras? do i

how do i receive webhooks in zaras? do i have to send the webhook to https://mydomain.com/cdn-cgi/zaraz/t im missing something? and then if i have activated facebook pixel tool, is that all? it will send all the info to facebook? im trying to send the webhook with all the info with purchase... so my facebook ads works better? am i doing it right? please some info im no techy

How do I remove system cookies from

How do I remove system cookies from showing in the Zaraz debugger? I deleted the variables, triggers and any code/action references to them months ago. example url https://www.jampack.com/events/when-we-were-young-2025/book
No description

Zaraz Ecom

Can we get some clarity on if we fill out the purchase payload exactly how it's filled out in the docs if it will act as an agnostic payload to all integrations.

Using zaraz ecom

It seems to mutate the fields to match the integration payload

Zaraz is such a cool idea I wish there

Zaraz is such a cool idea I wish there were more docs etc around it.

Agnostic Purchase Event

Hi there zaraz community, I'm trying to understand how the Web API part of Zaraz could be utilised. I've inspected the code of the managed components, and it seems like the payload should be matched exactly to the integration. What exactly is the reasoning behind using Zaraz then in terms of server side? Why wouldn't I just make API calls to the native integrations from Meta (Graph API), TikTok Events API themselves? For example, my webhook is making a call to the Zaraz WebAPI route, but this payload is only consistent with Meta Conversions API. I want to add GA4 + TikTok, etc. But does this mean I have to dive into the docs of all those and construct those payload bodies myself? I've inspected the TikTok managed component, the schema is configured as "email, phone" and not em. TikTok also provides a Payload Converter API that enables you to POST your pixel payload and they will convert it for you. How can I use Zaraz with just 1 body and have it figure out the payload for the 3rd party tool? Thanks...
No description

Outside of the built-in third-party

Outside of the built-in third-party integrations, what have you all successfully used Zaraz for? I'm particularly interested in whether Zaraz can be used for services that either add a lot of content to the DOM (e.g., BaazarVoice), are interactive in some way (e.g., chat bots like Gorgias), or more intensive analytics services that track user interaction (e.g., Hotjar).

Hello guys. I can't get zaraz to work on

Hello guys. I can't get zaraz to work on a domain that i own. I have a cloudflare pages Remix app with custom domain on clarastefania.ro with proxy active and correctly configured zaraz on Cloudflare Dashboard with GA4. It's says that it's on, but the script is not injected at all. I tried to make a subdomain with a wordpress website, here it's injected, but i receive 404 when it tries to load https://test.clarastefania.ro/cdn-cgi/zaraz/s.js (with some parameters) . Can someone please help me?

demo/src/index.ts at main Ā· managed-comp...

Hey! Can someone who is familiar with the custom managed components point me to the resource (or explain) how the manager.useCache() works? I see that used in the demo: https://github.com/managed-components/demo/blob/main/src/index.ts but cant understand how and when to use it (as I get an error, even if try to replicate the demo example). ...

Does Zaraz's Block Automated also

Does Zaraz's Block Automated also include Verified Bots? The docs suggest it just includes the Automated category. Even if the bot is "good" we still don't need analytics to run on it.

Hello, we're WordLift and we provide

Hello, we're WordLift and we provide Structured Data as PaaS. We host Knowledge Graphs for our customers and provide them with the structured data in JSON-LD format through an API, e.g. https://api.wordlift.io/data/https/example.org would return the structured data for the https://example.org web page. Right now customers are required to load a tiny JavaScript which will fetch the api and inject the JSON-LD payload into the web page head in a script type=application/ld+json tag. We would like to offload this part from the customers using CloudFlare, by creating a Managed Component(?) or a Worker(?) that would perform the fetch and the injection server-side....

```Good morning, I'm Mate from Argentina

Good morning, I'm Mate from Argentina.
Good morning, I'm Mate from Argentina.
I'm adding the G-XXXXXXXX from Analytics and the Meta Pixel, I did all the steps but I'm not getting any navigation signals....

This is what I see at the Diagnostics

This is what I see at the Diagnostics page.
No description

**Feature Request**

Feature Request I would like to be able to query monitoring data via the API. This would help to monitor what's going on and help to ensure items are being tracked correctly. Currently the best way to get this data is by going through each zone's interface and clicking through the filters. Being able to programmatically query any of this data would save a lot of time....

**Unknown Changes Pushed Out To Zone**

Unknown Changes Pushed Out To Zone Across all of the tools in this Zone I'm seeing this change to each tool and its not something we did. Seems to be an internal configuration option. Is this expected and safe to push to prod?...
No description

For awareness, we have just been

For awareness, we have just been investigating an incredibly intermittent issue with sending Zaraz track events from the client browser using zaraz.ecommerce() on one of our sites. We identified that the issues was caused by CF Rocket Loader being enabled on the domain (This was the only site it was enabled for and the only site experiencing these issues.) Once we disabled the Rocket Loader service the issues went away. We have reviewed the docs and it does mention they dont work well together here: ...

GitHub - managed-components/bing: Bing A...

Hi everyone, we are using the "Bing" Component (https://github.com/managed-components/bing) and I think I found a bug in it. The "Currency" is sent to bing as a parameter which is called "gvc" but according to the documentation of Bing (https://help.ads.microsoft.com/apex/index/3/en/53056/) it should be called "gc". Therefore our currency is not recognized at Bing and not shown in the events..
No description

I want to position cookie banner like

I want to position cookie banner like the below image, how can i achieve this
No description

GA4 weird session data

we switched from GTM to zaraz and for the most part everything is working fine, but our GA4 sessions seem to be pretty broken. for example one of our employees in martinque is browsing the site, but we are seeing 3 sessions instead of 1. does anybody know how to fix this?

The only benefit you could see from this

The only benefit you could see from this would be from delaying the loading of GTM until after consent or something like that which is likely to break GTM rather than improve performance.
Next