Mackenly
Mackenly
CDCloudflare Developers
Created by bbickerton on 3/26/2025 in #zaraz
Is it possible to delete or overwrite an
This may be a use case for a Context Enricher
3 replies
CDCloudflare Developers
Created by sterm on 3/22/2025 in #zaraz
Firing multiple times
You probably don't need to track that manually. Without seeing your full setup, it is hard to say for sure, if you're looking to track when someone searches using WordPress, the form submission is a good option, but if you want to do a URL based trigger you'd just want to use the Pageview track call and only fire when the s param is present. You don't have to worry about passing the URL or manually calling zaraz.track.
6 replies
CDCloudflare Developers
Created by sterm on 3/22/2025 in #zaraz
Firing multiple times
So, when the ULRcontains ?s= you're firing a custom HTML MC that then calls Zaraz track? What's your use case for calling Zaraz track within Zaraz?
6 replies
CDCloudflare Developers
Created by sterm on 3/22/2025 in #zaraz
Firing multiple times
Post screenshots of your tool, action, and trigger configs
6 replies
CDCloudflare Developers
Created by Sehban on 3/11/2025 in #zaraz
Language override
You can set it like this: https://developers.cloudflare.com/zaraz/consent-management/enable-consent-management/#overriding-the-consent-modal-language
<script> zaraz.set('__zarazConsentLanguage', 'en-US')
</script>
<script> zaraz.set('__zarazConsentLanguage', 'en-US')
</script>
1 replies
CDCloudflare Developers
Created by taf2 on 3/3/2025 in #zaraz
Is there any documentation about cfz_
Ran your cookie through chatgpt with my code and these are the labels (looks mostly right): - egnm_engagementDuration: The duration of user engagement (in milliseconds). A value of "0" means no active engagement was recorded. - egnm_engagementStart: The timestamp (in epoch format) when the user's engagement began. - egnm_counter: A general counter that likely tracks the number of events or interactions. - egnm_session_counter: The count of sessions the user has initiated on the site. - egnm_ga4: A unique GA4 client identifier used for tracking and analytics. - egnm__z_ga_audiences: An identifier for audience segmentation that matches the GA4 client ID. - egnm_let: The timestamp of the last recorded event. - egnm_ga4sid: The GA4 session ID, which uniquely identifies the current session.
7 replies
CDCloudflare Developers
Created by taf2 on 3/3/2025 in #zaraz
Is there any documentation about cfz_
I found info through looking at the implementation here: https://github.com/managed-components/google-analytics-4 I don't think measurement ID is stored there. My implementation pulls it out of a zaraz variable (that's also used to set it in the GA4 tool) These are two resources I referenced in my notes: - https://crossmasters.com/en/blog/ga-cookies-explained/ - https://www.bbccss.com/explanation-of-cookie-values-used-by-ga4.html
7 replies
CDCloudflare Developers
Created by taf2 on 3/3/2025 in #zaraz
Is there any documentation about cfz_
What questions do you have? I've worked with it some before (adding compatbility for a integration that needed to pulled data from "Google's" cookies where I mocked them using data pulled from the Zaraz cookie)
7 replies
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