Adobe Experience Cloud · Example Payload

Campaign Api Profile List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

contentcount

Example Payload

Raw ↑
{
  "content": [
    {
      "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"
    }
  ],
  "count": {
    "value": 76
  }
}