5.查看创意投放数据-万象
GET
http://open-data.bilibili.co/dataplatform/stat/svc/ad/board/boardAccountCreative
接口描述
查看创意报表
请求头
参数名
类型
描述
必填
account_id
Integer
账号id
必填
unit_ids
List
单元id列表,最多⽀持10个,超出截断
必填
creative_ids
List
创意id列表
可选
status_list
List
状态列表 1:有效, 2:已暂停, 3:已完成, 4:已删除, 5:审核中, 6:审核拒 绝, 7:修改待下线, 8:已下线
可选
start_time
String
查询的起始时间,yyyyMMdd格式
必填
end_time
String
查询的起始时间,yyyyMMdd格式 时间范围不能⼤于7天
必填
filter_show_account
Integer
是否过滤曝光点击均为0的计划,不填默认不过滤,⼤于0为过滤
可选
sort_field
String
排序的字段 仅⽀持 "cost": , "show_count": , "click_count": , "click_rate": , "cost_per_click" , "average_cost_per_thousand": 总 花费、展示量、点击量、点击率、单次点击价格、千次展示价格
可选
sort_type
Integer
"0-正序, 1-倒序" 默认desc
可选
page
Integer
⻚数,从1开始,默认为1
可选
size
Integer
每⻚数量,默认15
可选