Mackenly
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.
1 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.
21 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
CDCloudflare Developers
•Created by Mackenly on 10/30/2024 in #zaraz
Does Zaraz's Block Automated also
Got it. Can the docs be updated to reflect that? Currently they say that block automated only blocks requests in the automated category and links to where the automated category is defined. The categories, however, put verified bots in a separate grouping, so if it blocks both of those categories/groups the docs should say that. Happy to make a PR if desired.
2 replies
CDCloudflare Developers
•Created by m.muiznieks on 11/4/2024 in #zaraz
demo/src/index.ts at main · managed-comp...
Here's more detailed docs: https://managedcomponents.dev/specs/cache/useCache
2 replies
CDCloudflare Developers
•Created by Mackenly on 10/22/2024 in #zaraz
**Unknown Changes Pushed Out To Zone**
I'm not sure what cloud would mean, maybe somehow more offloaded to workers and light potentially a more minimal mode. Likewise sampling seems related to not rolling out to every request, useful for more demanding tools that track mouse movement and stuff.
6 replies
CDCloudflare Developers
•Created by Mackenly on 10/22/2024 in #zaraz
**Feature Request**
Awesome! That should be perfect then.
2 replies
CDCloudflare Developers
•Created by Mackenly on 10/22/2024 in #zaraz
**Unknown Changes Pushed Out To Zone**
Perfect! Also, if those are a spoiler for future features, it looks exciting! Thanks
6 replies