Adobe Experience Cloud Segment

An audience segment definition used across Adobe Experience Cloud products to target groups of profiles based on shared attributes, behaviors, or engagement patterns.

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Properties

Name Type Description
segmentId string The unique identifier for the segment.
name string The human-readable name of the segment.
description string A detailed description of what the segment represents.
expression object The segment definition expression.
evaluationType string How the segment is evaluated against profiles.
mergePolicyId string The merge policy used when evaluating this segment.
schema object The XDM schema this segment is based on.
status string The current status of the segment.
profileCount integer The estimated number of profiles in this segment.
owner object The user who created the segment.
tags array Tags for organizing and categorizing segments.
created string When the segment was created.
lastModified string When the segment was last modified.
lastEvaluated string When the segment was last evaluated.
View JSON Schema on GitHub

JSON Schema

adobe-experience-cloud-segment.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "adobe-experience-cloud-segment.json",
  "title": "Adobe Experience Cloud Segment",
  "description": "An audience segment definition used across Adobe Experience Cloud products to target groups of profiles based on shared attributes, behaviors, or engagement patterns.",
  "type": "object",
  "properties": {
    "segmentId": {
      "type": "string",
      "description": "The unique identifier for the segment."
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of the segment."
    },
    "description": {
      "type": "string",
      "description": "A detailed description of what the segment represents."
    },
    "expression": {
      "type": "object",
      "description": "The segment definition expression.",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["PQL"],
          "description": "The expression language type."
        },
        "format": {
          "type": "string",
          "enum": ["pql/text", "pql/json"],
          "description": "The format of the expression value."
        },
        "value": {
          "type": "string",
          "description": "The PQL expression defining the segment criteria."
        }
      },
      "required": ["type", "value"]
    },
    "evaluationType": {
      "type": "string",
      "enum": ["batch", "streaming", "edge"],
      "description": "How the segment is evaluated against profiles."
    },
    "mergePolicyId": {
      "type": "string",
      "description": "The merge policy used when evaluating this segment."
    },
    "schema": {
      "type": "object",
      "description": "The XDM schema this segment is based on.",
      "properties": {
        "name": {
          "type": "string"
        }
      }
    },
    "status": {
      "type": "string",
      "enum": ["draft", "realized", "failed"],
      "description": "The current status of the segment."
    },
    "profileCount": {
      "type": "integer",
      "description": "The estimated number of profiles in this segment."
    },
    "owner": {
      "type": "object",
      "description": "The user who created the segment.",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "tags": {
      "type": "array",
      "description": "Tags for organizing and categorizing segments.",
      "items": {
        "type": "string"
      }
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When the segment was created."
    },
    "lastModified": {
      "type": "string",
      "format": "date-time",
      "description": "When the segment was last modified."
    },
    "lastEvaluated": {
      "type": "string",
      "format": "date-time",
      "description": "When the segment was last evaluated."
    }
  },
  "required": ["segmentId", "name", "expression"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adobe-experience-cloud-segment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.