Click or drag to resize

VisitorEngagement Class

Represents a visitor engagement. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.LeadsVisitorEngagement

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

The VisitorEngagement type exposes the following members.

Constructors
  NameDescription
Public methodVisitorEngagement
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAutoUpdate
Gets or sest value indicating whether to automatically update the visitor engagement index of the target visitor after each time the index is calculated.
Public propertySettings
Gets or sets the settings used for calculation.
Public propertyVisitorID
Gets the unique identifier of the visitor.
Top
Methods
  NameDescription
Public methodCalculate
Calculates visitor engagement.
Public methodCalculateMaximum
Calculates the maximum engagement that the visitor can achieve.
Public methodStatic memberPurgeCache
Purges the cache.
Public methodUpdate
Updates the engagement index on all visits of the given visitor.
Public methodStatic memberUpdateCache(IResource)
Updates the cache.
Public methodStatic memberUpdateCache(Visit)
Updates the cache.
Top
See Also