Click or drag to resize

Tracker Class

Provides methods and properties for tracking visits.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsTracker

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class Tracker : IVisitorTracker

The Tracker type exposes the following members.

Constructors
  NameDescription
Public methodTracker
Initializes a new instance of an object.
Public methodTracker(Int32, Int32)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAreaID
Gets or sets an ID of the current area.
Public propertyCanCalculateEngagementIndex
Gets value indicating whether engagement index can be calculated by the tracker.
Public propertyCanEmbedScript
Protected propertyContext
Gets the reference to the visit context.
Public propertyExecution
Gets the execution table.
Public propertyIsAsync
Gets value indicating whether tracker is executing in the asynchronous context.
Public propertyPageID
Gets or sets an ID of the current page.
Top
Methods
  NameDescription
Public methodCalculateEngagementIndex
Calculates the engagement index
Public methodGetScript
Retrieves the content that can be embedded into the final page output in order to track the visit asynchronously.
Public methodLogPageVisit
Logs the visit of the current page.
Public methodLogPageVisit(Int32)
Logs the visit of the given page.
Public methodLogVisit(IResource)
Logs the visit of the specified resource.
Public methodLogVisit(String, String)
Logs new resource visit.
Public methodLogVisit(IResource, Boolean)
Logs the visit of the specified resource.
Public methodLogVisit(String, String, Boolean)
Logs new resource visit.
Public methodLogVisit(String, String, String)
Logs new resource visit.
Public methodLogVisit(String, String, String, Boolean)
Public methodTrackCurrentVisit
Track the current visit.
Public methodTrySendNotification
Tries to send the specified notification.
Public methodUpdateEngagementIndex
Updates the engagement index.
Top
Explicit Interface Implementations
See Also