Skip to content

Commit 83ac7f4

Browse files
authored
Merge pull request #6433 from segmentio/samkcrespo-patch-7
Update Identity Resolution External IDs
2 parents f6fc0e3 + 377b3d6 commit 83ac7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/identity-resolution/externalids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Segment automatically promotes the following traits and IDs in track and identif
2222
| External ID Type | Message Location in Track or Identify Call |
2323
| ------------------ | ------------------------------------------------------------------------------------------------------------- |
2424
| user_id | userId |
25-
| email | traits.email or context.traits.email |
25+
| email | traits.email, context.traits.email or properties.email |
2626
| android.id | context.device.id when context.device.type = 'android' |
2727
| android.idfa | context.device.advertisingId when context.device.type = 'android' AND context.device.adTrackingEnabled = true |
2828
| android.push_token | context.device.token when context.device.type = 'android' |

0 commit comments

Comments
 (0)