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