https://ns.adobe.com/xdm/context/webinteraction
The Web Interaction schema captures information about interactions that happened on a web page after the intial page load (see also Web Page View) was completed.
It is intended for recording interactions in rich web applications that do not trigger a new page load such as single page web apps (SPAs).
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | context/webinteraction.schema.json |
- Web Interaction
https://ns.adobe.com/xdm/context/webinteraction
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Measure
https://ns.adobe.com/xdm/data/measure
- Extensibility base schema
{
"xdm:type": "other",
"xdm:URL": "https://www.example.com/products/store/?view=1",
"xdm:name": "product store",
"xdm:linkClicks": {
"xdm:value": 1
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:URL | string |
Optional | Web Interaction (this schema) |
xdm:linkClicks | Measure | Optional | Web Interaction (this schema) |
xdm:name | string |
Optional | Web Interaction (this schema) |
xdm:type | enum |
Optional | Web Interaction (this schema) |
* |
any | Additional | this schema allows additional properties |
The actual link/URL used for this web interaction
xdm:URL
- is optional
- type:
string
- defined in this schema
string
Click of a web-link has occurred.
xdm:linkClicks
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure
The normative name used for this web link, used for classification purposes
xdm:name
- is optional
- type:
string
- defined in this schema
string
The link type.
xdm:type
- 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 |
---|---|
download |
Download |
exit |
Exit |
other |
Other |