Adobe Experience Cloud · Example Payload

Adobe Experience Cloud Campaign

example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Adobe Experience Cloud Campaign is an example object payload from Adobe Experience Cloud, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

campaignIdnamedescriptionchannelstatusaudiencecontentschedule

Example Payload

Raw ↑
{
  "campaignId": "abc123",
  "name": "Example Name",
  "description": "example",
  "channel": "email",
  "status": "draft",
  "audience": {
    "segmentId": "abc123",
    "estimatedSize": 39
  },
  "content": {
    "subject": "example",
    "body": "example",
    "templateId": "abc123",
    "sender": {
      "name": "Example Name",
      "email": "example"
    }
  },
  "schedule": {
    "startDate": "2025-03-15T14:30:00Z",
    "endDate": "2025-03-15T14:30:00Z",
    "timezone": "example",
    "recurring": true
  }
}