Adobe Experience Cloud · Example Payload

Campaign Api Profile Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

PKeyemailfirstNamelastNamebirthDatephonecreatedlastModified

Example Payload

Raw ↑
{
  "PKey": "example",
  "email": "example",
  "firstName": "Example Name",
  "lastName": "Example Name",
  "birthDate": "2025-03-15",
  "phone": "example",
  "created": "2025-03-15T14:30:00Z",
  "lastModified": "2025-03-15T14:30:00Z"
}