The name of the previous Screenview, if any, of the page that generated the JSON message. If there is no referrer, this field is a blank string. This field is in iOS and Android Screenview messages, not UIC.
Supported frameworks | Android, iOS |
Path | <message>.<screenview>.referrer |
Description | The name of the previous Screenview, if any, of the page that generated the JSON message. If there is no referrer, this field is a blank string. |
Value | String |
Limitations | None |
Dependencies | Used by Replay |
Example
This example shows a Screenview message:
{
"offset": 124,
"contextOffset": 4556,
"type": 2,
"context": {
"type": "LOAD",
"name": "PAGE 2",
"referrer": "PAGE 1"
}
}
{
"type": 2,
"offset": 19216
"context": {
"type": "UNLOAD",
"name": "PAGE 2"
}
}
{
"type": 2,
"offset": 2144,
"contextOffset": 0,
"count": 9,
"fromWeb": true,
"webviewId": "webview1",
"screenview": {
"type": "LOAD",
"name": "Ford",
"url": "/dynamic/ford.aspx",
"host": "http://www.cartest.com",
"referrer": "BMW",
"referrerUrl": "/dynamic/bmw.aspx"
}
}