You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -187,18 +151,7 @@ After you add traits, configure how your selected traits will map to your Destin
187
151
- To update a trait field mapping, click on a field, and in the dropdown search bar enter `traits.` followed by your trait. For example, `traits.email`. Then, click **Use as an event variable**.
188
152
4. Click **Save** and navigate back to Engage to finish building your Audience.
189
153
190
-
For Track events, Segment sends traits you select for enrichment in the `properties object` in a Track call.
191
-
- For example: `properties.trait_1`, `properties.trait_2`
192
-
193
-
For Identify events, Segment sends traits you select for enrichment in the `traits object` in Identify calls.
194
-
- For example: `traits.trait_1`, `traits.trait_2`
195
-
196
-
<!-- hold on this for now
197
-
When a sample event from **Load Test Event from Source** is available, the dropdowns under the mappings will include traits configured previously.
198
-
199
-

200
-
201
-
-->
154
+
Segment sends traits you select for enrichment in the traits object in Identify calls (`traits.trait_1`, `traits.trait_2`), and as properties in the properties object in Track calls (`properties.trait_1`, `properties.trait_2`).
0 commit comments