{
"ads": [
{
"landingPage": {
"pageType": "STORE",
"url": "https://www.amazon.com/stores/page/xxxxxxxxxx"
},
"name": "Name of brand video ad",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxx"
],
"brandName": "My brand",
"brandLogoAssetID": "amzn1.assetlibrary.xxxxxx",
"headline": "My headline"
}
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/v4/ads/brandVideo' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/vnd.sbadresource.v4+json' \
--header 'Content-Type: application/json' \
--data-raw '{
"ads": [
{
"landingPage": {
"pageType": "STORE",
"url": "https://www.amazon.com/stores/page/xxxxxxxxxx"
},
"name": "Name of brand video ad",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxx"
],
"brandName": "My brand",
"brandLogoAssetID": "amzn1.assetlibrary.xxxxxx",
"headline": "My headline"
}
}
]
}'
{
"ads": {
"error": [],
"success": [
{
"ad": {
"adGroupId": "155603752538210",
"adId": "139895623764517",
"campaignId": "157902658409454",
"creative": {
"asins": [
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx:version_v1",
"brandName": "My brand",
"headline": "My headline",
"type": "BRAND_VIDEO",
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxxxx"
]
},
"extendedData": {
"creationDate": 1678738930312,
"lastUpdateDate": 1678738930594,
"servingStatus": "AD_POLICING_PENDING_REVIEW"
},
"landingPage": {
"pageType": "STORE",
"url": "https://www.amazon.com/stores/page/xxxxxxxxx"
},
"name": "Test video ad",
"state": "ENABLED"
},
"adId": "139895623764517",
"index": 0
}
]
}
}