Amazon · JSON Structure

Advertising Campaign Structure

Campaign schema from Amazon Advertising API

Type: object Properties: 8
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

campaignId name state dailyBudget startDate endDate targetingType premiumBidAdjustment

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "campaignId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string",
      "enum": [
        "enabled",
        "paused",
        "archived"
      ]
    },
    "dailyBudget": {
      "type": "number"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "targetingType": {
      "type": "string",
      "enum": [
        "manual",
        "auto"
      ]
    },
    "premiumBidAdjustment": {
      "type": "boolean"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Campaign",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-campaign-structure.json",
  "description": "Campaign schema from Amazon Advertising API"
}