Adobe Experience Cloud · Example Payload

Target Api Delivery Request Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

contextexecuteprefetch

Example Payload

Raw ↑
{
  "context": {
    "channel": "web",
    "userAgent": "example"
  },
  "execute": {
    "mboxes": [
      {
        "name": {},
        "index": {}
      }
    ]
  },
  "prefetch": {
    "views": [
      {}
    ]
  }
}