The serial number of the payload from a specific page instance. The first hit from a new page instance always begins with a serial number of 1. Every subsequent hit from the same page instance increments the serial number by 1. A page reload or navigating away from the page resets the value.
Supported frameworks | Android, iOS, Experience Analytics UI Capture |
Path | <global>.serialNumber |
Description | Serial number of the payload from a specific page instance |
Value | Positive integer |
Limitations | None |
Dependencies | Used by Replay to order and combine the events in the correct sequence. |
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": {...}
}
]
}