Click or drag to resize

Visit Class

Provides information about a single web-site visit.
Inheritance Hierarchy

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

The Visit type exposes the following members.

Constructors
  NameDescription
Public methodVisit
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyActivity
Gets or sets the information about visit's activity on a web-site.
Public propertyAdvertising
Gets or sets the advertising information associated with this visit.
Public propertyBrowser
Gets or sets the information about visit's user agent.
Public propertyCampaign
Gets or sets name of the campagin that the visit is participating in.
Public propertyConnection (Inherited from DbObject.)
Public propertyStatic memberCurrent
Gets the reference to the current visit.
Public propertyDevice
Gets or sets an information about the visit's device.
Public propertyID
Gets or sets the ID of the data object.
Public propertyIdentity
Gets or sets the visit's identity.
Public propertyIsAnonymous
Gets value indicating whether this is an anonymous user.
Public propertyIsBot
Gets or sets value indicating whether visit represents a web crawler request.
Public propertyIsLead
Gets or sets value indicating whether visit is a sure lead, sure not lead or not specified.
Public propertyIsNew (Inherited from DbObject.)
Public propertyLeadState
Gets or sets the lead state.
Public propertyLeadStateChanged
Gets or sets the date when the lead state has been changed.
Public propertyLocation
Gets or sets the visit's location.
Public propertyProfile
Gets or sets the information about profiles associated with this visit.
Public propertyReferrer
Gets or sets the referrer information.
Public propertyResources
Gets the list of resources visited during the current visit.
Public propertySessionID
Gets or sets an ID of the ASP.NET session associated with the visit.
Public propertyTransaction (Inherited from DbObject.)
Public propertyVisitorID
Gets the string that can be used to uniquely identify the visitor across sessions.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the visit.
(Overrides DbObjectDelete(Int32).)
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetVisitBySessionID
Retrieves visit by a given session ID.
Public methodStatic memberGetVisits(Query)
Retrieves all visits matching specified search query.
Public methodStatic memberGetVisits(Query, Boolean)
Retrieves all visits matching specified search query.
Public methodStatic memberGetVisitsByVisitors
Returns a list of visits by their corresponding visitor IDs.
Public methodStatic memberIsBotRequest
Gets or sets value indicating whether specified request a web crawler request.
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves the visit.
(Overrides DbObjectSave.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also