Table Schema
Name |
Type
|
Description |
personid |
VARCHAR |
Internal identifier used for distribution. Unlike most personid columns, this column should never be used in a join.
|
visitorkey |
VARCHAR |
Identifier for the instance of a visitor to the URL in this audit. This should remain constant for the same browser over time.
|
visitkey |
VARCHAR |
Identifier for the instance of a visit to the base URL in this audit.
|
baseurl |
VARCHAR |
The base url the visitor visited related to the registration event.
|
firstdate |
TIMESTAMP |
The earliest event activity associated with the registration.
|
Back to Overview of the RKStudio Model