PersonalizerRankOptions.DeferActivation Property

Definition

Send false if it is certain the rewardActionId in rank results will be shown to the user, therefore Personalizer will expect a Reward call, otherwise it will assign the default Reward to the event. Send true if it is possible the user will not see the action specified in the rank results, (e.g. because the page is rendering later, or the Rank results may be overridden by code further downstream). You must call the Activate Event API if the event output is shown to users, otherwise Rewards will be ignored.

public bool? DeferActivation { get; set; }
member this.DeferActivation : Nullable<bool> with get, set
Public Property DeferActivation As Nullable(Of Boolean)

Property Value

Applies to