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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Use the following steps to set up Trait Enrichment with Audiences or Journeys.
13
13
14
14
> info ""
15
15
> The setup steps you'll use for Trait Enrichment depend on the type of Destination [you've connected](/docs/engage/trait-activation/trait-activation-setup/).
16
-
> - For Facebook Custom Audiences and Google Adwords, use [set up Trait Enrichment](https://docs/engage/trait-activation/trait-enrichment/#destination-requirements).
16
+
> - For Facebook Custom Audiences and Google Adwords, [use these destination requirements](#destination-requirements).
17
17
> - If you're using Destination Actions, such as Salesforce Marketing Cloud, Braze Actions, or Salesforce Actions, use the [Destination Actions setup steps](#destination-actions-setup).
18
18
19
19
@@ -52,10 +52,10 @@ With Customized setup, you can choose which traits you want to map to your desti
52
52
3. Click **Save** and finish building your audience or journey.
53
53
54
54
55
-
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`).
55
+
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`).
56
56
57
57
58
-
Here's an example Identify call payload with traits in the `traits object`:
58
+
Here's an example Identify call payload with traits in the `traits` object:
59
59
60
60
```json
61
61
{
@@ -72,7 +72,7 @@ Here's an example Identify call payload with traits in the `traits object`:
72
72
"userId": "test-user-cq8idf"
73
73
}
74
74
```
75
-
And here's an example Track call payload with traits in the `properties object`:
75
+
And here's an example Track call payload with properties in the `properties` object:
76
76
77
77
```json
78
78
{
@@ -151,7 +151,7 @@ After you add traits, configure how your selected traits will map to your Destin
151
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**.
152
152
4. Click **Save** and navigate back to Engage to finish building your Audience.
153
153
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`).
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