4.查看单元投放数据-万象
GET
http://open-data.bilibili.co/dataplatform/stat/svc/ad/board/boardAccountUnit
接口描述
获取单元相关信息。返回指定账户或者计划下的所有单元详情及投放数据
请求参数
参数名
类型
描述
必填
account_id
Integer
账号id
必填
campaign_ids
List
计划id列表,最多⽀持10个
必填
unit_ids
List
单元id列表
可选
status_list
List
状态列表 1:有效,2:已暂停,3:已结束, 4:已删除, 5:未开始, 6:预算 超限, 7:不在投放时段, 8:已完成
可选
sales_type
List
11-CPM, 12-CPC
可选
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,最多100
可选