**Unknown Changes Pushed Out To Zone** Across all of the tools in this Zone I'm seeing this change t
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?
16 Replies
HI @Beto Garcia - were you able to get your tiktok configuration to work?
Yes. Remenber to remove the test event
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.
In your Google Ads account in the Goals -> Summary -> Diagnostics you have the same as the attached image or you have any consent badge;
This is what I see at the Diagnostics page.
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
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.
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
I have the same problem with audiences but also with the consent and enhanced conversions.
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
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.
I've been studying the Managed Components, but I don't see how I can use them for this specific case - embed still requires the customer to alter the web page with the embed code(?) and widget only words in body(?).
Are my understandings correct? Should I resort to Workers?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
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.
I think worker with HTMLRewriter is better
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter/
Cloudflare Docs
HTMLRewriter | Cloudflare Workers docs
Build comprehensive and expressive HTML parsers inside of a Worker application.
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).
Thanks . 🙂
GitHub
demo/src/index.ts at main · managed-components/demo
example Managed Component for inspiration & testing - managed-components/demo
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?