Tracker Class |
Namespace: Dynamicweb.Analytics
The Tracker type exposes the following members.
| Name | Description | |
|---|---|---|
| Tracker |
Initializes a new instance of an object.
| |
| Tracker(Int32, Int32) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| AreaID |
Gets or sets an ID of the current area.
| |
| CanCalculateEngagementIndex |
Gets value indicating whether engagement index can be calculated by the tracker.
| |
| CanEmbedScript | ||
| Context |
Gets the reference to the visit context.
| |
| Execution |
Gets the execution table.
| |
| IsAsync |
Gets value indicating whether tracker is executing in the asynchronous context.
| |
| PageID |
Gets or sets an ID of the current page.
|
| Name | Description | |
|---|---|---|
| CalculateEngagementIndex |
Calculates the engagement index
| |
| GetScript |
Retrieves the content that can be embedded into the final page output in order to track the visit asynchronously.
| |
| LogPageVisit |
Logs the visit of the current page.
| |
| LogPageVisit(Int32) |
Logs the visit of the given page.
| |
| LogVisit(IResource) |
Logs the visit of the specified resource.
| |
| LogVisit(String, String) |
Logs new resource visit.
| |
| LogVisit(IResource, Boolean) |
Logs the visit of the specified resource.
| |
| LogVisit(String, String, Boolean) |
Logs new resource visit.
| |
| LogVisit(String, String, String) |
Logs new resource visit.
| |
| LogVisit(String, String, String, Boolean) | ||
| TrackCurrentVisit |
Track the current visit.
| |
| TrySendNotification |
Tries to send the specified notification.
| |
| UpdateEngagementIndex |
Updates the engagement index.
|
| Name | Description | |
|---|---|---|
| IVisitorTrackerCreate | ||
| IVisitorTrackerCreate(Int32, Int32) |