https://ns.adobe.com/xdm/context/implementationdetails
Details about the SDK, library, or service used in an application or web page implementation of a service.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/implementationdetails.schema.json |
- Implementation details
https://ns.adobe.com/xdm/context/implementationdetails- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:name": "https://ns.adobe.com/experience/analytics/appmeasurement",
"xdm:version": "2.7.0",
"xdm:environment": "browser"
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:environment | enum |
Optional | Implementation details (this schema) |
| xdm:name | string |
Optional | Implementation details (this schema) |
| xdm:version | string |
Optional | Implementation details (this schema) |
* |
any | Additional | this schema allows additional properties |
The environment of the implementation
xdm:environment
- is optional
- type:
enum - defined in this schema
The value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
browser |
Web Browser |
app |
Application |
server |
Server |
iot |
Internet of Things Device |
SDK or endpoint identifier. All SDKs or endpoints are identified through a URI, including extensions.
xdm:name
- is optional
- type:
string - defined in this schema
string
- format:
uri– Uniformous Resource Identifier (according to RFC3986)
| Value | Description |
|---|---|
https://ns.adobe.com/experience/analytics/scode |
Adobe Analytics sCode |
https://ns.adobe.com/experience/analytics/appmeasurement |
Adobe app measurement |
https://ns.adobe.com/experience/analytics/mbox |
Adobe Target mBox |
https://ns.adobe.com/experience/visitorapi |
Adobe Visitor service |
https://ns.adobe.com/experience/adcloud/viewability |
Adobe Advertising Cloud viewability |
https://ns.adobe.com/experience/alloy |
Adobe Experience Platform Web SDK |
https://ns.adobe.com/experience/alloy/reactor |
Adobe Experience Platform Web SDK Launch Extension |
The version identifier of the API, e.g h.18.
xdm:version
- is optional
- type:
string - defined in this schema
string