Adobe Experience Cloud · JSON Structure

Campaign Api Profile Input Structure

ProfileInput schema

Type: object Properties: 5
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

email firstName lastName birthDate phone

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/campaign-api-profile-input-structure.json",
  "name": "ProfileInput",
  "description": "ProfileInput schema",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "birthDate": {
      "type": "date"
    },
    "phone": {
      "type": "string"
    }
  }
}