Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2 KB

profile-counters.schema.md

File metadata and controls

75 lines (52 loc) · 2 KB

Profile Counters Mixin Extension Schema

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

Holds a map of objects containing counter_value and counter_expiry, 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.schema.json

Profile Counters Mixin Extension Examples

{
  "xdm:namespace": {
    "xdm:code": "ECID"
  },
  "xdm:id": "92312748749128",
  "xdm:frequencyMap": {
    "counter_id": {
      "xdm:value": 100,
      "xdm:expiry": 1233214556
    }
  }
}
{
  "xdm:namespace": {
    "xdm:code": "ECID"
  },
  "xdm:id": "92312748749128",
  "xdm:frequencyMap": {
    "counter_id": {
      "xdm:value": 100,
      "xdm:expiry": 1233214556
    }
  }
}

Profile Counters Mixin Extension Properties

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

xdm:frequencyMap

A map from counter_id to objects containing counter_value, counter_expiry

xdm:frequencyMap

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

xdm:frequencyMap Type

object with following properties:

Property Type Required