Adobe Launch · Schema

CollectRequest

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
events array An array of events to send to the Edge Network.
View JSON Schema on GitHub

JSON Schema

data-collection-collect-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollectRequest",
  "type": "object",
  "properties": {
    "events": {
      "type": "array",
      "description": "An array of events to send to the Edge Network."
    }
  }
}