Sessions

Prev Next

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

session.id

Identifier of the session where the customer is being tracked.

String

-

Session beginning timestamp

session.startTimestamp

The instant where the session the event belongs to was started.

String (ISO 8601 Date Time with Offset: YYYY-MM-ddTHH:mm:ssZ)

-

Session end timestamp

n/a

The instant where the session the event belongs to was ended.

n/a

-

Session  (Text) Parameters

session.parameters.textValues

Parameters for the session.

Map<String, TextParameter>

-

Session  (Numeric) Parameters

session.parameters.numericValues

Parameters for the session.

Map<String, NumericParameter>

-

Request sequence number

session.requestSequenceNumber

The request position (natural order) within the session.

Integer

-


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

(tick)

session_id

(tick)

Most tables

sid

(tick)

Session beginning timestamp

(tick)

session_startTimestamp

(tick)

getFullVisitors

visit_time

(tick)

Session end timestamp

(minus)

n/a

(minus)

getFullVisitors

visit_time_end

(tick)

Session  (Text) Parameters

(tick)

session_parameters_textValues

(tick)

getFullCustParaSession_X

cust_para_string_y, cust_para_generic_y

(tick)

Session  (Numeric) Parameters

(tick)

session_parameters_numericValues

(tick)

getFullCustParaSession_X

cust_para_number_y

(tick)

Request sequence number

(tick)

session_requestSequenceNumber

(tick)

n/a

n/a

(minus)


  • 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 getFullVisitors and related tables).