Key Value Pair data type

Last update: 2023-12-15
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

Key Value Pair is a standard Experience Data Model (XDM) data type that captures the details of a generic key-value pair. This data type is used in the Adobe Analytics ExperienceEvent Full Extension field group to describe the array items of a list variable.

Key Value Pair Structure

Property Data type Description
key String A key (name) for a generic variable or value.
value String The value of the variable.

For more details on the data type, refer to the public XDM repository.

On this page