Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identifiers Added To User Profiles By Each Event Type #6315

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/unify/identity-resolution/externalids.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,16 @@ analytics.track('User Signup', {

At this point, the Identity Graph associates external ID (user_id: `use_123`) with the same user `use_4paotyretuj4Ta2bEYQ0vKOq1e7`.
![Identities associated to a user in the Identity Graph](images/identity_resolution_3.png)

### Identifiers Added To User Profiles By Each Event Type
If an event includes an identifier within the listed fields below by its event type, then that identifier will be recognized up by the space's Identity Resolution Settings and will be added to the profile as an identifier.

_For more information on the context.traits object, please see this section on [Saving Traits to the Context Object](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/identity/#saving-traits-to-the-context-object:~:text=Saving%20traits%20to,persist%20between%20calls.)._

| Event Type | Identifiers Promoted if sent in event by these fields |
| ------------------ | ---------------------------------------------------------- |
| [Identify](https://segment.com/docs/connections/spec/identify/) | `traits` object , `context.traits` object |
| [Track](https://segment.com/docs/connections/spec/track/) | `properties` object , `context.traits` object |
| [Page](https://segment.com/docs/connections/spec/page/) | `properties` object , `context.traits` object |
| [Group](https://segment.com/docs/connections/spec/group/) | `context.traits` object |
| [Screen](https://segment.com/docs/connections/spec/screen/) | `properties` object , `context.traits` object |