Visit

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The Visit class records information that describes user activity on a Commerce Server 2007 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

Timestamp

datetime

None

Records the time the visit started.

UserKey

bigint

0

None.

VisitNum

binary

0

Stores the unique key for the object.

SiteID

binary

Unknown

None.

TaskHistoryID

binary

0

None.

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

5

VisitBasketRel

Visit

Basket

5

VisitCampaignEventRel

Visit

CampaignEvent

5

VisitOrderRel

Visit

Order

5

VisitRequestRel

Visit

Request

5

See Also

Other Resources

Data Warehouse Classes