Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Description of setUserId'parameter formats #1261

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading