| 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; }
Public Property ClickDepth 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 pages visits is greater or equal to the given value.
See Also