Amazon · JSON Structure

Advertising Create Ad Group Request Structure

CreateAdGroupRequest schema from Amazon Advertising API

Type: object Properties: 4 Required: 4
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

CreateAdGroupRequest is a JSON Structure definition published by Amazon, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

campaignId name state defaultBid

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

JSON Structure

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