Amazon · JSON Structure

Advertising Report Request Structure

ReportRequest schema from Amazon Advertising API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

ReportRequest is a JSON Structure definition published by Amazon, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

reportDate metrics segment

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "reportDate": {
      "type": "string"
    },
    "metrics": {
      "type": "string"
    },
    "segment": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ReportRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-report-request-structure.json",
  "description": "ReportRequest schema from Amazon Advertising API"
}