Adobe Experience Cloud · Example Payload

Experience Platform Api Segment Definition List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Experience Platform Api Segment Definition 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

segmentspage

Example Payload

Raw ↑
{
  "segments": [
    {
      "id": "abc123",
      "name": "Example Name",
      "description": "example",
      "expression": {
        "type": {},
        "value": {}
      },
      "mergePolicyId": "abc123",
      "evaluationInfo": {}
    }
  ],
  "page": {
    "totalCount": 85
  }
}