Mackenly
Mackenly
CDCloudflare Developers
Created by Wraith on 12/12/2024 in #zaraz
Manually loading Zaraz
1 replies
CDCloudflare Developers
Created by Mackenly on 12/3/2024 in #zaraz
Feature request: Export Zaraz debugger
Awesome! Questions answered before I think to ask haha
3 replies
CDCloudflare Developers
Created by Mahdi on 11/28/2024 in #zaraz
I am frustrated with identifying the
What have you tried to troubleshoot? And how do you know there's an issue?
1 replies
CDCloudflare Developers
Created by Wraith on 11/13/2024 in #zaraz
Using zaraz ecom
Pretty much so. Zaraz Ecommerce provides a standard set of events and parameters that can be used by tools within it's implementation. Since the names are standardized component authors like us get to assign these however it is relevant to individual tools. This prevents having to learn and send different parameter and event names for every tool.
3 replies
CDCloudflare Developers
Created by Wraith on 11/13/2024 in #zaraz
Zaraz Ecom
You can see more information about the tool within its settings within the dashboard.
2 replies
CDCloudflare Developers
Created by Wraith on 11/13/2024 in #zaraz
Zaraz Ecom
Zaraz Ecommerce will send ecommerce events to tools with ecommerce supported and enabled.
2 replies
CDCloudflare Developers
Created by SpecOpsJosh on 11/8/2024 in #zaraz
Agnostic Purchase Event
Are you referring to the Web API (docs) or the HTTP Events API (docs and what your screenshot show)? The Web API is much like the GTM datalayer client-side calls. Like GTM, the data you pass in is integration-specific and sometimes requires different formatting depending on what the tool desires. The HTTP Events API is a lower funnel thing that's typically used to provide a generic API for interacting with vendor/tool CAPI integrations (rather than sending data directly to Meta or Tiktok as you described, you can send it to Zaraz and multiple tools can subscribe to and use that one track call rather than you manually implementing all those calls). This makes sense for sending events that occur outside your website or within your backend. The Web API is the preferred method when a user is actively interacting with your website, because the request context can be used and information about the user's request can be used by the tool. The HTTP Events API makes sense if you have a manual sales process and want to send events from your CRM, or if there's other non-website interactions or conversions you want to measure.
23 replies
CDCloudflare Developers
Created by Wraith on 11/9/2024 in #zaraz
Zaraz is such a cool idea I wish there
Are there any questions around what you're looking to learn more about? There's quite a bit of good info in the docs: https://developers.cloudflare.com/zaraz/
10 replies
CDCloudflare Developers
Created by Grigs on 11/7/2024 in #zaraz
Outside of the built-in third-party
The benifit with these and using zaraz is that you get more control over when they are added to the page and loaded over the network. For example, you could wait until after user interaction to load these. Things that require DOM interaction are still going to require DOM interaction and likely will have minimal opportunities for serverside integration. That also means you can only load them after consent is granted if required.
1 replies