You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/identity-resolution/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@ Identity Resolution sits at the core of Segment. The Identity Graph merges the c
12
12

13
13
14
14
## Highlights
15
-
1.**Supports existing data** — no additional code or set up required
16
-
2.**Supports all channels** — stitches web + mobile + server + third party interactions into the same user
17
-
3.**Supports anonymous identity stitching** — by merging child sessions into parent sessions
18
-
4.**Supports user:account relationships** - for B2B companies, generates a graph of relationships between users and accounts
19
-
5.**Real-time performance** - reliable real-time data stream merges with minimal latency
15
+
1.**Supports existing data** — no additional code or set up required.
16
+
2.**Supports all channels** — stitches web + mobile + server + third party interactions into the same user.
17
+
3.**Supports anonymous identity stitching** — by merging child sessions into parent sessions.
18
+
4.**Supports user:account relationships** - for B2B companies, generates a graph of relationships between users and accounts.
19
+
5.**Real-time performance** - reliable real-time data stream merges with minimal latency.
20
20
21
21
22
22
## Technical highlights
23
-
1.**Supports custom external IDs** - bring your own external IDs
24
-
2.**Customizable ID Rules** — allows you to enforce uniqueness on select external IDs and customize which external IDs and sources cause associations
25
-
3.**Merge Protection** - automatically detects and solves identity issues, like non-unique anonymous IDs and the library problem using the priority trust algorithm
26
-
4.**Maintains persistent ID** - multiple external IDs get matched to one persistent ID
23
+
1.**Supports custom external IDs** - bring your own external IDs.
24
+
2.**Customizable ID Rules** — allows you to enforce uniqueness on select external IDs and customize which external IDs and sources cause associations.
25
+
3.**Merge Protection** - automatically detects and solves identity issues, like non-unique anonymous IDs and the library problem using the priority trust algorithm.
26
+
4.**Maintains persistent ID** - multiple external IDs get matched to one persistent ID.
0 commit comments