[
{
"name": "Off-Amazon-Test-4",
"budgetType": "daily",
"budget": "10.00",
"startDate": "20231010",
"endDate": "20231101",
"costType": "cpc",
"state": "paused",
"tactic": "T00030"
}
]
curl --location --request POST 'https://www.amazon.com/ap/oa/sd/campaigns' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "Off-Amazon-Test-4",
"budgetType": "daily",
"budget": "10.00",
"startDate": "20231010",
"endDate": "20231101",
"costType": "cpc",
"state": "paused",
"tactic": "T00030"
}
]'
[
{
"campaignId": 361249207815999,
"code": "SUCCESS"
}
]