Amazon · JSON Structure

Advertising Ad Group Structure

AdGroup schema from Amazon Advertising API

Type: object Properties: 5
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

adGroupId campaignId name state defaultBid

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

JSON Structure

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