Click or drag to resize

Tracker Class

Tracks visitors, goals and conversion for split testing in Online Marketing Center
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ExperimentsTracker

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

The Tracker type exposes the following members.

Properties
  NameDescription
Public propertyAlternatePage
Public propertyExperiment
Gets the experiment.
Public propertyExperimentType
Public propertyLastVisitedPageID
Gets the last visited page ID in session.
Public propertyView
Gets the view.
Public propertyViewCombinationID
Top
Methods
  NameDescription
Public methodStatic memberGetLastVisitedPageID
Gets the last visited page ID from the session. Returns from session or Frontend.PageView.Current.ExperimentTracker.LastVisitedPageID
Public methodStatic memberTrack
Gets the tracker.
Public methodStatic memberTrackGoal
Tracks a potential goal.
Top
See Also