Skip to content

Commit b5fec80

Browse files
committed
Add steps for creating destination
1 parent 32119ad commit b5fec80

File tree

1 file changed

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

1 file changed

+40
-12
lines changed

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

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,51 @@ This destination is maintained by Listrak. For any issues with the destination,
1414

1515
## Getting started
1616

17+
1. Before connecting to the Listrak Destination, set up the [Listrak Source](/docs/connections/sources/catalog/cloud-apps/listrak/). Note the API client ID and client secret after creating the integration in Listrak.
1718
1. From your Segment workspace, go to **Connections > Catalog** and click **Destinations**.
18-
2. Search for **Listrak** in the Destinations Catalog and select the destination.
19-
3. Click **Configure Listrak**.
19+
1. Search for **Listrak** in the Destinations Catalog and select the destination.
20+
1. Click **Add destination**.
21+
1. Select an existing Source to connect to Listrak.
22+
1. On the **Setup** tab, name your destination. For example, `Listrak`.
23+
1. Enter your Listrak API client ID and client secret.
24+
1. Click **Save Changes**.
25+
1. Follow the steps in the Destinations Actions documentation on [Customize mappings](/docs/connections/destinations/actions/#customize-mappings).
26+
1. Enable the destination and configured mappings.
2027

21-
1. From the Segment web app, click **Catalog**, then click **Destinations**.
22-
2. Find the Destinations Actions item in the left navigation, and click it.
23-
3. Click **Configure <desintation_name>**.
24-
4. Select an existing Source to connect to <destination_name> (Actions).
28+
### Sync an Engage Audience
2529

26-
> (delete after reading) The line below renders a table of connection settings (if applicable), Pre-built Mappings, and available actions.
30+
1. Each Engage audience to be synced to Listrak must only include email addresses subscribed to the list. To do this, add a condition to the Engage audience that ensures the custom trait for the list exists (eg. have a Custom Trait listrak_list_12345 exists, where 12345 is the list ID).
31+
1. In Listrak, go to **Contacts > Profile Fields** and click **Create Field Group**.
32+
1. Enter `Engage Audiences` for the name and Click **Save**.
33+
1. Enter a name for the audience for the **Field Name**.
34+
1. Select **Check Box** for the **Data Type**.
35+
1. Click the **Update** button.
36+
1. Go to **Help & Support > API ID Information** and note the list ID and field ID.
37+
1. In Segment, open the previously created Listrak destination.
2738

28-
{% include components/actions-fields.html %}
39+
1. In the **Mappings** tab, click **New Mapping** and select **Update Email Contact Profile Fields**.
2940

41+
1. Under **Select events to map and send**, select **Track** for the **Event Type**.
3042

31-
> (delete after reading) Additional Context
32-
>
33-
> Include additional information that you think will be useful to the user here. For information that is specific to an individual mapping, please add that as a comment so that the Segment docs team can include it in the auto-generated content for that mapping.
43+
1. Click **Add Condition** and create a condition **Event Name** is **Audience Entered**.
3444

45+
1. Under **Select mappings**, enter the list ID, map the email address,
3546

36-
---
47+
1. Repeat steps 2 through 4 for **Event Name** is **Audience Exited**.
48+
49+
8. **Enable** both mappings.
50+
51+
9. Go to the **Settings** tab and **Enable** the destination.
52+
53+
10. Select your space, and navigate to **Engage > Audiences**. Select the source audience that you want to send to your Criteo Audiences destination.
54+
55+
11. Click **Add Destinations** and select the Criteo Audience destination you created. In the settings that appear on the right-hand side, toggle the **Send Track** option on and disable **Send Identify**. Click **Save**.
56+
57+
Your Criteo destination is now ready to receive audiences, and your Persona audiences now reflect in your Criteo Advertiser dashboard. Be aware, it takes 12-24 hours for the number of identifiers to populate in Criteo's Management Center.
58+
59+
> warning ""
60+
> You can connect **ONE** Engage audience to a single instance of Criteo Audience destination. If you have multiple audiences, repeat the above process to create a new Criteo audience destination and connect the audience to new destination each time.
61+
62+
{% include components/actions-fields.html %}
63+
64+
---

0 commit comments

Comments
 (0)