Skip to content

Commit 8f3f58e

Browse files
authored
cleanup
1 parent 88b33b9 commit 8f3f58e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/unify/faqs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Yes, Identity Graph supports multiple external IDs.
99

1010
Identity Graph automatically collects a rich set of external IDs without any additional code:
1111

12-
1. Device level IDs (ex: `anonymous_id`, `ios.idfa` and `android.id`)
13-
2. Device token IDs (ex: `ios.push_token` and `android_push_token`)
14-
3. User level IDs (ex: `user_id`)
12+
1. Device level IDs (example: `anonymous_id`, `ios.idfa` and `android.id`)
13+
2. Device token IDs (example: `ios.push_token` and `android_push_token`)
14+
3. User level IDs (example: `user_id`)
1515
4. Common external IDs (`email`)
16-
5. Cross domain analytics IDs (`cross_domain_id`)
16+
5. Cross-domain analytics IDs (`cross_domain_id`)
1717

18-
If you want Identity Graph to operate on a different custom ID, you can pass it in using `context.externalIds` on an `identify()` or `track()`. If you're interested in this feature, contact your CSM to discuss the best way to implement this feature.
18+
If you want Identity Graph to operate on a different custom ID, you can pass it in using `context.externalIds` on an [Identify](/docs/connections/spec/identify/) or [Track call](/docs/connections/spec/identify/). If you're interested in this feature, contact your CSM to discuss the best way to implement this feature.
1919

2020
## How does Unify handle identity merging?
2121
Each incoming event is analyzed and external IDs are extracted (`user_id`, `anonymous_id`, `email`). The simplified algorithm works as follows:

0 commit comments

Comments
 (0)