Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
undancer
2015-12-09 15:17:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32dc20a587f71c68407430f37ecc8d9844043d32
32dc20a5
1 parent
7b30d361
Updated 新的事件发送定义(讨论中) (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
新的事件发送定义(讨论中).md
新的事件发送定义(讨论中).md
View file @
32dc20a
...
...
@@ -50,10 +50,16 @@ event定义(事件内部无序)
type的取值
|
type | test
|
|
类型 | 说明
|
|------|------|
| tick | test |
| begin_session | test |
| end_session | test |
| session_duration | test |
| tick | test |
| begin_session | 应用启动 |
| end_session | 应用关闭 |
| session_duration | 心跳 |
| track | 普通监测 |
| track_signup | 注册监测(服务器会对用户进行处理) |
| profile_set | 设置profile |
| profile_set_once | 设置一次profile |
| profile_unset | 取消设置profile |
| profile_increment | profile自增长 |
| profile_append | profile追加 |
| profile_delete | profile删除 |
...
...
Please
register
or
login
to post a comment