Amazon · JSON Structure

Advertising Target Structure

Target schema from Amazon Advertising API

Type: object Properties: 7
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Target 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

targetId campaignId adGroupId state bid expressionType expression

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "targetId": {
      "type": "string"
    },
    "campaignId": {
      "type": "string"
    },
    "adGroupId": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "bid": {
      "type": "number"
    },
    "expressionType": {
      "type": "string"
    },
    "expression": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Target",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-target-structure.json",
  "description": "Target schema from Amazon Advertising API"
}