小米广告效果不错,如果有需要做的客户可以找我们,很多行业都是可以投放的,比如现在比较火的教育、金融、游戏、招商加盟、保健品、食品、电商直播等全行业都是能投放小米广告的,审核快效果好,很多时候这样的广告反而是非常吸引人的!小米广告投放电话:4009602809!

小米开户电话,投放小米信息流广告,小米短视频广告
针对EMI API应答做出示例
1. 广告计划
1.1 获取广告计划列表
应答示例:
{
"success": true,
"code": 0,
"result": {
"conf": {
"page": 1,
"pagesize": 10,
"totalnum": 50
},
"list": [
{
"activeSumFormat": "0",
"budget": 200,
"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%",
"downActiveRatioFormat": "0.00%",
"downRegisterRatioFormat": "0.00%",
"downRetentRatioFormat": "0.00%",
"downloadRatioFormat": "0.00%",
"downloadSumFormat": "0",
"ecpmFormat": "0.00",
"endDate": 253402271999000,
"id": 10000000000,
"imprActiveRatioFormat": "0.00%",
"imprRegisterRatioFormat": "0.00%",
"imprRetentRatioFormat": "0.00%",
"name": "非商店测试",
"registerSumFormat": "0",
"retentSumFormat": "0",
"startDate": 1527782400000,
"status": 5,
"type": 2,
"typeFormat": "非商店",
"viewSumFormat": "0"
}]
}
}
1.2 获取广告计划详情
应答示例:
{
"success": true,
"code": 0,
"result": {
"budget": 200,
"customerId": 32,
"deliverPolicy": 0,
"edate": 253402271999000,
"id": 10000000,
"name": "API-非商店",
"sdate": 1533571200000,
"status": 2,
"type": 2,
"unlimited": 1
}
}
1.3 开启暂停广告计划
应答示例:
{
"success": true,
"code": 0,
"result": [
{
"id": 10000000,
"result": 5,
"tips": ""
}
]
}
1.4 编辑广告计划预算
应答示例:
{
"success": true,
"code": 0,
"result": 1000
}

评论列表