Skip to content

Commit 8f5fd80

Browse files
authored
Update identity-resolution-onboarding.md
Two critical changes: 1. Removed the info section with link the old Identity Resolution Settings pages - https://segment.com/docs/unify/identity-resolution/identity-resolution-settings/ We are using the "Onboarding" page for ID Res v2 and "Setting" page for ID Res v1. Customers not knowing which version they are reading and getting confused. Data is duplicate and having this at the top makes it even harder for customer to know which version they are reading. they are being mislead. Also, we do not need to publish ID Res v1 documentation any more; the settings "Setting" page should be deleted. there is only 1 production grade customers using ID Rev v1 but in any case v1 is forward compatible with v2. We already have a ticket to decom ID Res v1 the section around segment automatically ordering Id res rules is not correct behavior ID Res v2. therefore, removing from documentation
1 parent 5c61875 commit 8f5fd80

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

src/unify/identity-resolution/identity-resolution-onboarding.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ redirect_from:
55
- "/personas/identity-resolution/identity-resolution-onboarding"
66
---
77

8-
> info ""
9-
> The steps in this guide pertain to spaces created after **October 5th, 2020**. For spaces created before **October 5th, 2020**, please refer to [Identity Resolution Settings](/docs/unify/identity-resolution/identity-resolution-settings).
10-
118
> success ""
129
> Workspace owners, administrators, and users with the Identity Admin role can edit Identity Resolution Settings.
1310
@@ -135,26 +132,7 @@ If this event maps to this profile, the resulting profile would then contain two
135132

136133
At this point, the event searches for any profiles that match just the identifier user_id `abc456`. Now there are no existing profiles with this identifier, so Segment creates a new profile with user_id `abc456`.
137134

138-
By default, Segment explicitly orders user_id and email as rank `1` and `2`, respectively. All other identifiers are in alphabetical order beginning from rank `3`. This means that if the identifiers sent with events flowing into Segment are user_id, email, anonymous_id, and ga_client_id, the rank would be as follows:
139-
140-
| Identifier | Priority |
141-
| ------------ | -------- |
142-
| user_id | 1 |
143-
| email | 2 |
144-
| anonymous_id | 3 |
145-
| ga_client_id | 4 |
146-
147-
If a new android.id identifier appeared without first giving it explicit order, the order would automatically reshuffle to:
148-
149-
| Identifier | Priority |
150-
| ------------ | -------- |
151-
| user_id | 1 |
152-
| email | 2 |
153-
| android.id | 3 |
154-
| anonymous_id | 4 |
155-
| ga_client_id | 5 |
156-
157-
If you require an explicit order for all identifiers, configure this in the Identity Resolution Settings page before sending in events.
135+
You can explicitly order for all identifiers through the Identity Resolution Settings page before sending in events.
158136

159137
![The Identity Resolution Configuration screen](images/edit-priority.png)
160138

0 commit comments

Comments
 (0)