I am struggling a bit, as the Zaraz
I am struggling a bit, as the Zaraz documentation is not really helpful :/
I use the zaraz client to track an event like this:
window.zaraz.track("c", { value: decision });
And I have configured a trigger called "Decision", which fires of eventName == "c" and a Custom Html Tool where I want to use the value of the track event:
I tried the +Add Property which gave me the following expression:
{{ client.c }} which does not work...
{{ client.c.value }} also does not work...
I use the zaraz client to track an event like this:
window.zaraz.track("c", { value: decision });
And I have configured a trigger called "Decision", which fires of eventName == "c" and a Custom Html Tool where I want to use the value of the track event:
I tried the +Add Property which gave me the following expression:
{{ client.c }} which does not work...
{{ client.c.value }} also does not work...
