https://ns.adobe.com/xdm/context/webinfo
Information recorded via an ExperienceEvent
that is specific to the World Wide Web channel, including the web page, referrer and/or link related to the on-page interaction.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | context/webinfo.schema.json |
- Web Information
https://ns.adobe.com/xdm/context/webinfo
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Web Page Details
https://ns.adobe.com/xdm/context/webpagedetails
- Web Interaction
https://ns.adobe.com/xdm/context/webinteraction
- Web Referrer
https://ns.adobe.com/xdm/context/webreferrer
- Extensibility base schema
{
"xdm:webPageDetails": {
"xdm:siteSection": "Product section",
"xdm:server": "example.com",
"xdm:name": "product home",
"xdm:URL": "https://www.example.com/products",
"xdm:errorPage": false,
"xdm:homePage": true,
"xdm:pageViews": {
"xdm:value": 1
}
},
"xdm:webReferrer": {
"xdm:URL": "https://www.some-adserver.com",
"xdm:referrerType": "external"
}
}
{
"xdm:webPageDetails": {
"xdm:siteSection": "Product section",
"xdm:server": "example.com",
"xdm:name": "product home",
"xdm:URL": "https://www.example.com/products",
"xdm:errorPage": false,
"xdm:homePage": true
},
"xdm:webInteraction": {
"xdm:type": "other",
"xdm:URL": "#stores",
"xdm:name": "product store",
"xdm:linkClicks": {
"xdm:value": 1
}
},
"xdm:webReferrer": {
"xdm:URL": "https://www.example.com/products",
"xdm:type": "internal"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:webInteraction | Web Interaction | Optional | Web Information (this schema) |
xdm:webPageDetails | Web Page Details | Optional | Web Information (this schema) |
xdm:webReferrer | Web Referrer | Optional | Web Information (this schema) |
* |
any | Additional | this schema allows additional properties |
Details about the web link (URL) that corresponds to where the interaction occurred.
xdm:webInteraction
- is optional
- type: Web Interaction
- defined in this schema
- Web Interaction –
https://ns.adobe.com/xdm/context/webinteraction
Details about the web page where the web interaction occurred.
xdm:webPageDetails
- is optional
- type: Web Page Details
- defined in this schema
- Web Page Details –
https://ns.adobe.com/xdm/context/webpagedetails
The referrer of a web interaction, which is the URL a visitor came from immediately before the current web interaction was recorded.
xdm:webReferrer
- is optional
- type: Web Referrer
- defined in this schema
- Web Referrer –
https://ns.adobe.com/xdm/context/webreferrer