Adobe Experience Cloud · Example Payload

Journey Optimizer Api Campaign Example

example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

idnamedescriptionchannelstatusschedule

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Name",
  "description": "example",
  "channel": "email",
  "status": "draft",
  "schedule": {
    "startDate": "2025-03-15T14:30:00Z",
    "endDate": "2025-03-15T14:30:00Z"
  }
}