Amazon · Schema

AdGroupResponse

AdGroupResponse schema from Amazon Advertising API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
adGroupId string
code string
description string
View JSON Schema on GitHub

JSON Schema

advertising-ad-group-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "adGroupId": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AdGroupResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-ad-group-response-schema.json",
  "description": "AdGroupResponse schema from Amazon Advertising API"
}