Click or drag to resize

Tracker Methods

The Tracker type exposes the following members.

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