Adobe Campaign · JSON Structure

Adobe Campaign Classic Push Event Response Structure

SOAP response containing the assigned event ID for tracking.

Type: object Properties: 1
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

PushEventResponse is a JSON Structure definition published by Adobe Campaign, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

eventId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-classic-push-event-response-structure.json",
  "name": "PushEventResponse",
  "description": "SOAP response containing the assigned event ID for tracking.",
  "type": "object",
  "properties": {
    "eventId": {
      "type": "int32",
      "description": "Unique identifier assigned to the ingested event.",
      "example": 42
    }
  }
}