Showing
1 changed file
with
6 additions
and
6 deletions
@@ -72,12 +72,12 @@ type的取值 | @@ -72,12 +72,12 @@ type的取值 | ||
72 | | session_duration | 心跳 |应用每1分钟发出一次| | 72 | | session_duration | 心跳 |应用每1分钟发出一次| |
73 | | track | 普通监测 |只有这个事件才有key属性| | 73 | | track | 普通监测 |只有这个事件才有key属性| |
74 | | track_signup | 注册监测(服务器会对用户进行处理) |用于第一次注册| | 74 | | track_signup | 注册监测(服务器会对用户进行处理) |用于第一次注册| |
75 | -| ~~profile_set~~ | ~~设置profile~~ |批量存放properties为用户属性,覆盖所有已存在的属性| | 75 | +| profile_set | 设置profile |批量存放properties为用户属性,覆盖所有已存在的属性| |
76 | -| ~~profile_set_once~~ | ~~设置一次profile~~ |批量存放properties为用户属性,只有当属性不存在时才保存| | 76 | +| profile_set_once | 设置一次profile |批量存放properties为用户属性,只有当属性不存在时才保存| |
77 | -| ~~profile_unset~~ | ~~取消设置profile~~ |批量删除已经存在的属性,如果不存在,则不删除| | 77 | +| profile_unset | 取消设置profile |批量删除已经存在的属性,如果不存在,则不删除| |
78 | -| ~~profile_increment~~ | ~~profile自增长~~ |可以对已经存在的属性进行增减,必须已经存在,且为int或者float类型,参数可以为负数| | 78 | +| profile_increment | profile自增长 |可以对已经存在的属性进行增减,必须已经存在,且为int或者float类型,参数可以为负数| |
79 | -| ~~profile_append~~ | ~~profile追加~~ |这个是什么鬼?| | 79 | +| profile_append | profile追加 |这个是什么鬼?| |
80 | -| ~~profile_delete~~ | ~~profile删除~~ |注销了该用户| | 80 | +| profile_delete | profile删除 |注销了该用户| |
81 | 81 | ||
82 | 82 | ||
83 | ##2、缓存机制 | 83 | ##2、缓存机制 |
-
Please register or login to post a comment