Amazon · Schema

ReportRequest

ReportRequest schema from Amazon Advertising API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
reportDate string
metrics string
segment string
View JSON Schema on GitHub

JSON Schema

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