Click or drag to resize

VisitorEngagementSettings Class

Represents a settings that are used for calculating visitor engagement. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.LeadsVisitorEngagementSettings

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class VisitorEngagementSettings

The VisitorEngagementSettings type exposes the following members.

Constructors
  NameDescription
Public methodVisitorEngagementSettings
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyBrandedSearch
Gets or sets the "Branded search" rule.
Public propertyClickDepth
Gets or sets the "Click depth" rule.
Public propertyStatic memberDefault
Gets the default settings.
Public propertyInteractions
Gets or sets the list of "Interaction" rules.
Public propertyLoyalty
Gets or sets the "Loyalty" rule.
Public propertyRecency
Gets or sets the "Recency" rule.
Public propertyTimeFrame
Gets or sets the target time frame (in days).
Top
Methods
  NameDescription
Public methodStatic memberGetSettings
Reads the settings from the global configuration file. If the settings are not defined, null (Nothing in Visual Basic) is returned.
Public methodSave
Saves the settings to the global settings configuration file.
Top
Remarks