renderDecisions
The renderDecisions
property allows you to force the Web SDK to render any personalized content that is eligible for automatic rendering.
Select the Render visual personalization decisions checkbox within the actions of a tag rule.
Set the renderDecisions
boolean when running the sendEvent
command. If omitted, this property defaults to false
. Set this property to true
if you want to automatically render personalized content.
The renderDecisions
property is incompatible with the documentUnloading
property. You should not set both properties to true
simultaneously.
alloy("sendEvent", {
"xdm": adobeDataLayer.getState(reference),
"renderDecisions": true
});