Skip to content

Commit d13796b

Browse files
authored
Merge pull request #7877 from segmentio/Id-resolution-audit
Identity resolution page review [DOC-1203]
2 parents 90758e2 + 2cc34d4 commit d13796b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/unify/identity-resolution/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Identity Resolution sits at the core of Segment. The Identity Graph merges the c
1212
![The Identity Graph merges the complete history of each user into a single profile](images/identity_resolution_1.png)
1313

1414
## 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.
2020

2121

2222
## 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.
2727

2828

2929
## FAQs

0 commit comments

Comments
 (0)