Amazon · JSON Structure

Advertising Keyword Structure

Keyword schema from Amazon Advertising API

Type: object Properties: 7
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

keywordId campaignId adGroupId keywordText matchType state bid

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "keywordId": {
      "type": "string"
    },
    "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": "Keyword",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-keyword-structure.json",
  "description": "Keyword schema from Amazon Advertising API"
}