Adobe Experience Cloud · Example Payload

Adobe Experience Cloud Segment

example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

segmentIdnamedescriptionexpressionevaluationTypemergePolicyIdschemastatus

Example Payload

Raw ↑
{
  "segmentId": "abc123",
  "name": "Example Name",
  "description": "example",
  "expression": {
    "type": "PQL",
    "format": "pql/text",
    "value": "example"
  },
  "evaluationType": "batch",
  "mergePolicyId": "abc123",
  "schema": {
    "name": "Example Name"
  },
  "status": "draft"
}