Visit

This class records information describing user activity on a Commerce Server 2000 Web site. A Visit object is associated with a LogUser object and a Site object. The LogUser object contains information about the user. A Visit object describes the context of a visit, including the time and date of the visit.

Data Members

Data Member Name Data Type Default Value Description
DateCreated FILETIME None None
HasCookie SHORT None None
IPAddress WSTR 0.0.0.0 None
SiteName WSTR Not available None
TaskID LONG 0 None
Timestamp FILETIME None Records when the visit started.
UserDomainName WSTR None None
UserID WSTR Not available None
UserKey UUID {00000000-0000-0000-0000-000000000000} None
UserName WSTR Not available None
VisitNum IDENTITY 0 Stores the unique key for the object.

Class Key

VisitKey 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
SiteVisitRel Site Visit 2
TaskHistoryVisitRel TaskHistory Visit 2
UserVisit LogUser Visit 194


All rights reserved.