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
2016-01-12 15:53:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fe5a9cfb0f99a90b38d134d8f62d72e18c34e9b
8fe5a9cf
1 parent
d23907c4
Updated 新的事件发送定义(讨论中) (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
新的事件发送定义(讨论中).md
新的事件发送定义(讨论中).md
View file @
8fe5a9c
...
...
@@ -72,12 +72,12 @@ type的取值
| session_duration | 心跳 |应用每1分钟发出一次|
| track | 普通监测 |只有这个事件才有key属性|
| track_signup | 注册监测(服务器会对用户进行处理) |用于第一次注册|
|
~~profile_set~~ | ~~设置profile~~
|批量存放properties为用户属性,覆盖所有已存在的属性|
|
~~profile_set_once~~ | ~~设置一次profile~~
|批量存放properties为用户属性,只有当属性不存在时才保存|
|
~~profile_unset~~ | ~~取消设置profile~~
|批量删除已经存在的属性,如果不存在,则不删除|
|
~~profile_increment~~ | ~~profile自增长~~
|可以对已经存在的属性进行增减,必须已经存在,且为int或者float类型,参数可以为负数|
|
~~profile_append~~ | ~~profile追加~~
|这个是什么鬼?|
|
~~profile_delete~~ | ~~profile删除~~
|注销了该用户|
|
profile_set | 设置profile
|批量存放properties为用户属性,覆盖所有已存在的属性|
|
profile_set_once | 设置一次profile
|批量存放properties为用户属性,只有当属性不存在时才保存|
|
profile_unset | 取消设置profile
|批量删除已经存在的属性,如果不存在,则不删除|
|
profile_increment | profile自增长
|可以对已经存在的属性进行增减,必须已经存在,且为int或者float类型,参数可以为负数|
|
profile_append | profile追加
|这个是什么鬼?|
|
profile_delete | profile删除
|注销了该用户|
##2、缓存机制
...
...
Please
register
or
login
to post a comment