OpenUserVisit

This class represents a visit to a Web site that was open when the containing log files were imported. This allows the open visit to be connected and closed in the following log imports. After a visit is completed (closed), the OpenUserVisit object is deleted and a VisitInfo object is instantiated.

Data Members

Data Member Name Data Type Default Value Description
CountOfRequest ULONG None None
FirstRequestNum IDENTITY None None
FirstTimeStamp FILETIME None None
FirstUri WSTR Not available None
LastRequestNum IDENTITY None None
LastTimeStamp FILETIME None None
LastUri WSTR Not available None
ReferrerDomainName WSTR Not available None
SecondRequestNum IDENTITY None None
SecondUri WSTR Not available None
SiteName WSTR Not available None
TaskID LONG 0 None
UserAgentName WSTR Not available None
UserId WSTR Not available None
UserKey UUID None None
VisitNum IDENTITY 0 Stores the unique key for the object.

Class Key

OpenUserVisitKey is composed of a single data member, VisitNum.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name Parent Child Type
ReferrerDomainOpenUserVisit ReferrerDomain OpenUserVisit 2
RegisteredUserOpenUserVisit RegisteredUser OpenUserVisit 2
SiteOpenUserVisitRel Site OpenUserVisit 2
TaskHistoryOpenUserVisitRel TaskHistory OpenUserVisit 2
UserAgentOpenUserVisit UserAgent OpenUserVisit 2


All rights reserved.