Click or drag to resize

VisitorInfo Class

Provides information about the visitor.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.LeadsVisitorInfo

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

The VisitorInfo type exposes the following members.

Constructors
  NameDescription
Public methodVisitorInfo
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAutoQueryLocation
Gets or sets value indicating whether to automatically query location information if it's not available.
Public propertyEndDate
Gets the date that represents the ending of the target visit period.
Public propertyLastVisit
Gets the last visit.
Public propertyLocation
Gets or sets the location information for the latest visit.
Public propertyReferrer
Gets the latest referrer.
Public propertySearchKeywords
Gets the list of search keywords used by this visitor.
Public propertyStartDate
Gets the date that represents the beginning of the target visit period.
Public propertyTotalPageViews
Gets the total number of pageviews.
Public propertyTotalVisits
Gets the total number of visits.
Public propertyVisitorID
Gets or sets the ID of the visitor.
Public propertyVisits
Gets or sets the list of visits that correspond to this visitor.
Top
Methods
  NameDescription
Public methodStatic memberGetInfo
Retrieves the information about the given visitor.
Top
Remarks