Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccdc8df

Browse files
authored
Merge branch 'master' into DOC-737
2 parents c9e4de3 + d46c644 commit ccdc8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/working-with-ids.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hidden: true
44
---
55

66
> warning "Critical Segment recommendation"
7-
> Segment recommends that you use `uuid4` for `anonymousId`.
7+
> Segment recommends that you use `uuid4` for `anonymousId`, `userId`, and `groupId`.
88
99
As part of your Segment implementation, you’ll come across various identifiers (IDs) that Segment’s systems may process. The three most prominent identifiers you’ll encounter are `anonymousId`, `userId`, and `groupId`.
1010

@@ -44,7 +44,7 @@ Here's how Segment generates the IDs you just learned about:
4444

4545
## Segment's guidance on identifier formats
4646

47-
As you work with identifiers, **Segment recommends that you use `uuidv4` for `anonymousId`**. The following table lists the criteria that Segment recommends your identifiers satisfy, as well as why Segment recommends `uuidv4`:
47+
As you work with identifiers, **Segment recommends that you use `uuidv4` for `anonymousId`, `userId`, and `groupId`**. The following table lists the criteria that Segment recommends your identifiers satisfy, as well as why Segment recommends `uuidv4`:
4848

4949
| Trait | Reasoning |
5050
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)