
北京小米广告开户价格5000元
上海小米推广开户代理商:北京王尘宇广告有限公司
深圳小米信息流广告开户找:巨宣
广州小米手机广告投放电话:4009602809
广东、浙江、海南、湖南、湖北等全国地方投放小米广告网址:https://xiaomi.juxuan.net/
==========================================================================
小米广告开户代理商,小米信息流推广开户找王尘宇!
说明:只能查询7天内指定时间内的15分钟维度详细消耗数据(获取指定计划/组/创意的消耗数据, 非聚合)
接口路径:/report/getDetailQuarterData
方法:GET
请求参数:
| 参数名称 | 是否必填 | 类型 | 校验要求 | 描述 |
|---|---|---|---|---|
| customerId | 是 | Number | 大于0 | 小米广告账户ID |
| campaignIds | 否 | String | campaignIds groupIds creativeIds 其一不为空 |
查询计划ID,多个之间英文逗号分割,若存在creativeIds或groupIds则忽略该参数 |
| groupIds | 否 | String | 查询小米广告组ID,多个之间英文逗号分隔,若存在creativeIds则忽略该参数 | |
| creativeIds | 否 | String | 查询创意ID,多个之间英文逗号分隔 | |
| sdate | 是 | Date | 不超过当天,不早于7天以前 | 开始时间,格式"yyyy-MM-dd HH:mm:ss" |
| edate | 是 | Date | 不超过当天,不早于7天以前 | 结束时间,格式"yyyy-MM-dd HH:mm:ss" |
备注:
请求总量不超过4800:请求总量为 时间跨度量 * campaign/group/creative数量
如:(sdate=2018-09-19 16:00:00),(edate=2018-09-19 17:00:00),(creativeId数量为20个)
时间跨度为5 (16:00:00, 16:15:00 ...... 17:00:00) 请求总量为 5*20 =100
应答字段:
| 名称 | 小米广告描述 |
|---|---|
| accurateCostFormat | 精确花费 |
| activeSumFormat | 激活量 |
| clickActiveRatioFormat | 点击激活率 |
| clickRegisterRatioFormat | 点击注册率 |
| clickRetentRatioFormat | 点击留存率 |
| clickSumFormat | 点击量 |
| costFormat | 花费 |
| costPerActiveFormat | 激活均价 |
| costPerDownloadFormat | 下载均价 |
| costPerRegisterFormat | 注册均价 |
| costPerRetentFormat | 留存均价 |
| cpcFormat | 点击均价 |
| ctrFormat | 点击率 |
| dateTimeFormat | 日期 |
| downActiveRatioFormat | 下载激活率 |
| downRegisterRatioFormat | 下载注册率 |
| downRetentRatioFormat | 下载留存率 |
| downloadRatioFormat | 下载率 |
| downloadSumFormat | 下载量 |
| ecpmFormat | ECPM |
| id | 计划/组/创意id |
| imprActiveRatioFormat | 曝光激活率 |
| imprRegisterRatioFormat | 曝光注册率 |
| imprRetentRatioFormat | 曝光留存率 |
| registerSumFormat | 注册量 |
| retentSumFormat | 留存量 |
| viewSumFormat | 曝光量 |
{
"success": true,
"code": 0,
"result": {
"list": [
{
"accurateCostFormat": "0.00000",
"activeSumFormat": "0",
"clickActiveRatioFormat": "0.00%",
"clickRegisterRatioFormat": "0.00%",
"clickRetentRatioFormat": "0.00%",
"clickSumFormat": "0",
"costFormat": "0.00",
"costPerActiveFormat": "0.00",
"costPerDownloadFormat": "0.00",
"costPerRegisterFormat": "0.00",
"costPerRetentFormat": "0.00",
"cpcFormat": "0.00",
"ctrFormat": "0.00%",
"date": 1533484800000,
"dateFormat": "2018-08-06",
"dateTimeFormat": "2018-08-06 00:00:00",
"dimName": "",
"downActiveRatioFormat": "0.00%",
"downRegisterRatioFormat": "0.00%",
"downRetentRatioFormat": "0.00%",
"downloadRatioFormat": "0.00%",
"downloadSumFormat": "0",
"ecpmFormat": "0.00",
"id": 0,
"imprActiveRatioFormat": "0.00%",
"imprRegisterRatioFormat": "0.00%",
"imprRetentRatioFormat": "0.00%",
"registerSumFormat": "0",
"retentSumFormat": "0",
"status": 0,
"viewSumFormat": "0"
}
]
}
}
评论列表