Amazon · Schema

Keyword

Keyword schema from Amazon Advertising API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
keywordId string
campaignId string
adGroupId string
keywordText string
matchType string
state string
bid number
View JSON Schema on GitHub

JSON Schema

advertising-keyword-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "Keyword",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-keyword-schema.json",
  "description": "Keyword schema from Amazon Advertising API"
}