Enumeration that is used to identify the type of message. The message type determines the subsequent properties that would be populated within the message object.
Supported frameworks | Android, iOS, Experience Analytics UI Capture |
Path | <global>.<session>.<message>.type |
Description | Enumeration that is used to identify the type of message. The message type determines the subsequent properties that would be populated within the message object. |
Value | Integer:
|
Limitations | None |
Dependencies | Replay, cxOverstat, step-based eventing use this value. |
Example
This example shows a Type 4 Control message:
{
"messageVersion": "1.1.0.0",
"serialNumber": 2,
"sessions": [
{
"id": "ID13H56M10S772R0.955239302458247",
"startTime": 1343076970772,
"timezoneOffset": 420,
"messages": [
{
"type": 4,
"offset": 17329,
"screenviewOffset": 17327,
"count": 8,
"fromWeb": true,
"target": {...},
"event": {...}
}],
"clientEnvironment": {...}
}
]
}