Adobe Experience Cloud · JSON Structure

Target Api Audience Structure

Audience schema

Type: object Properties: 4
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Audience is a JSON Structure definition published by Adobe Experience Cloud, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description targetRule

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/target-api-audience-structure.json",
  "name": "Audience",
  "description": "Audience schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "targetRule": {
      "type": "object"
    }
  }
}