Adobe Experience Cloud · Example Payload

Adobe Experience Cloud Offer

example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Adobe Experience Cloud Offer 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

offerIdnamedescriptionstatusofferTyperepresentationseligibilityRulepriority

Example Payload

Raw ↑
{
  "offerId": "abc123",
  "name": "Example Name",
  "description": "example",
  "status": "draft",
  "offerType": "personalized",
  "representations": [
    {
      "channel": "example",
      "placementId": "abc123",
      "content": "example",
      "contentType": "text/html"
    }
  ],
  "eligibilityRule": {
    "ruleId": "abc123",
    "description": "example"
  },
  "priority": 27
}