Click or drag to resize

VisitorEngagementSettingsClickDepth Property

Gets or sets the "Click depth" rule.

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

Property Value

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