An absolute time stamp (milliseconds since Jan 1, 1970 Coordinated Universal Time) indicating when the current page instance (session) was started. A page reload or navigating away from the page resets the value.
Supported frameworks | Android, iOS, Experience Analytics UI Capture |
Path | <global>.<session>.startTime |
Description | Absolute time stamp (milliseconds since Jan 1, 1970 Coordinated Universal Time) indicating when the current page instance (session) was started |
Value | Integer |
Limitations | None |
Dependencies | None |
Example
This example shows the sessions portion of a message:
{
"messageVersion": "1.1.0.0",
"serialNumber": 2,
"sessions": [
{
"id": "ID13H56M10S772R0.955239302458247",
"startTime": 1343076970772,
"timezoneOffset": 420,
"messages": [...],
"clientEnvironment": {...}
}
]
}