Table of Contents

Class TrackingNotifications

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Core.dll

Represents a set of notifications available for tracking.

public static class TrackingNotifications
Inheritance
TrackingNotifications
Inherited Members

Fields

AfterEventTracking

Occurs after an event is tracked. The passed NotificationArgs is an instance of AfterEventTrackingNotificationArgs

public const string AfterEventTracking = "DWN_STANDARD_TRACKING_AfterEventTracking"

Field Value

string

AfterSessionTracking

Occurs after a session is tracked. The passed NotificationArgs is an instance of AfterSessionTrackingNotificationArgs

public const string AfterSessionTracking = "DWN_STANDARD_TRACKING_AfterSessionTracking"

Field Value

string

AfterViewTracking

Occurs after a view is tracked. The passed NotificationArgs is an instance of AfterViewTrackingNotificationArgs

public const string AfterViewTracking = "DWN_STANDARD_TRACKING_AfterViewTracking"

Field Value

string

BeforeEventTracking

Occurs before an event is tracked. The passed NotificationArgs is an instance of BeforeEventTrackingNotificationArgs

public const string BeforeEventTracking = "DWN_STANDARD_TRACKING_BeforeEventTracking"

Field Value

string

BeforeSessionTracking

Occurs before a session is tracked. The passed NotificationArgs is an instance of BeforeSessionTrackingNotificationArgs

public const string BeforeSessionTracking = "DWN_STANDARD_TRACKING_BeforeSessionTracking"

Field Value

string

BeforeViewTracking

Occurs before a view is tracked. The passed NotificationArgs is an instance of BeforeViewTrackingNotificationArgs

public const string BeforeViewTracking = "DWN_STANDARD_TRACKING_BeforeViewTracking"

Field Value

string
To top