Adobe Experience Cloud · Example Payload

Experience Platform Api Segment Definition Input Example

example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Experience Platform Api Segment Definition Input Example is an example object payload from Adobe Experience Cloud, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionexpressionschemamergePolicyId

Example Payload

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