Adobe Launch · JSON Structure

Data Collection Xdm Event Structure

Type: object Properties: 5
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

XDMEvent is a JSON Structure definition published by Adobe Launch, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

identityMap eventType web commerce timestamp

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "XDMEvent",
  "type": "object",
  "properties": {
    "identityMap": {
      "type": "object"
    },
    "eventType": {
      "type": "string"
    },
    "web": {
      "type": "object"
    },
    "commerce": {
      "type": "object"
    },
    "timestamp": {
      "type": "string"
    }
  }
}