curl --location --request POST 'https://www.amazon.com/ap/oa/assets/register' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"url": "{{uploadUrl}}",
"name": "myVideoAsset2",
"asinList": [
"B07R7V6KS8",
"B07X2X4D5H",
"B003L1717K"
],
"assetType": "VIDEO",
"assetSubTypeList": [
"BACKGROUND_VIDEO"
],
"associatedSubEntityList": [
{
"brandEntityId": "{{brandEntityId}}"
}
]
}'{
"assetId": "amzn1.assetlibrary.asset1.b3a6cc6c0cd418beb0d1fa2bb9f9d632",
"failedSpecChecks": [
{
"Program": "AMAZON_DSP",
"specProgramName": "DEMAND_SIDE_PLATFORM_OLV",
"specifications": [
{
"actualValue": "30.0",
"arguments": [
"23.98",
"24.0",
"25.0",
"29.97"
],
"failureReason": "Frame rate is not one of 23.98, 24.0, 25.0, 29.97.",
"isPassed": false,
"stringId": "al-spec-video-frame-rate"
},
{
"actualValue": "0",
"arguments": [
"2"
],
"failureReason": "Total number of audio channels across all audio streams is less than 2.",
"isPassed": false,
"stringId": "al-spec-min-audio-channel-count"
}
]
},
{
"Program": "AMAZON_DSP",
"specProgramName": "DEMAND_SIDE_PLATFORM_OTT",
"specifications": [
{
"actualValue": "30.0",
"arguments": [
"23.98",
"24.0",
"25.0",
"29.97"
],
"failureReason": "Frame rate is not one of 23.98, 24.0, 25.0, 29.97.",
"isPassed": false,
"stringId": "al-spec-video-frame-rate"
},
{
"actualValue": "9.966667",
"arguments": [
"15.0",
"30.0"
],
"failureReason": "Duration is not one of 15.0, 30.0 seconds.",
"isPassed": false,
"stringId": "al-spec-video-duration"
},
{
"actualValue": "0",
"arguments": [
"2"
],
"failureReason": "Total number of audio channels across all audio streams is less than 2.",
"isPassed": false,
"stringId": "al-spec-min-audio-channel-count"
}
]
},
{
"Program": "STORES",
"specProgramName": "STORES_INTRO_SPLASH",
"specifications": [
{
"actualValue": "16:9",
"arguments": [
"9:16"
],
"failureReason": "Aspect ratio is not 9:16.",
"isPassed": false,
"stringId": "al-spec-video-aspect-ratio"
}
]
}
],
"programPolicyValidationsList": null,
"versionId": "version_v1"
}