Class TrackingService
- Namespace
- Dynamicweb.Tracking
- Assembly
- Dynamicweb.Core.dll
Provides operations for tracking user behavior during visits
- Inheritance
-
Tracking
Service
- Inherited Members
Methods
GetEvent(int)
Gets the event.
Parameters
id
intThe identifier.
Returns
GetEventNames()
Gets event names.
Returns
GetEventTypes()
Gets event types.
Returns
GetEvents()
Gets all events.
Returns
GetSession(int)
Gets the session.
Parameters
id
intThe identifier.
Returns
- Session
Data A session matching the provided identifier, otherwise null.
GetSessions()
Gets all sessions.
Returns
GetView(int)
Gets the view.
Parameters
id
intThe identifier.
Returns
- View
Data A view matching the provided identifier, otherwise null.
GetViews()
Gets all views.
Returns
SaveEvent(EventData)
Saves the event.
Parameters
eventData
EventData The event data.
SaveSession(SessionData)
Saves the session.
Parameters
sessionData
SessionData The session.
SaveView(ViewData)
Saves the view.
Parameters
viewData
ViewData The view.