Amazon · JSON Structure

Advertising Create Keyword Request Structure

CreateKeywordRequest schema from Amazon Advertising API

Type: object Properties: 6 Required: 5
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

campaignId adGroupId keywordText matchType state bid

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "campaignId",
    "adGroupId",
    "keywordText",
    "matchType",
    "state"
  ],
  "properties": {
    "campaignId": {
      "type": "string"
    },
    "adGroupId": {
      "type": "string"
    },
    "keywordText": {
      "type": "string"
    },
    "matchType": {
      "type": "string",
      "enum": [
        "broad",
        "exact",
        "phrase"
      ]
    },
    "state": {
      "type": "string"
    },
    "bid": {
      "type": "number"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateKeywordRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-create-keyword-request-structure.json",
  "description": "CreateKeywordRequest schema from Amazon Advertising API"
}