Adobe Experience Cloud · Example Payload

Analytics Api Report Request Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Analytics Api Report Request 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

rsidglobalFiltersmetricContainerdimensionsettings

Example Payload

Raw ↑
{
  "rsid": "abc123",
  "globalFilters": [
    {
      "type": "standard",
      "dateRange": "example"
    }
  ],
  "metricContainer": {
    "metrics": [
      {
        "id": {}
      }
    ]
  },
  "dimension": "example",
  "settings": {
    "limit": 23,
    "page": 85
  }
}