bbickerton
bbickerton
CDCloudflare Developers
Created by bbickerton on 3/26/2025 in #zaraz
Is it possible to delete or overwrite an
I tried the enhancer anyway and even if i delete the foo property or overwrite it in the enricher - and i can see change with a console.log from the enricher - the original value still shows up in the payload received by the tools
3 replies
CDCloudflare Developers
Created by bbickerton on 3/26/2025 in #zaraz
Is it possible to delete or overwrite an
Hmm. Looks like context enrichers are zaraz-wide rather than tool-specific. Some of our custom tools need the custom foo property coming in the payload (both standard and ecommerce). Our problem is that several official tools (e.g. GA4) process a known set of payload properties and then pass along all additional properties as-is to the third-party; we don't want foo getting sent there, hence trying to clear it for that specific tool using a Default Field.
3 replies