爱奇艺广告投放优势怎么进行广告投放-创意-创建请求地址:
https://tuiguang.iqiyi.com/openapi/v1/sandbox/creative/create
请求地址
https://tuiguang.iqiyi.com/openapi/v1/creative/create
爱奇艺广告推广请求方法
POST
请求参数
advertiserId |
number |
广告主ID |
必填 |
name |
string |
名称 |
必填 |
orderPlanId |
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/create \
-H 'content-type: application/json' \
-H 'access-token: XXXXX' \
-H 'request-id: xxxx' \
-d '{
"advertiserId": xxx,
"name": "创意新建",
"orderPlanId": xxx,
"templateId": 1000000000074,
"materialJson": {
"material": 50008891,
"backgroundType": 0,
"appIcon": 40038345,
"title": "app描述",
"background": 50008891
}
}'
爱奇艺广告返回示例
{
"code": 0,
"message": "",
"data": 63000000112
}

评论列表