3.查看计划投放数据-万象
GET
http://open-data.bilibili.co/dataplatform/stat/svc/ad/board/boardAccountCampaign
接口描述
获取计划相关信息。返回指定账户的计划详情及投放数据
请求参数
参数名
类型
描述
必填
account_id
Integer
账号id
必填
campaign_ids
List
计划id列表
可选
status_list
List
计划状态列表 1:有效, 2:已暂停, 3:已结束, 4:已删除, 5:预算超限
可选
start_time
String
查询的起始时间,yyyyMMdd格式
必填
end_time
String
查询的起始时间,yyyyMMdd格式 时间范围不能⼤于7天
必填
filter_show_account
Integer
是否过滤曝光点击均为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,最多100
可选