Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 3.04 KB

poi-interaction.schema.md

File metadata and controls

104 lines (65 loc) · 3.04 KB

Point of Interest Interaction Schema

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

Schema Hierarchy

Point of Interest Interaction Example

{
  "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
    }
  }
}

Point of Interest Interaction Properties

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

xdm:POIDetail

POI Detail

Detail of the POI that cause the event.

xdm:POIDetail

  • is optional
  • type: Point of Interest Details
  • defined in this schema

xdm:POIDetail Type

xdm:poiEntries

The number of times a person has entered the Point of Interest (POI).

xdm:poiEntries

  • is optional
  • type: Measure
  • defined in this schema

xdm:poiEntries Type

  • Measurehttps://ns.adobe.com/xdm/data/measure

xdm:poiExits

The number of times a person has exited the Point of Interest (POI).

xdm:poiExits

  • is optional
  • type: Measure
  • defined in this schema

xdm:poiExits Type

  • Measurehttps://ns.adobe.com/xdm/data/measure