Mackenly
Mackenly
CDCloudflare Developers
Created by codebam on 5/17/2024 in #zaraz
Google Ads Conversion ID
This may provide some more context into that action: https://github.com/managed-components/google-ads/blob/main/src/index.ts
9 replies
CDCloudflare Developers
Created by Wi-Fi on 6/26/2024 in #zaraz
I added a Custom HTML, why is zaraz only
Check the docs, they outline what the debugger is and how to use it.
6 replies
CDCloudflare Developers
Created by codebam on 5/17/2024 in #zaraz
Google Ads Conversion ID
Are those params showing up in the zaraz debugger logs? And if not are they supposed to be passed in your zaraz e-commerce call?
9 replies
CDCloudflare Developers
Created by Wi-Fi on 6/26/2024 in #zaraz
I added a Custom HTML, why is zaraz only
Are both proxied through Cloudflare (orange clouded) and have you tried the Zaraz Debugger?
6 replies
CDCloudflare Developers
Created by Rohit on 6/17/2024 in #zaraz
Hello everyone, I am using the zaraz.
The reported revenue is about 77%. So 91-77=14%. To me that seems explainable by variation in order size (perhaps the orders not counted were exceptionally large). Hard to say without knowing specifically which orders didn't get collected. To clarify, I don't work for Cloudflare so beyond contracting as a consultant I can't really do much more to help.
11 replies
CDCloudflare Developers
Created by codebam on 5/17/2024 in #zaraz
Google Ads Conversion ID
Have you tried using the Zaraz debugger to see what actions/triggers are called? Your triggers might not be firing correctly. https://developers.cloudflare.com/zaraz/web-api/debug-mode/
9 replies
CDCloudflare Developers
Created by Rohit on 6/17/2024 in #zaraz
Hello everyone, I am using the zaraz.
You're capturing 91% of orders, so that seems like a pretty good rate. Especially if you're requiring consent for tracking. Also, since you are capturing 91%, you can be pretty confident that you have everything set up right.
11 replies
CDCloudflare Developers
Created by Mitya on 6/21/2024 in #workers-help
How to validate a file upload in Workers before saving it to R2?
After you upload the file to R2 and get the upload event. I wouldn't necessarily do this for upload size (the other option seems good). But checking other things can be done after it's uploaded. https://developers.cloudflare.com/r2/buckets/event-notifications/
11 replies
CDCloudflare Developers
Created by dai on 6/21/2024 in #workers-help
Deployment suggestion
If this is a long-term limitation, I would explore not tying yourself to worker technology. You're not going to get all of the benefits of using Workers if you self-host.
8 replies
CDCloudflare Developers
Created by _ladryk on 6/21/2024 in #workers-help
extensive API on cloudflare Workers
Up to you. Express is kinda dated. Also, Hono is built for edge runtimes specifically targeting Workers. You're likely to run into less issues using Hono.
2 replies
CDCloudflare Developers
Created by Mitya on 6/21/2024 in #workers-help
How to validate a file upload in Workers before saving it to R2?
It might also make sense to do some of those validation checks after upload.
11 replies
CDCloudflare Developers
Created by Rohit on 6/17/2024 in #zaraz
Hello everyone, I am using the zaraz.
Custom endpoints will go along ways towards getting around ad blockers. How big is the order gap? With any ad/tracking technology there's always an expectation that not everything will get tracked right. If it's 20 in 200 I'd say you're in good shape (especially since you've swapped endpoints).
11 replies
CDCloudflare Developers
Created by Melkisédek on 6/17/2024 in #zaraz
Hello,
From what I'm seeing, it seems to load the pixel, but doesn't appear to support custom events. Perhaps someone who's implemented the Twitter Pixel on a site would know more. This is the managed component code for the Twitter component (or at least the public MC): https://github.com/managed-components/twitter/blob/main/src/index.ts It may give a better idea of what's going on.
3 replies
CDCloudflare Developers
Created by Rohit on 6/17/2024 in #zaraz
How can we see event activity in Zaraz?
2 replies
CDCloudflare Developers
Created by Rohit on 6/17/2024 in #zaraz
Hello everyone, I am using the zaraz.
This could be related to ad blockers or any number of things.
11 replies
CDCloudflare Developers
Created by cosbgn on 6/7/2024 in #zaraz
Zaraz Triggers
Yes, you create triggers in the dashboard. You can think of Zaraz as similar to Google Tag Manager. You don't directly interact with tools. Instead, you use Zaraz to send data and events to the tools. For serverside managed components, the tool's code itself isn't even loaded on the page.
6 replies
CDCloudflare Developers
Created by cosbgn on 6/7/2024 in #zaraz
Zaraz Triggers
Zaraz is loaded in automatically when your site is orange clouded :pixelcf: and zaraz configured
6 replies
CDCloudflare Developers
Created by cosbgn on 6/7/2024 in #zaraz
Zaraz Triggers
No, you use zaraz triggers to make event calls.
6 replies