Skip to content

Commit 49af01b

Browse files
committed
Add suggestions from PM review
1 parent 09efa29 commit 49af01b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/engage/trait-activation/trait-enrichment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ And here's an example Track call payload with properties in the `properties` obj
9292
```
9393

9494

95-
### Destination requirements
95+
## Destination requirements
9696

9797
The following are a list of destination-specific requirements for using Trait Enrichment.
9898

@@ -148,11 +148,11 @@ After you add traits, configure how your selected traits will map to your Destin
148148
2. Click **+ New Mapping**.
149149
- All actions in an actions-based destination can receive traits you configure with Trait Activation.
150150
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.
152154
4. Click **Save** and navigate back to Engage to finish building your Audience.
153155

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-
156156
## Best practices
157157

158158
For best results with Trait Enrichment, Segment recommends:

0 commit comments

Comments
 (0)