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
Copy file name to clipboardExpand all lines: src/engage/trait-activation/trait-enrichment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ And here's an example Track call payload with properties in the `properties` obj
92
92
```
93
93
94
94
95
-
###Destination requirements
95
+
## Destination requirements
96
96
97
97
The following are a list of destination-specific requirements for using Trait Enrichment.
98
98
@@ -148,11 +148,11 @@ After you add traits, configure how your selected traits will map to your Destin
148
148
2. Click **+ New Mapping**.
149
149
- All actions in an actions-based destination can receive traits you configure with Trait Activation.
150
150
3. Locate the **Select mappings** section to confirm the default field mappings match the traits in your custom setup.
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**.
151
+
- To update a trait field mapping for Identify calls, click on a field, and in the dropdown search bar enter `traits.` followed by your trait (for example, `traits.trait_1`). Segment sends traits you select for enrichment in the `traits` object.
152
+
- To update a trait field mapping for Track calls, click on a field, and in the dropdown search bar enter `properties.` followed by your trait (for example, `properties.trait_1`). Segment sends traits you select for enrichment as properties in the `properties` object.
153
+
- Click **Use as an event variable** to add your trait.
152
154
4. Click **Save** and navigate back to Engage to finish building your Audience.
153
155
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`).
155
-
156
156
## Best practices
157
157
158
158
For best results with Trait Enrichment, Segment recommends:
0 commit comments