Skip to content

Commit

Permalink
docs: Description of setUserId'parameter formats (#1261)
Browse files Browse the repository at this point in the history
* docs: Description of setUserId'parameter formats

* Update cn/docs/sdk/tapdb/sdk/client-side-integration.mdx
  • Loading branch information
WatchMan-Wang authored Nov 11, 2024
1 parent fe6f410 commit a934984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cn/docs/sdk/tapdb/sdk/client-side-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ TapTapEvent.SetUserID(userId, properties);

| 字段 | 可为空 | 说明 |
|------------|-----|---------------------------------------------------------------------------------------|
| userId || 账号的唯一字符串,字符串长度不大于 256,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)<br /> 开发者需要保证不同账号的 `userId` 均不相同。 |
| userId || 账号的唯一字符串,字符串长度不大于 160,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)、加号(`+`)、正斜线(`/`)、等号(`=`)、英文句号(`.`)、英文逗号(`,`)、英文冒号(`:`)<br /> 开发者需要保证不同账号的 `userId` 均不相同。 |
| properties || 账号登录( `user_login` )的事件属性 |

</>
Expand Down

0 comments on commit a934984

Please sign in to comment.