Adobe Analytics · JSON Structure

Adobe Analytics Report Suite Structure

An Adobe Analytics report suite

Type: object Properties: 4
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

ReportSuite is a JSON Structure definition published by Adobe Analytics, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

rsid name timezoneZoneinfo type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "An Adobe Analytics report suite",
  "name": "ReportSuite",
  "properties": {
    "rsid": {
      "type": "string",
      "description": "Report suite ID"
    },
    "name": {
      "type": "string",
      "description": "Display name of the report suite"
    },
    "timezoneZoneinfo": {
      "type": "string",
      "description": "Timezone for the report suite"
    },
    "type": {
      "type": "string",
      "description": "Report suite type",
      "enum": [
        "standard",
        "virtual"
      ]
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}