Response Tokens with Web SDK
In the documentation its explained that we can use response tokens like that:
alloy("sendEvent", {
renderDecisions: true,
xdm: {}
}).then(function(result) {
if (result.propositions) {
// Manually render propositions
}
});- I want to use Response Tokens to sent them to GA4 about Target activity
- My rule with Page View looks as follows and the Activities created using VEC editor and rendered automatically

- Sending Event with XDM structure

- How to apply propositions using Actions not the custom code?

- Or I am supposed to use separate rule with Send Event complete?