爱奇艺视频推广投放-创意-修改沙箱请求地址:
https://tuiguang.iqiyi.com/openapi/v1/sandbox/creative/update
请求地址
https://tuiguang.iqiyi.com/openapi/v1/creative/update
请求方法
POST
爱奇艺推广服务商请求参数
advertiserId |
number |
广告主ID |
必填 |
name |
string |
名称 |
必填 |
orderPlanId |
number |
广告id |
必填 |
creativeId |
number |
创意id |
必填 |
templateId |
number |
创意模板id |
必填(详见附录-创意模板) |
materialJson |
object |
创意素材 |
必填(字段定义详见附录-创意模板) |
request-id |
string |
请求日志id(相同接口,确保每次请求request-id值的唯一性)。 |
必填(此字段在HTTP的header中) |
爱奇艺开户返回参数
code |
number |
返回码,详见附录-返回码 |
|
message |
string |
返回信息,详见附录-返回码 |
|
data |
number |
创意ID |
爱奇艺广告开户请求示例
curl请求示例
Java请求示例
curl -X POST \
https://tuiguang.iqiyi.com/openapi/v1/creative/update \
-H 'content-type: application/json' \
-H 'access-token: XXXXX' \
-H 'request-id: xxxx' \
-d '{
"advertiserId": xxx,
"name": "创意修改",
"orderPlanId": xxx,
"creativeId": xxx,
"templateId": 1000000000074,
"materialJson": {
"material": 50008891,
"backgroundType": 0,
"appIcon": 40038345,
"title": "app描述",
"background": 50008891
}
}'
爱奇艺开户返回示例
{
"code": 0,
"message": "",
"data": xxxxxxx
}

评论列表