Skip to content

Commit 09efa29

Browse files
committed
edits [netlify-build]
1 parent acadcbd commit 09efa29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the following steps to set up Trait Enrichment with Audiences or Journeys.
1313

1414
> info ""
1515
> 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).
1717
> - 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).
1818
1919

@@ -52,10 +52,10 @@ With Customized setup, you can choose which traits you want to map to your desti
5252
3. Click **Save** and finish building your audience or journey.
5353

5454

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`).
5656

5757

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:
5959

6060
```json
6161
{
@@ -72,7 +72,7 @@ Here's an example Identify call payload with traits in the `traits object`:
7272
"userId": "test-user-cq8idf"
7373
}
7474
```
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:
7676

7777
```json
7878
{
@@ -151,7 +151,7 @@ After you add traits, configure how your selected traits will map to your Destin
151151
- 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**.
152152
4. Click **Save** and navigate back to Engage to finish building your Audience.
153153

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`).
155155

156156
## Best practices
157157

0 commit comments

Comments
 (0)