Adobe Experience Cloud · Example Payload

Journey Optimizer Api Offer List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

offerstotalCount

Example Payload

Raw ↑
{
  "offers": [
    {
      "id": "abc123",
      "name": "Example Name",
      "status": "draft",
      "representations": [
        {}
      ],
      "startDate": "2025-03-15T14:30:00Z",
      "endDate": "2025-03-15T14:30:00Z",
      "priority": 84
    }
  ],
  "totalCount": 13
}