Skip to content

Commit 054a55e

Browse files
authored
minor tidying up
1 parent 1a15e61 commit 054a55e

File tree

1 file changed

+13
-13
lines changed
  • src/connections/destinations/catalog/actions-listrak

1 file changed

+13
-13
lines changed

src/connections/destinations/catalog/actions-listrak/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ To add the Listrak Actions destination:
2323
8. Click **Save Changes**.
2424
9. Follow the steps in the Destinations Actions documentation to [customize mappings](/docs/connections/destinations/actions/#customize-mappings) or follow the steps below to Sync an Engage Audience.
2525

26-
## Syncing an Engage Audience to Listrak
26+
## Syncing an Engage audience to Listrak
2727

2828
To sync an Engage audience with Listrak (Actions), first ensure that the Engage audience only includes profiles with email addresses subscribed to the Listrak list.
2929

30-
For example, when building the audience, ensure each profile includes a Custom Trait like `listrak_list_12345`, where `12345` is the List ID.
30+
For example, when you build the audience, ensure each profile includes a Custom Trait like `listrak_list_12345`, where `12345` is the List ID.
3131

32-
### Listrak Configuration
32+
### Listrak configuration
3333

3434
1. In Listrak, navigate to **Contacts > Profile Fields** and click **Create Field Group**.
35-
2. Enter a name for the Profile Field Group (e.g., `Engage Audiences`) and click **Save**.
35+
2. Enter a name for the Profile Field Group (like `Engage Audiences`) and click **Save**.
3636
3. Enter a name for the audience in the **Field Name** field.
3737
4. Select **Check Box** for the **Data Type**.
3838
5. Click **Update**.
39-
6. Go to **Help & Support > API ID Information** and note the List ID and Profile Field ID values. You will use these in your Segment destination.
39+
6. Go to **Help & Support > API ID Information** and note the List ID and Profile Field ID values. You'll use these in your Segment destination.
4040

41-
### Segment Configuration
41+
### Segment configuration
4242

4343
In Segment, open the Listrak destination you created. Navigate to the **Mappings** tab, click **New Mapping**, and select **Update Email Contact Profile Fields**.
4444

45-
> info "There are two approaches for configuring the "Update Email Contact Profile Fields" mapping:"
46-
>
47-
> 1. **Separate Mappings:** Create individual mappings for "Audience Entered" and "Audience Exited" events. Set the profile field to "on" for "Audience Entered" and "off" for "Audience Exited."
48-
> 2. **Single Mapping:** Use one mapping with the special value "useAudienceKey" for the profile field. This will dynamically use "on" and "off" in the request made to Listrak based on the audience_key boolean value - "true" ("Audience Entered") activates the field, and "false" ("Audience Exited") deactivates it.
45+
You can configure the "Update Email Contact Profile Fields" mapping in two ways:
4946

50-
### Recommended Approach: Single Mapping for Both Events
47+
1. **Separate Mappings:** Create individual mappings for "Audience Entered" and "Audience Exited" events. Set the profile field to "on" for "Audience Entered" and "off" for "Audience Exited."
48+
2. **Single Mapping:** Use one mapping with the special value `useAudienceKey` for the profile field. This will dynamically use "on" and "off" in the request made to Listrak based on the `audience_key` boolean value - `true` ("Audience Entered") activates the field, and `false` ("Audience Exited") deactivates it.
49+
50+
### Recommended approach: single mapping for both events
5151

5252
1. To use a single mapping for "Audience Entered" and "Audience Exited" events, under **Select events to map and send**, configure a condition to include events from the desired audience only.
5353
- Set **Event Context** `personas.computation_key` to `my_audience` (where `my_audience` is the Audience Key from the Audience settings page).
@@ -63,7 +63,7 @@ In Segment, open the Listrak destination you created. Navigate to the **Mappings
6363

6464
4. Click **Save** to save the mapping.
6565

66-
### Alternative Approach: Separate Mappings for Each Event
66+
### Alternative approach: separate mappings for each event
6767

6868
1. Under **Select events to map and send**, select **Track** for the **Event Type**.
6969
2. Click **Add Condition** and add: **Event Name** is `Audience Entered`.
@@ -77,7 +77,7 @@ In Segment, open the Listrak destination you created. Navigate to the **Mappings
7777
![Mapping Subscription](images/mappings2.png)
7878

7979
6. Click **Save** to save the mapping.
80-
7. Repeat the above steps, substituting `Audience Entered` for `Audience Exited` and `on` for `off`.
80+
7. Repeat the previous steps, substituting `Audience Entered` for `Audience Exited` and `on` for `off`.
8181

8282
## Using Segment audience data in Listrak
8383

0 commit comments

Comments
 (0)