Amazon · Example Payload

Advertising Create Target Request Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Top-level fields

campaignIdadGroupIdstatebidexpressionexpressionType

Example Payload

Raw ↑
{
  "campaignId": "ABC123DEF456",
  "adGroupId": "ABC123DEF456",
  "state": "example-value",
  "bid": 29.99,
  "expression": [
    {}
  ],
  "expressionType": "example-value"
}