Click or drag to resize

VisitItem Class

Represents a single row within the leads list.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Leads.LeadsStatisticVisitItem

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class VisitItem

The VisitItem type exposes the following members.

Constructors
  NameDescription
Public methodVisitItem
Initializes a new instance of an object.
Public methodVisitItem(Visit)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCountryCode
Gets or sets the two-letter ISO country code.
Public propertyCountryName
Gets or sets the country name.
Public propertyEngagement
Gets or sets visitor's engagement index.
Public propertyID
Gets or sets the unique identifier of the row.
Public propertyIPAddress
Gets or sets IP-address of the visitor.
Public propertyIsActive
Gets or sets value indicating whether visitor row is active.
Public propertyIsLead
Gets or sets value indicating whether visitor is lead, not lead or a potential lead.
Public propertyISP
Gets or sets the Internet Service Provider name.
Public propertyIsSelected
Gets or sets value indicating whether visitor row is selected.
Public propertyLastVisit
Gets or sets the information about visitor's last visit.
Public propertyLeadState
Gets or sets the lead state of this visitor.
Public propertyVisitorID
Gets or sets the unique identifier of the visitor.
Public propertyVisitsCount
Gets or sets the number of visits that corresponds to this visitor.
Top
Remarks