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 1 commit
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
Prev Previous commit
Next Next commit
fix spacing in externalIDs table
  • Loading branch information
kdaswani authored Feb 28, 2020
commit 79da63c81ffcf86cf6974bbdb413643f88a9550c
3 changes: 1 addition & 2 deletions src/personas/identity-resolution/externalids.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ 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 |
Expand Down