Amazon · JSON Structure

Advertising Create Target Request Structure

CreateTargetRequest schema from Amazon Advertising API

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

CreateTargetRequest 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 state bid expression expressionType

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

JSON Structure

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