https://ns.adobe.com/xdm/context/poi-interaction
A Point or Place of Interest(POI) interaction. Used to capture triggered engagement activities when users enter, leave of come within range of a POI.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/poi-interaction.schema.json |
- Point of Interest Interaction
https://ns.adobe.com/xdm/context/poi-interaction
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Point of Interest Details
https://ns.adobe.com/xdm/context/poi-detail
- Measure
https://ns.adobe.com/xdm/data/measure
- Extensibility base schema
{
"xdm:poiExits": {
"xdm:value": 1
},
"xdm:POIDetails": {
"xdm:POIID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:name": "Acme Hotel Tokyo",
"xdm:category": "Resorts",
"xdm:type": "Hotel",
"xdm:locatingType": "beacon",
"xdm:beaconInteractionDetails": {
"xdm:proximityUUID": "dd0094a0-52bb-4d3a-ab15-fcccb9b9b48e",
"xdm:beaconMajor": 100,
"xdm:beaconMinor": 23
}
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:POIDetail | Point of Interest Details | Optional | Point of Interest Interaction (this schema) |
xdm:poiEntries | Measure | Optional | Point of Interest Interaction (this schema) |
xdm:poiExits | Measure | Optional | Point of Interest Interaction (this schema) |
* |
any | Additional | this schema allows additional properties |
Detail of the POI that cause the event.
xdm:POIDetail
- is optional
- type: Point of Interest Details
- defined in this schema
- Point of Interest Details –
https://ns.adobe.com/xdm/context/poi-detail
The number of times a person has entered the Point of Interest (POI).
xdm:poiEntries
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure
The number of times a person has exited the Point of Interest (POI).
xdm:poiExits
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure