Click or drag to resize

VisitorEngagementSettingsLoyalty Property

Gets or sets the "Loyalty" rule.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitorEngagementRule<int> Loyalty { get; set; }

Property Value

Type: VisitorEngagementRuleInt32
Remarks
The meaning of this rule is how many points does the visitor get if the number of subsequent visits is greater or equal to the given value.
See Also