Skip to content

update braze_id message location #670

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 1 commit 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
3 changes: 2 additions & 1 deletion src/personas/identity-resolution/externalids.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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.Braze.braze_id or context.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