Click or drag to resize

VisitActivity Class

Provides information about the visit's activity on a web-site.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsVisitActivity

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class VisitActivity

The VisitActivity type exposes the following members.

Constructors
  NameDescription
Public methodVisitActivity
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAreaID
Gets or sets an ID of the target web-site/language area.
Public propertyCustomer
Gets or sets the information about visit's activity as a customer.
Public propertyEngagement
Gets or sets the engagement index.
Public propertyFirstPage
Gets or sets the ID of the first page in the visit's path.
Public propertyLastPage
Gets or sets the ID of the last page in the visit's path.
Public propertyLastVisit
Gets or sets the date and time of the last visit.
Public propertyPath
Gets or sets the list of pages that the user has visited (in the order of the visit date).
Public propertyPeriod
Gets or sets the period of visit's activity.
Public propertyTimePerPage
Gets the average time spent on a page.
Top
Remarks