提交 2f9e03ea 作者: 林琼

埋点文档

上级 534e2953
# 服务端接口说明 # 服务端接口说明
...@@ -601,6 +601,33 @@ ...@@ -601,6 +601,33 @@
| event_time | 是 | Int | 时间戳 秒级事件发生时间 | | | event_time | 是 | Int | 时间戳 秒级事件发生时间 | |
| data | 是 | json对象 | 事件内容 | | | data | 是 | json对象 | 事件内容 | |
请求示例(JSON)
[
{
"zw_app_id": "1898e0e39269087f739deeed6e549c7d",
"cp_role_id": "355151876498392146",
"event_en_name": "LogReachRechargeActivityGrade",
"event_time": 1769996690,
"data": {
"recharge_activity_id": "测试活动3",
"start_time": 1767951554,
"end_time": 1769996690,
"rmb": 111
}
},
{
"zw_app_id": "1898e0e39269087f739deeed6e549c7d",
"cp_role_id": "355151876498392146",
"event_en_name": "LogRechargeActivityGetReward",
"event_time": 1769996690,
"data": {
"recharge_activity_id": "测试活动4",
"start_time": 1767951554,
"end_time": 1767951554,
"rmb": 222
}
}
]
返回数据 返回数据
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论