文档
测试

巨量引擎上报

POST
statistic/conversion

接口描述

巨量引擎数据上报

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
clickid
str
clickid参数
必填
type
str
事件类型,如in_app_uv
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
data
obj
巨量引擎返回的数据
必填

说明 / 示例

>i [巨量引擎事件对照表](https://event-manager.oceanengine.com/docs/8650/all_events/) [巨量引擎实践属性对照表](https://event-manager.oceanengine.com/docs/8650/all_properties/) ## 返回示例 ```json { "code": 0, "msg": "ok", "data": { "code": 0, "message": "成功" } } ```