The value of the name attribute of the target HTML element.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.target.name |
Description | Value of the name attribute of the target HTML element |
Value | String |
Limitations | The underlying HTML element must have a name attribute. |
Dependencies | Replay and step-based eventing use this property. |
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": {
"id": "bi",
"idType": -1,
"name": "buttonInput",
"type": "INPUT",
"subType": "button",
"position": {...},
"prevState": {...},
"currState": {...},
"isParentLink": false
},
"event": {
"type": "click"
}
}],
"clientEnvironment": {...}
}
]
}