Click or drag to resize

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; }

Property Value

Type: VisitorEngagementRuleInt32
Remarks
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