Overview
This page lists every record-content field captured for the user (visitor) — including the visitor identifier, the customer identifier, global user id, and user-level categories. All field names below match the technical record schema (e.g. user.id, user.customerId).
For the sender-side perspective — how user tracking data is transmitted via Tag Integration / Smart Pixel — see Users in the Smart Pixel documentation.
Field Definitions
Name / Object | Key on Record | Description | Format | Comment |
|---|---|---|---|---|
User Id (URM Visitor Id) |
| A unique visitor ID, that is generated by the "End device Visitor Ids" (cookie ID) and/or the "URM - Custom Visitor Id" (customer ID). |
| May change within a session. |
User First Visit Timestamp |
| The instant where the user data was tracked. |
| - |
Customer Id ("cd") |
| Customized identifier for the tracked customer. |
| Example:
|
Global User Id |
| Global, the unique identifier for the customer (only relevant if participating on Mapp's Cross Device Bridge). |
| May change within a session, CDB only. |
User (Text) Categories |
| Categories for the user if available. |
| May change within a session. |
User (Numeric) Categories |
| Categories for the user if available. |
| May change within a session. |
| n/a | n/a | n/a | Available in the future. |
| n/a | n/a | n/a | Available in the future. |
| n/a | n/a | n/a | Available in the future. |
Stream and Export Mapping
The same fields, mapped to their availability in the Root Stream, Custom Streams, the current Raw Data Export, and the Classic Raw Data Export. Use the Name / Object column to cross-reference rows with Field Definitions above.
Name / Object | Available in Root Stream | Field in Custom Stream | Available in Custom Stream | File in the Raw Data Export | Field in the Raw Data Export | Available in Classic Raw Data Export |
|---|---|---|---|---|---|---|
User Id (URM Visitor Id) | user_id | getFullVisitors | urm_visitor_id | |||
User First Visit Timestamp | user_timestamp | n/a | n/a | |||
Customer Id ("cd") | user_customerId | getFullCustomer | customer_id | |||
Global User Id | user_guid | getFullVisitors | global_user_id | |||
User (Text) Categories | user_categories_textValues | n/a | n/a | |||
User (Numeric) Categories | user_categories_numericValues | n/a | n/a | |||
| n/a | n/a | n/a | |||
| n/a | n/a | n/a | |||
| n/a | n/a | n/a |
Related
Users (Smart Pixel) — how to send user / visitor identification data via the Smart Pixel.
Contents of Raw Data Tables — where user data appears in the Raw Data Export (see
getFullVisitorsandgetFullCustomer).