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

Workflow bindings

Do anyone knows is there any way (or plans) how to integrate Zaraz custom components together with Workflows through bindings (without using the middle Worker)? @Mackenly maybe you know something?...

I wanted to share a potential security

I wanted to share a potential security issue I've encountered with Cloudflare's Zaraz feature. I noticed a suspicious script injection on my website that wasn't originating from my server. After several hours of investigation, I discovered the source: Zaraz. What's concerning is that I had never heard of or enabled Zaraz on my account until now. My Cloudflare account is secureā€”I have 2FA enabled, and there are no signs of unauthorized access in the activity log or from access notifications....

Blocking triggers

I have Zaraz loading a livechat javascript pixel on site loading. Problem it, it now also loads into my Wordpress dashboard. Can I modify Zaraz not to load it into any pages in the wordpress dashboard?

~~I got interested in how much they are

I got interested in how much they are investing/plan to, so searched their job opening onsite and in google for anything that even mentions zaraz, and nada. https://www.google.com/search?q=site%3Ajob-boards.greenhouse.io+cloudflare+zaraz. Tried a few other terms like "managed components" with nothing to speak of. Seems strange for a new product -- sure are many AI platform jobs. Maybe it's buried in a team that I cannot suss out. Edit: probably lives in a group like this ETI group which seems all about workers (the platform on which zaraz runs) https://job-boards.greenhouse.io/cloudflare/jobs/5823943...

Can I get the same clientId and sId from

Can I get the same clientId and sId from zaraz-analytics cookie? I want to use the same number of clientId as my external_id...

@yo'av I setup X tracking using the

@yo'av I setup X tracking using the twitter tool, even with default events disabled it somehow detects site visit and all the triggers I wrote (including page view to a custom x event) are not working. These same triggers are working on reddit, any ideas?...

Is there any way to lazy laod or load on

Is there any way to lazy laod or load on interaction zaraz cookie banner

BUG - In HTTP Request tool

BUG - In HTTP Request tool, when I add a Custom Field, the "Include Event Properties" turns off automatic

Web Conversions

Twitter/X conversions can we send click ID manually when we're sending based on an S2S event? What about other identifiers -- few of the events are listed by default and it's unclear if I should use identifiers.name syntax or maybe identifiers["name"] to add one, if supported at all https://developer.x.com/en/docs/x-ads-api/measurement/web-conversions/api-reference/conversions

Reddit built-in object doesn't seem to

Reddit built-in object doesn't seem to let you add custom fields or any of the enhanced attribution fields (we want to use email and external_id). Am I missing something? https://business.reddithelp.com/s/article/about-advanced-matching
No description

Lastly, if I select `Email` in the

Lastly, if I select Email in the fields list, is hashing done by Zaraz? I am passing both clear and hashed emails to my HTTP event calls, and not sure which to select to pass the right sha256 hashed value to Facebook. (Would be great when you select a pre-defined event if there was some more text clarifying exact field name it uses since you make them friendly and any transform applied)

Is there a reason click IDs, like `fbc`

Is there a reason click IDs, like fbc on the facebook conversions API are not a default option in the list of events? Seems I have to use custom event name to pass those.

Second, is there a way to validate which

Second, is there a way to validate which events in the pre-existing tags are eligible to be sent S2S. For example, if the Taboola integration already ready to send server-to-server?

hey, loving using zaraz compated to GTM

hey, loving using zaraz compated to GTM -- great concept. But a few questions.
First, what is the regex engine used? i want to identify when a parameter is not empty, so what's the most effective rule? query param Not matches regex /^$|\s+/ or (^$|\s+) without the /s or just ^$... or should I use a positive match on something like (.|\s)*\S(.|\s)* ... Will the simple negative matches work if the parameter just doesn't exist, or will the rule fail with an error because the parameter doesn't exist? GTM variables I would look for falsy javascript variables like undefined|NaN... Any guidance?...

Manually loading Zaraz

How can I manually add the zaraz tag? I can find the disable auto inject but I cant find the html script tag.

Feature request: Syntax highlighting (

Feature request: Syntax highlighting (html, css, js) and an auto format button within the Custom HTML component.

Feature request: Export Zaraz debugger

Feature request: Export Zaraz debugger data to JSON or CSV for analysis

are there any plans to integrate the

are there any plans to integrate the Snapchat Conversions API in the snapchat integration? (https://developers.snap.com/api/marketing-api/Conversions-API)

Right now, this is how i think it should

Right now, this is how i think it should be done then. You create a custom trigger and then a custom action along with it in the respective source (in this case i used TikTok as example).
No description