| 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; }
Public Property Loyalty As VisitorEngagementRule(Of Integer)
Get
Set
Property Value
Type:
VisitorEngagementRuleInt32Remarks 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