Adobe Analytics · JSON Structure

Adobe Analytics Report Settings Structure

Settings that control report output behavior

Type: object Properties: 3
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

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

Properties

limit page nonesBehavior

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Settings that control report output behavior",
  "name": "ReportSettings",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Maximum number of rows to return"
    },
    "page": {
      "type": "integer",
      "description": "Page number (zero-indexed)"
    },
    "nonesBehavior": {
      "type": "string",
      "description": "How to handle None values",
      "enum": [
        "exclude-nones",
        "return-nones"
      ]
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}