Click or drag to resize

TrackerLastVisitedPageID Property

Gets the last visited page ID in session.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int LastVisitedPageID { get; }

Property Value

Type: Int32
An integer with the ID of the page viewed before this page. 0 if no pages have been visited.

Implements

IExperimentLastVisitedPageID
See Also