Skip to content

Commit a972255

Browse files
Add note on payload location for email id
1 parent 1c65f4e commit a972255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/using-engage-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ Engage only sends events to the destination if the computed trait value has chan
119119
}
120120
```
121121

122-
123-
124122
## Additional identifiers
125123

126124
Engage has a flexible identity resolution layer that allows you to build user profiles based on multiple identifiers like `user_id`, `email`, or `mobile advertisingId`. However, different destinations may require different keys, so they can do their own matching and identification. For example, Zendesk requires that you include the `name` property.
@@ -131,6 +129,8 @@ If you send events to a destination that requires specific enrichment Segment do
131129
> note ""
132130
> **Note**: Profiles with multiple identifiers (for example, `user_id` and `email`) will trigger one API call per identifier when the audience or computed trait is first synced to a destination.
133131
132+
> note ""
133+
> **Note**: Email as an identifier is set in `traits.email` for identify calls, and `context.traits.email` for track calls.
134134
135135
## Multiple identifiers of the same type
136136

0 commit comments

Comments
 (0)