bygdata/pkg/devtodev/report_event.md

17 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 事件埋点列表
| 事件名称 | 上报场景 | 事件类型 |
|---|---|---|
| device_info | 首次安装 / 版本升级 / 设备环境变化时上报设备信息 | 预设事件 |
| session_start | 用户产生一次会话(进入平台 / 打开App | 预设事件 |
| real_currency_payment | 用户真实支付成功(充值成功回调时) | 预设事件 |
| virtual_currency_payment | 用户用虚拟币购买具体商品VIP、礼包、道具等 | 预设事件 |
| currency_accrual | 用户虚拟币增加(赢币、奖励、充值发筹码、系统补偿等) | 预设事件 |
| currency_spent | 用户虚拟币消费(下注) | 预设事件 |
| current_balance | 余额变动后 / 登录时 / 每日汇总时上报当前资产余额 | 预设事件 |
| register | 用户完成注册时 | 自定义事件 |
| token_refresh | 用户 token 刷新时 | 自定义事件 |
| enter_game | 用户进入某个具体游戏时 | 自定义事件 |
| withdraw | 用户提现成功时 | 自定义事件 |
| custom_support | 用户提交客服反馈时 | 自定义事件 |