Derek Cavaliero
Derek Cavaliero
CDCloudflare Developers
Created by Derek Cavaliero on 1/9/2025 in #workers-help
Using a Worker as GEO IP API for Server-Side HTTP Requests
Thanks for the reply - unfortunate but I can understand why.
2 replies
CDCloudflare Developers
Created by Derek Cavaliero on 10/16/2024 in #zaraz
`zaraz.track` payload transformation
The way i typically like to do this is via transforming the values and not relying on a ton of unique actions/triggers per platform. Most platforms have similar data models but some just need slight tweaks to the data structure here and there. We're still leveraging a TMS to implement the zaraz.track calls (GTM proxied via our own custom cloudflare worker). We typically have a list of our own standard events that map to some of Google/Meta/TikTok etcs... odd choices for naming conventions. I typically find using an event map easier than the tedious management of triggers/actions if avoidable
7 replies
CDCloudflare Developers
Created by Derek Cavaliero on 10/16/2024 in #zaraz
`zaraz.track` payload transformation
yeah i found the worker variable types shortly after sending this.
7 replies
CDCloudflare Developers
Created by Derek Cavaliero on 10/16/2024 in #zaraz
`zaraz.track` payload transformation
Context enrichers seem to be the way to go here the more I read through the docs.
7 replies
CDCloudflare Developers
Created by Derek Cavaliero on 10/16/2024 in #zaraz
`zaraz.track` payload transformation
For example. Lets say I have an event named form_submission but I want it to be sent to Meta as Lead and GA4 as generate_lead
7 replies
CDCloudflare Developers
Created by Derek Cavaliero on 10/15/2024 in #zaraz
Is it possible to change the base path
awesome thank you
2 replies
CDCloudflare Developers
Created by Derek Cavaliero on 8/2/2022 in #workers-and-pages-discussions
Is it normal for the first request to a
Is there a method/endpoint to dump the cache via API?
22 replies
CDCloudflare Developers
Created by Derek Cavaliero on 8/2/2022 in #workers-and-pages-discussions
Is it normal for the first request to a
One final related question, if I set my Cache TTL to say 3600 and then I purge a key from the namespace before that 3600 elapses - does the API purge the cache too or does that only happen naturally. I am using https://api.cloudflare.com/#workers-kv-namespace-delete-multiple-key-value-pairs to purge the KV as needed at the moment.
22 replies
CDCloudflare Developers
Created by Derek Cavaliero on 8/2/2022 in #workers-and-pages-discussions
Is it normal for the first request to a
Ah - very good to know thank you.
22 replies
CDCloudflare Developers
Created by Derek Cavaliero on 8/2/2022 in #workers-and-pages-discussions
Is it normal for the first request to a
I actually don't have my keys set to expire at all automatically due to the way the system works, I have some bulk purge logic written into the application to dump any stale KV entries if particular database models are changed.
22 replies
CDCloudflare Developers
Created by Derek Cavaliero on 8/2/2022 in #workers-and-pages-discussions
Is it normal for the first request to a
yeah we're on a paid plan so startup time shouldn't be an issue
22 replies