URL Host of the snapshot document.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.domCapture.host |
Description | URL host of the snapshot document |
Value | URL host string |
Limitations | None |
Dependencies | Used by Replay |
Example
This example shows a Type 12 DOM Capture message:
{
// DOM Capture messages use type 12
"type": 12,
// The standard UIC message properties
"offset": 16821,
"screenviewOffset": 16817,
"count": 5,
"fromWeb": true,
"domCapture": {
"dcid": "dcid-3"
"charset": "ISO-8859-1",
"root": "<html><body><iframe id="greeting.html" tltid="tlt-4"/></body></html>",
"host": "http://www.uictest.com",
"url": "/h4/dcTest.html",
"eventOn": true,
"frames": [
{
"tltid": "tlt-4",
"root": "<html><body>Hello, World!</body></html>",
"charset": "ISO-8859-1",
"host": "http://www.uictest.com",
"url": "/h4/greeting.html"
}
],
"canvas": []
}
}
}