Site
This class represents a Commerce Server 2000 Web site. All logged information pertaining to the use of a Commerce Server 2000 Web site is stored in or connected to a Site object. The Uniform Resource Locator (URL) for the site is a composition of a SiteURL object and a URI object.
The site may be part of a virtual server group. If this occurs, the site connects to a VirtualServer object through a SiteURL object. A business transaction may occur through a Uniform Resource Identifier (URI) query; this is represented by a link between one or more Request objects and the URI object. Any visits to the site are linked through one or more Visit objects. If the site has a crawler associated with it, a Crawler object is created and linked to the Site object.
Data Members
Data Member Name | Data Type | Default Value | Description |
CookieIdentifiers | WSTR | None | None |
EndImportAction | LONG | None | Stores a code for the action taken when a log import ends. |
IsAdjustTimeStamps | SHORT | None | Indicates if the timestamps in the log data are adjusted for the site. |
IsExcludeSpiders | SHORT | None | Indicates if the site object excludes spiders. |
IsSeparateUriAndQueryString | SHORT | None | None |
IsUseCookiesForInferences | SHORT | None | Indicates if the site object uses cookies for inferences. |
IsUseUPMCookiesForInferences | SHORT | None | None |
IsUseUsernameForInferences | SHORT | None | Indicates if the site uses user names for inferences. |
OverlapAction | LONG | None | Stores a code for the action taken when log files for the site overlap. |
OverlapMins | LONG | None | Stores the number of minutes consecutive log files for the site overlap between imports. |
SiteName | WSTR | Not available | Stores the unique key for the site. |
TimeZone | LONG | None | Stores a code for the time zone of the site. |
VisitTimeout | LONG | None | Stores the time limit (in minutes) applied to visits on the Site object. |
WeekStartDay | SHORT | None | Stores the day the week starts on. |
Class Key
SiteKey is composed of a single data member, SiteName.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation Name | Parent | Child | Type |
CatalogSite | Site | CatalogGlobal | 3 |
OrderGroupSite | Site | OrderGroup | 2 |
SiteAddressRel | Site | Address | 3 |
SiteBasket | Site | Basket | 2 |
SiteCampaignEvent | Site | CampaignEvent | 2 |
SiteCampaignItemEventsByDateAndUser | Site | CampaignItemEventsByDateAndUser | 2 |
SiteCrawlerRel | Site | Crawler | 2 |
SiteFirstUriByDate | Site | FirstUriByDate | 2 |
SiteHitsByHour | Site | HitsByHour | 2 |
SiteHitsInfo | Site | HitsInfo | 2 |
SiteLastUriByDate | Site | LastUriByDate | 2 |
SiteOpenUserVisitRel | Site | OpenUserVisit | 2 |
SiteOrder | Site | Order | 2 |
SiteRegisteredUserRel | Site | RegisteredUser | 3 |
SiteRequestByDateByUriByQueryString | Site | RequestByDateByUriByQueryString | 2 |
SiteRequestRel | Site | Request | 2 |
SiteSiteSummaryRel | Site | SiteSummary | 2 |
SiteSiteURIRel | Site | SiteURL | 2 |
SiteUniqueUserKeyByDate | Site | UniqueUserKeyByDate | 2 |
SiteVisitInfoRel | Site | VisitInfo | 2 |
SiteVisitRel | Site | Visit | 2 |