Adobe Launch · Schema

CollectResponse

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
requestId string The unique identifier for this request.
View JSON Schema on GitHub

JSON Schema

data-collection-collect-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollectResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "The unique identifier for this request."
    }
  }
}