The HTTP referrer, if any, of the page that generated the JSON message. If there is no referrer this is a blank string.
Supported frameworks | Experience Analytics UI Capture |
Path | clientEnvironment.webEnvironment.referrer |
Description | HTTP referrer, if any, of the page. If there is no referrer this is a blank string. |
Value | String |
Limitations | None |
Dependencies | Used by Replay |
Example
This example shows the UIC Client Environment message:
"clientEnvironment" : {
"webEnvironment" : {
"libVersion" : "5.0.0.XXXX",
"page" : "http://uictest.com/frames/",
"referrer" : "http://uictest.com/",
"screen" : {
"devicePixelRatio" : 1,
"deviceWidth" : 1920,
"deviceHeight" : 1080,
"deviceToolbarHeight" : 34,
"width" : 942,
"height" : 955,
"orientation" : 0,
"orientationMode" : "PORTRAIT"
}
}
}