LastUriByDate
The LastUriByDate class represents a summary of information about the last URI in each visit grouped by date.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
DTimestamp |
datetime |
(convert(datetime,'1900-1-1 0:0:0.0',121)) |
None. |
LastUriKey |
bigint |
0 |
Key member. |
VisitCount |
int |
0 |
Number of visits for the given URI, within the given site, within the given time. |
DateID |
binary |
1 |
None. |
SiteID |
binary |
1 |
Identifier of the commerce site. |
TaskHistoryID |
binary |
1 |
Foreign key of TaskHistory class. |
Class Key
LastUriByDateKey is composed of the following data members:
DateID + LastURIKey + SiteID + TaskHistoryID
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
DateLastUriByDate |
Date |
LastUriByDate |
2 |
SiteLastUriByDate |
Site |
LastUriByDate |
2 |
TaskHistoryLastUriByDate |
TaskHistory |
LastUriByDate |
2 |
uriLastUriByDate |
URI |
LastUriByDate |
5 |