Adobe Experience Cloud · Example Payload

Analytics Api Report Response Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

totalPagesfirstPagelastPagenumberOfElementstotalElementsrows

Example Payload

Raw ↑
{
  "totalPages": 42,
  "firstPage": true,
  "lastPage": true,
  "numberOfElements": 91,
  "totalElements": 79,
  "rows": [
    {
      "itemId": "abc123",
      "value": "example",
      "data": [
        {}
      ]
    }
  ]
}