Share via


OpenUserVisit

The OpenUserVisit class represents a visit to a Web site that was open when the containing log files were imported. This allows for the open visit to be connected and closed in subsequent 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

int

null

None.

FirstRequestNum

binary

null

None.

FirstTimeStamp

datetime

null

None.

FirstUriKey

bigint

0

None.

LastRequestNum

binary

null

None.

LastTimeStamp

datetime

null

None.

LastUriKey

bigint

0

None.

SecondRequestNum

binary

null

None.

SecondUriKey

bigint

0

None.

UserKey

bigint

null

None.

VisitNum

binary

0

None.

ReferrerDomainID

binary

1

None.

RegisteredUserId

binary

1

None.

SiteID

binary

1

None.

TaskHistoryID

binary

1

None.

UserAgentID

binary

1

None.

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

UriOpenUserVisit1

URI

OpenUserVisit

5 (Key is FirstUriKey)

UriOpenUserVisit2

URI

VisitInfo

5 (Key is SecondUriKey)

UserAgentOpenUserVisit

UserAgent

OpenUserVisit

2

See Also

Other Resources

Data Warehouse Classes