Adobe Experience Cloud · Example Payload

Campaign Api Profile Input Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Campaign Api Profile 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

emailfirstNamelastNamebirthDatephone

Example Payload

Raw ↑
{
  "email": "example",
  "firstName": "Example Name",
  "lastName": "Example Name",
  "birthDate": "2025-03-15",
  "phone": "example"
}