https://ns.adobe.com/xdm/context/browserdetails
Detail information related to the browser
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | context/browserdetails.schema.json |
- Browser Details
https://ns.adobe.com/xdm/context/browserdetails
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:name": "Chrome",
"xdm:vendor": "Google",
"xdm:version": "63.0.3239",
"xdm:acceptLanguage": "en",
"xdm:cookiesEnabled": true,
"xdm:javaScriptEnabled": true,
"xdm:javaScriptVersion": "1.8.5",
"xdm:javaEnabled": true,
"xdm:javaVersion": "Java SE 8",
"xdm:viewportHeight": 900,
"xdm:viewportWidth": 1680
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:acceptLanguage | string |
Optional | Browser Details (this schema) |
xdm:cookiesEnabled | boolean |
Optional | Browser Details (this schema) |
xdm:javaEnabled | boolean |
Optional | Browser Details (this schema) |
xdm:javaScriptEnabled | boolean |
Optional | Browser Details (this schema) |
xdm:javaScriptVersion | string |
Optional | Browser Details (this schema) |
xdm:javaVersion | string |
Optional | Browser Details (this schema) |
xdm:name | string |
Optional | Browser Details (this schema) |
xdm:quicktimeVersion | string |
Optional | Browser Details (this schema) |
xdm:thirdPartyCookiesEnabled | boolean |
Optional | Browser Details (this schema) |
xdm:userAgent | string |
Optional | Browser Details (this schema) |
xdm:vendor | string |
Optional | Browser Details (this schema) |
xdm:version | string |
Optional | Browser Details (this schema) |
xdm:viewportHeight | integer |
Optional | Browser Details (this schema) |
xdm:viewportWidth | integer |
Optional | Browser Details (this schema) |
* |
any | Additional | this schema allows additional properties |
An IETF Language Tag (RFC 5646).
xdm:acceptLanguage
- is optional
- type:
string
- defined in this schema
string
The current user agent settings allow for the writing of cookies.'
xdm:cookiesEnabled
- is optional
- type:
boolean
- defined in this schema
boolean
If Java was enabled in the device this observation was made from.
xdm:javaEnabled
- is optional
- type:
boolean
- defined in this schema
boolean
If JavaScript was enabled in the device this observation was made from.
xdm:javaScriptEnabled
- is optional
- type:
boolean
- defined in this schema
boolean
The version of JavaScript supported during the observation.
xdm:javaScriptVersion
- is optional
- type:
string
- defined in this schema
string
The version of Java supported during the observation.
xdm:javaVersion
- is optional
- type:
string
- defined in this schema
string
The application or browser name.
xdm:name
- is optional
- type:
string
- defined in this schema
string
The version of Apple Quicktime supported during the observation.
xdm:quicktimeVersion
- is optional
- type:
string
- defined in this schema
string
If third-party cookies were enabled when this observation was made.
xdm:thirdPartyCookiesEnabled
- is optional
- type:
boolean
- defined in this schema
boolean
The HTTP User-Agent string from the client request.
xdm:userAgent
- is optional
- type:
string
- defined in this schema
string
The application or browser vendor.
xdm:vendor
- is optional
- type:
string
- defined in this schema
string
The application or browser version.
xdm:version
- is optional
- type:
string
- defined in this schema
string
The vertical size (in pixels) of the window the experience was displayed inside. For a web view event, the browser viewport height.
xdm:viewportHeight
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0
The horizontal size (in pixels) of the window the experience was displayed inside. For a web view event, the browser viewport width.
xdm:viewportWidth
- is optional
- type:
integer
- defined in this schema
integer
- minimum value:
0