Skip to content

Commit dd4d7bb

Browse files
add step for audience key condition
The audience key condition is necessary in order to allow multiple audiences to be synced with Listrak from a single destination instance.
1 parent 5b4e01e commit dd4d7bb

File tree

1 file changed

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

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,19 @@ To sync an Engage audience with your Listrak (Actions) destination:
4242
9. In the **Mappings** tab, click **New Mapping** and select **Update Email Contact Profile Fields**.
4343
10. Under **Select events to map and send**, select **Track** for the **Event Type**.
4444
11. Click **Add Condition** and add this condition: **Event Name** is `Audience Entered`.
45-
12. Under **Select mappings**, enter the list ID and map the email address if `context.traits.email` is not desired.
46-
13. Still under **Select mappings**, in the section for mapping the `Profile Field Values`, enter the profile field ID for the `Enter Key Name` textbox on the right and `on` in the textbox for its value to the left. Click **Save**.
47-
14. Repeat steps 9 through 13 using `Audience Exited` instead of `Audience Entered` in step 11 and `off` instead of `on` in step 13.
48-
15. **Enable** both mappings.
49-
16. Go to the **Settings** tab for the destination and **Enable** the destination. Click **Save Changes**.
50-
17. Select the Engage space and navigate to **Engage > Audiences**. Select the source audience to send to the Listrak destination.
51-
18. Click **Add Destination** and select the Listrak Audience destination.
52-
19. In the settings that appear on the right-hand side, toggle the **Send Track** option on and disable **Send Identify**.
53-
20. Click **Save**.
54-
21. To filter email sends in Listrak using the new audience profile field, see this [help article](https://help.listrak.com/en/articles/3951597-introduction-to-building-filter-2-0-segments){:target="_blank”}.
55-
22. If you want to sync another audience, repeat steps 1 through 20.
45+
12. Click **Add Condition** and add this condition: **Event Property** `audience_key` is `my_audience` (where `my_audience` is the Audience Key found on the Audience settings page).
46+
13. Under **Select mappings**, enter the list ID and map the email address if `context.traits.email` is not desired.
47+
14. Still under **Select mappings**, in the section for mapping the `Profile Field Values`, enter the profile field ID for the `Enter Key Name` textbox on the right and `on` in the textbox for its value to the left. Click **Save**.
48+
15. Repeat steps 9 through 13 using `Audience Exited` instead of `Audience Entered` in step 11 and `off` instead of `on` in step 13.
49+
16. **Enable** both mappings.
50+
17. Go to the **Settings** tab for the destination and **Enable** the destination. Click **Save Changes**.
51+
18. Select the Engage space and navigate to **Engage > Audiences**. Select the source audience to send to the Listrak destination.
52+
19. Click **Add Destination** and select the Listrak Audience destination.
53+
20. In the settings that appear on the right-hand side, toggle the **Send Track** option on and disable **Send Identify**.
54+
21. Click **Save**.
55+
22. To filter email sends in Listrak using the new audience profile field, see this [help article](https://help.listrak.com/en/articles/3951597-introduction-to-building-filter-2-0-segments){:target="_blank”}.
56+
23. If you want to sync another audience, repeat steps 1 through 20.
5657

5758
{% include components/actions-fields.html %}
5859

59-
---
60+
---

0 commit comments

Comments
 (0)