Skip to content

Commit c863882

Browse files
authored
Added best practice for list suppression
1 parent e09bcc1 commit c863882

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/personas/journeys/faq-best-practices.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ For example:
1818

1919
Where possible, add a time window when defining conditions to ensure that users exit the step or Journey, rather than remain at the step forever. This prevents Journeys from collecting stale users which can muddle your data for analytics, or cause you to over-target.
2020

21+
### Suppress targeting with journey lists
22+
23+
Unlike lists associated with Personas Audiences, users who are added to a journey list cannot be subsequently removed. Lists are typically associated with advertising campaigns, and you must take additional steps if you wish to ensure that users do not continue to be targeted with ads after they achieve some goal. A typical implementation pattern is:
24+
1. Use a send to destination step to add users to the initial targeting list.
25+
2. Create additional journey steps to model the conditions where a user should be removed from targeting. Create a second send to destination step for the removal list.
26+
3. When configuring targeting conditions in the destination interface, use boolean logic to include only those users who are in the initial list AND NOT in the removal list.
27+
2128
### Review your Journey in drafts first
2229

2330
Save your Journey in a draft state so that you can review before you publish it. Once you publish a Journey, you cannot edit select portions of a Journey and Journeys sends data to destinations.

0 commit comments

Comments
 (0)