Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.98 KB

profile-counters-v2.schema.md

File metadata and controls

72 lines (49 loc) · 1.98 KB

Profile Counters Extension Schema

https://ns.adobe.com/experience/customerJourneyManagement/profile-counters-v2

Holds a map of objects containing counter_value and expiryDate, keyed by counter_id.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/customerJourneyManagement/profile-counters-v2.schema.json

Profile Counters Extension Examples

{
  "xdm:namespace": {
    "xdm:code": "ECID"
  },
  "xdm:id": "92312748749128",
  "xdm:frequencyMap": {
    "counter_id": {
      "xdm:value": 100,
      "xdm:expiryDate": "2021-10-22T09:02:15.541Z"
    }
  }
}
{
  "xdm:xid": "xid-92312748749128",
  "xdm:frequencyMap": {
    "counter_id": {
      "xdm:value": 100,
      "xdm:expiryDate": "2021-10-22T09:02:15.541Z"
    }
  }
}

Profile Counters Extension Properties

Property Type Required Defined by
xdm:frequencyMap object Optional Profile Counters Extension (this schema)
* any Additional this schema allows additional properties

xdm:frequencyMap

A map from counter_id to objects containing counter_value, expiryDate

xdm:frequencyMap

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

xdm:frequencyMap Type

object with following properties:

Property Type Required