Adobe Experience Cloud · JSON Structure

Analytics Api Report Suite Structure

ReportSuite schema

Type: object Properties: 5
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

ReportSuite is a JSON Structure definition published by Adobe Experience Cloud, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

rsid name currency timezone calendarType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/analytics-api-report-suite-structure.json",
  "name": "ReportSuite",
  "description": "ReportSuite schema",
  "type": "object",
  "properties": {
    "rsid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "timezone": {
      "type": "int32"
    },
    "calendarType": {
      "type": "string"
    }
  }
}