Showing
1 changed file
with
12 additions
and
6 deletions
@@ -50,10 +50,16 @@ event定义(事件内部无序) | @@ -50,10 +50,16 @@ event定义(事件内部无序) | ||
50 | 50 | ||
51 | type的取值 | 51 | type的取值 |
52 | 52 | ||
53 | -| type | test | | 53 | +| 类型 | 说明 | |
54 | |------|------| | 54 | |------|------| |
55 | -| tick | test | | 55 | +| begin_session | 应用启动 | |
56 | -| begin_session | test | | 56 | +| end_session | 应用关闭 | |
57 | -| end_session | test | | 57 | +| session_duration | 心跳 | |
58 | -| session_duration | test | | 58 | +| track | 普通监测 | |
59 | -| tick | test | | 59 | +| track_signup | 注册监测(服务器会对用户进行处理) | |
60 | +| profile_set | 设置profile | | ||
61 | +| profile_set_once | 设置一次profile | | ||
62 | +| profile_unset | 取消设置profile | | ||
63 | +| profile_increment | profile自增长 | | ||
64 | +| profile_append | profile追加 | | ||
65 | +| profile_delete | profile删除 | |
-
Please register or login to post a comment