- Auth
- Accounts
- First call
- Reporting
- DSP report
- Sponsored ads V3
- Sponsored ads V2
- Snapshots
- Sponsored Products
- Sponsored Display
- Sponsored Brands
- Test accounts
- Amazon Marketing Stream
- Amazon Marketing Cloud
- Administration
- Accounts
- Instances
- Create an instance
- List all instances
- List information about the requested instance
- Update instance details
- Update AWS account metadata in the requested instance
- List advertisers in instance
- Create advertiser update
- Get advertiser update
- Gets advertiser information about the requested AMC instance
- Delete AMC instance
- Reporting
- AMC Audiences
- Rule-based audiences
- Creates query based audience execution metadata information
- Get all query based audiences execution metadata.
- Get query based audience execution metadata for a given audienceExecutionId.
- Update query based audience execution metadata for a given audienceExecutionId.
- Delete query based audience execution metadata for a given audienceExecutionId.
- Lookalike audiences
- Rule-based audiences
- Administration
- Sponsored Products
- Sponsored Brands
- Campaigns
- Ad groups
- Ads
- Targeting
- Recommendations
- Theme targeting
- Create keywords
- Update keyword
- Get keyword
- Delete keyword
- Create negative keywords
- Update negative keyword
- Get negative keyword
- Delete negative keyword
- Create product targets
- Update a product target
- Get product target
- Delete product target
- Create negative product target
- Update negative product target
- Get negative product target
- Delete negative product target
- Get all categories
- Get category refinements
- Ad creatives
- Get brands
- Get landing page ASINS
- Sponsored Display
- Campaigns
- Ad groups
- Product ads
- Targeting
- Creatives
- Locations
- Stores
- Product metadata
- Budget rules
- Budget usage
- Creative asset library
- Locations
- Exports
- Sponsored TV
- Amazon DSP
- Partner opportunities
Update creatives
PUT
/sd/creatives
最后修改时间:2025-03-16 02:19:30
责任人:未设置
请求参数
Header 参数
Amazon-Advertising-API-ClientId
string
必需
示例值:
{{client_id}}
Amazon-Advertising-API-Scope
string
必需
GET
method on Profiles resource to list profiles associated with the access token passed in the HTTP Authorization header.示例值:
{{profileId}}
Authorization
string
必需
示例值:
Bearer {{access_token}}
Body 参数text/plain
示例
示例值:[
{
"properties": {
"headline": "Test_Headline",
"brandLogo": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 600,
"height": 100
}
},
"contentType": "CUSTOM_IMAGE",
"rectCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 1200,
"height": 628
}
},
"squareCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 628,
"height": 628
}
}
},
"creativeId": 880210367106070471
}
]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://www.amazon.com/ap/oa/sd/creatives' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: text/plain' \
--data-raw '[
{
"properties": {
"headline": "Test_Headline",
"brandLogo": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 600,
"height": 100
}
},
"contentType": "CUSTOM_IMAGE",
"rectCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 1200,
"height": 628
}
},
"squareCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 628,
"height": 628
}
}
},
"creativeId": 880210367106070471
}
]'
返回响应
🟢200Success
application/json
Body
array of:
creativeId
integer
可选
code
string
可选
示例
[
{
"creativeId": 880210367106070500,
"code": "SUCCESS"
}
]
修改于 2025-03-16 02:19:30