| VisitorEngagementSettingsRecency Property |
Gets or sets the "Recency" rule.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public VisitorEngagementRule<int> Recency { get; set; }
Public Property Recency 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 last visit date falls within the given frame (number of days).
See Also