Mackenly
CDCloudflare Developers
•Created by Combwe on 2/12/2025 in #zaraz
Hello,
I don't work for Cloudflare/Zaraz. I'm not sure which URLs you're referring to. Zaraz does create some URLs under cgi cdn that are necessary but other than that it shouldn't be creating any (and there wouldn't be a setting since it's not supposed to do that). If you can't share which URLs are being created there's not much I can do to help you.
8 replies
CDCloudflare Developers
•Created by Wraith on 2/18/2025 in #zaraz
Is there any way to post an email to
Zaraz Ecommerce or traditional Action?
For a traditional action, click "Add Field," select "Email," and pass in the email.
With Zaraz Ecommerce you're more limited in parameters (setting default fields for the tool might work here though, can't recall): https://developers.cloudflare.com/zaraz/web-api/ecommerce/#list-of-supported-parameters
2 replies
CDCloudflare Developers
•Created by Combwe on 2/12/2025 in #zaraz
Hello,
I consider private chats/emails as consulting and, as such, charge my regular hourly rate.
8 replies
CDCloudflare Developers
•Created by Combwe on 2/12/2025 in #zaraz
Hello,
Can you share screenshots?
8 replies
CDCloudflare Developers
•Created by Combwe on 2/12/2025 in #zaraz
Hello,
@Combwe If it's under cdn-cgi, it is normal. Those are things added by Cloudflare / your CDN or host. This is normal and critical for the functionality of Zaraz.
8 replies
CDCloudflare Developers
•Created by adeola13. on 2/11/2025 in #zaraz
Hi Everybody have a few questions
Yeah, just so you for sure have that set before you send off actions that need it. A few ways you could do that though.
5 replies
CDCloudflare Developers
•Created by adeola13. on 2/11/2025 in #zaraz
Hi Everybody have a few questions
It would depend on your implementation, but yes.
5 replies
CDCloudflare Developers
•Created by adeola13. on 2/11/2025 in #zaraz
Hi Everybody have a few questions
1. Managed Components are alive and well.
2. The manager only listens to what you tell it to and it only listens to events that are fired. Firing those events is up to you via
zaraz.track()
.
3. I wouldn't recommend using the default pageview event for this. Instead, generate and set your unique id on pageview with zaraz.set()
and then use a different pageview trigger to start your tracking logic (ideally delayed until after your page loads to help with perf)5 replies
CDCloudflare Developers
•Created by dayz on 2/8/2025 in #zaraz
Hi everyone, i'm trying to store the
Can you expand more on what you're doing, what you expect, and what's happening? Variables won't store the value, it's more like a way to easily reference a value. To store a value, you'd need to use zaraz.set.
1 replies
CDCloudflare Developers
•Created by m.muiznieks on 2/3/2025 in #zaraz
Cloudflare HTTP headers · Cloudflare Fun...
That's definitely weird! Haven't encountered that one (though I have run into some weirdness with enrichers).
4 replies
CDCloudflare Developers
•Created by m.muiznieks on 2/3/2025 in #zaraz
Cloudflare HTTP headers · Cloudflare Fun...
@m.muiznieks
1. I built/use this: https://www.npmjs.com/package/@mackenly/zaraz-tools so:
2. Can't think of anything for this off my head.
4 replies
CDCloudflare Developers
•Created by _fe_he on 1/30/2025 in #zaraz
I'm also encountering issues with custom
Got it. I'm pretty limited in what I can suggest beyond that without manually looking at it and troubleshooting (I don't work for Cloudflare or anything). My advice would be to try catch as much as possible and try to get any errors into Observability.
5 replies
CDCloudflare Developers
•Created by CodingUnderTheInfluence on 1/30/2025 in #zaraz
Hi,
zaraz.set() persists using "persist" by default and client.set() persists using "page" as default.
5 replies
CDCloudflare Developers
•Created by _fe_he on 1/30/2025 in #zaraz
I'm also encountering issues with custom
And you're seeing that it is being triggered within the Zaraz debugger? Are you also seeing a request cone into your MC worker?
5 replies