From 6ebfc5c39ea70d9a2097108570d1a3d2b4a144cd Mon Sep 17 00:00:00 2001 From: WatchMan-Wang <514504765@qq.com> Date: Fri, 8 Nov 2024 18:34:24 +0800 Subject: [PATCH 1/2] docs: Description of setUserId'parameter formats --- cn/docs/sdk/tapdb/sdk/client-side-integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx index 8a13c329c..d72498400 100644 --- a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx +++ b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx @@ -411,7 +411,7 @@ TapTapEvent.SetUserID(userId, properties); | 字段 | 可为空 | 说明 | |------------|-----|---------------------------------------------------------------------------------------| -| userId | 否 | 账号的唯一字符串,字符串长度不大于 256,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)
开发者需要保证不同账号的 `userId` 均不相同。 | +| userId | 否 | 账号的唯一字符串,字符串长度不大于 256,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)、加号(`+`)、正斜线(`/`)、等号(`=`)、英文句号(`.`)、英文逗号(`,`)、英文冒号(`:`)
开发者需要保证不同账号的 `userId` 均不相同。 | | properties | 是 | 账号登录( `user_login` )的事件属性 | From c79c31bf095663f0b2302e8e236e8646102f1d0d Mon Sep 17 00:00:00 2001 From: ShouWang <514504765@qq.com> Date: Mon, 11 Nov 2024 10:13:55 +0800 Subject: [PATCH 2/2] Update cn/docs/sdk/tapdb/sdk/client-side-integration.mdx --- cn/docs/sdk/tapdb/sdk/client-side-integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx index d72498400..bd99f184f 100644 --- a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx +++ b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx @@ -411,7 +411,7 @@ TapTapEvent.SetUserID(userId, properties); | 字段 | 可为空 | 说明 | |------------|-----|---------------------------------------------------------------------------------------| -| userId | 否 | 账号的唯一字符串,字符串长度不大于 256,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)、加号(`+`)、正斜线(`/`)、等号(`=`)、英文句号(`.`)、英文逗号(`,`)、英文冒号(`:`)
开发者需要保证不同账号的 `userId` 均不相同。 | +| userId | 否 | 账号的唯一字符串,字符串长度不大于 160,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)、加号(`+`)、正斜线(`/`)、等号(`=`)、英文句号(`.`)、英文逗号(`,`)、英文冒号(`:`)
开发者需要保证不同账号的 `userId` 均不相同。 | | properties | 是 | 账号登录( `user_login` )的事件属性 |