Skip to content

fix spacing in externalIDs table #672

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

Merged
merged 5 commits into from
Feb 28, 2020
Merged
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
4 changes: 2 additions & 2 deletions src/personas/identity-resolution/externalids.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ We automatically promote the following traits and IDs in track and identify call
| android.idfa | context.device.advertisingId when context.device.type = 'android' AND context.device.adTrackingEnabled = true |
| android.push_token | context.device.token when context.device.type = 'android' |
| anonymous_id | anonymousId |
| braze_id | context.integrations.Braze.braze_id when Braze is connected as a destination
|
| braze_id | context.integrations.Braze.braze_id when Braze is connected as a destination |
| cross_domain_id | cross_domain_id when XID has been enabled for the workspace |
| ga_client_id | context.integrations['Google Analytics'].clientId when explicitly captured by users |
| group_id | groupId |
| ios.id | context.device.id when context.device.type = 'ios' |
| ios.idfa | context.device.advertisingId when context.device.type = 'ios' AND context.device.adTrackingEnabled = true |
| ios.push_token | context.device.token when context.device.type = 'ios' |


## Custom ExternalIDs

Personas will automatically resolve identity for any other externalIDs that you bind to users - such as a phone number or any custom identifier that you support. As seen in the below example, you can send custom `externalIds` in the `context` object of any call to our API.
Expand Down