Amazon · JSON Structure

Advertising Ad Group Response Structure

AdGroupResponse schema from Amazon Advertising API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

AdGroupResponse 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

adGroupId code description

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

JSON Structure

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