Adobe Experience Cloud · Example Payload

Target Api Audience List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

totaloffsetlimitaudiences

Example Payload

Raw ↑
{
  "total": 21,
  "offset": 34,
  "limit": 40,
  "audiences": [
    {
      "id": 61,
      "name": "Example Name",
      "description": "example",
      "targetRule": {}
    }
  ]
}