https://ns.adobe.com/xdm/context/experienceevent-environment-details
ExperienceEvent environment details.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | context/experienceevent-environment-details.schema.json |
- ExperienceEvent Environment Details
https://ns.adobe.com/xdm/context/experienceevent-environment-details
- Extensibility Base Schema
https://ns.adobe.com/xdm/common/extensible
- Environment
https://ns.adobe.com/xdm/context/environment
- Device
https://ns.adobe.com/xdm/context/device
- Place Context
https://ns.adobe.com/xdm/context/placecontext
- Extensibility Base Schema
{
"xdm:environment": {
"xdm:type": "browser",
"xdm:browserDetails": {
"xdm:name": "Chrome",
"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
},
"xdm:operatingSystem": "MAC OS",
"xdm:operatingSystemVersion": "10.13",
"xdm:connectionType": "cable"
},
"xdm:device": {
"xdm:typeID": "TypeIdentifier-111",
"xdm:typeIDService": "https://ns.adobe.com/xdm/external/deviceatlas",
"xdm:type": "mobile",
"xdm:manufacturer": "Apple",
"xdm:model": "iPhone 6",
"xdm:modelNumber": "A1586",
"xdm:screenHeight": 667,
"xdm:screenWidth": 375,
"xdm:colorDepth": 16777216,
"xdm:screenOrientation": "portrait"
},
"xdm:placeContext": {
"xdm:localTime": "2017-09-26T15:52:25+13:00",
"xdm:geo": {
"@id": "https://data.adobe.io/entities/geo/tokyo",
"xdm:countryCode": "JP",
"xdm:stateProvince": "JP-13",
"xdm:city": "Tōkyō",
"xdm:postalCode": "141-0032",
"schema:latitude": 35.6185,
"schema:longitude": 139.73237
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:device | Device | Optional | ExperienceEvent Environment Details (this schema) |
xdm:environment | Environment | Optional | ExperienceEvent Environment Details (this schema) |
xdm:placeContext | Place Context | Optional | ExperienceEvent Environment Details (this schema) |
* |
any | Additional | this schema allows additional properties |
An identified Device/Application or Device/Browser instance that is trackable across sessions, normally by cookies.
xdm:device
- is optional
- type: Device
- defined in this schema
- Device –
https://ns.adobe.com/xdm/context/device
Information about the surrounding situation the event observation occurred in, specifically detailing transitory information such as the network or software versions.
xdm:environment
- is optional
- type: Environment
- defined in this schema
- Environment –
https://ns.adobe.com/xdm/context/environment
The transient circumstances related to the observation. Examples include locale specific information such as weather, local time, traffic, day of the week, workday vs. holiday, working hours.
xdm:placeContext
- is optional
- type: Place Context
- defined in this schema
- Place Context –
https://ns.adobe.com/xdm/context/placecontext