Amazon · Example Payload

Advertising Campaign Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Advertising Campaign Example is an example object payload from Amazon, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

campaignIdnamestatedailyBudgetstartDateendDatetargetingTypepremiumBidAdjustment

Example Payload

Raw ↑
{
  "campaignId": "ABC123DEF456",
  "name": "Example Product",
  "state": "enabled",
  "dailyBudget": 29.99,
  "startDate": "example-value",
  "endDate": "example-value",
  "targetingType": "manual",
  "premiumBidAdjustment": true
}