API响应
响应格式
所有API响应均以JSON格式返回。
响应结构
| 参数 | 类型 | 示例 | 描述 |
|---|---|---|---|
| code | 整数 | 200 | 请求状态 |
| message | 字符串 | success | 状态消息 |
| data | 数组 | 响应数据 |
响应数据
| 参数 | 类型 | 示例 | 描述 |
|---|---|---|---|
| date | 日期 | YYYY-MM-DD | 数据时间 |
| offer_uuid | 字符串 | test_offer | offer uuid |
| offer_id | 整数 | 53425 | offer id |
| package | 字符串 | com.test.game | 包名 |
| install | 整数 | 123 | 安装数量 |
| impression | 整数 | 3456 | 展示数量 |
| d0/d1/d3/d7/d14/d30_ROAS | 浮点数 | 0.89 | ROAS |
| d0/d1/d3/d7/d14/d30_RR | 浮点数 | 0.45 | 留存率 |
| d0/d1/d3/d7/d14/d30 Ad_revenue | 整数 | 34567 | 广告收入 |