Click or drag to resize

VisitCustomerActivity Class

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

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

The VisitCustomerActivity type exposes the following members.

Constructors
  NameDescription
Public methodVisitCustomerActivity
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyFirstGroup
Gets or sets the identity of the first eCommerce group of the visit's path.
Public propertyIsExitGroup
Gets or sets value indicating whether "LastGroup" is an exit group of the target visit.
Public propertyIsLandingGroup
Gets or sets value indicating whether "FirstGroup" is a landing group of the target visit.
Public propertyLastGroup
Gets or sets the identity of the last eCommerce group of the visit's path.
Public propertyPath
Gets or sets the list of product groups that the user has visited (in the order of the visit date).
Top
Remarks