Overview
This page lists every record-content field captured for the session (visit) — including the session identifier, the session-start timestamp, the request sequence number, and session-level parameters. All field names below match the technical record schema (e.g. session.id, session.startTimestamp).
For the sender-side perspective — how session tracking data is transmitted via Tag Integration / Smart Pixel — see Sessions in the Smart Pixel documentation.
Field Definitions
Name / Object | Key on Record | Description | Format | Comment |
|---|---|---|---|---|
Session Id |
| Identifier of the session where the customer is being tracked. |
| - |
Session beginning timestamp |
| The instant where the session the event belongs to was started. |
| - |
Session end timestamp | n/a | The instant where the session the event belongs to was ended. | n/a | - |
Session (Text) Parameters |
| Parameters for the session. |
| - |
Session (Numeric) Parameters |
| Parameters for the session. |
| - |
Request sequence number |
| The request position (natural order) within the session. |
| - |
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 |
|---|---|---|---|---|---|---|
Session Id | session_id | Most tables | sid | |||
Session beginning timestamp | session_startTimestamp | getFullVisitors | visit_time | |||
Session end timestamp | n/a | getFullVisitors | visit_time_end | |||
Session (Text) Parameters | session_parameters_textValues | getFullCustParaSession_X | cust_para_string_y, cust_para_generic_y | |||
Session (Numeric) Parameters | session_parameters_numericValues | getFullCustParaSession_X | cust_para_number_y | |||
Request sequence number | session_requestSequenceNumber | n/a | n/a |
Related
Sessions (Smart Pixel) — how session data is transmitted via the Smart Pixel.
Contents of Raw Data Tables — where session data appears in the Raw Data Export (see
getFullVisitorsand related tables).