A unique identifier for the page instance. All hits from the page instance share an id value. A page reload or navigating away from the page resets the value.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.id |
Description | Unique identifier for the page instance. All hits from the page instance share an id value. A page reload or navigating away from the page resets the value. |
Value | Integer corresponding to milliseconds since Jan 1, 1970 Coordinated Universal Time |
Limitations | None |
Dependencies | Used by Replay to identify all the events that belong to a single page instance |
Example
This example shows a portion of a message with the session id:
{
"messageVersion": "1.1.0.0",
"serialNumber": 2,
"sessions": [
{
"id": "ID13H56M10S772R0.955239302458247",
"startTime": 1343076970772,
"timezoneOffset": 420,
"messages": [...],
"clientEnvironment": {...}
}
]
}