Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion src/unify/identity-resolution/externalids.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Segment automatically promotes the following traits and IDs in track and identif
| android.push_token | context.device.token when context.device.type = 'android' |
| anonymous_id | anonymousId |
| 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' |
| ios.push_token | context.device.token when context.device.type = 'ios' |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ By default, Segment promotes the following traits and IDs in track and identify
| braze_id | context.Braze.braze_id or context.Braze.braze_id when Braze is connected as a destination |
| cross_domain_id | cross_domain_id when XID is 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' |
Expand Down
Loading