You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/personas/journeys/faq-best-practices.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ When you do this, the key used for syncing to destinations will be different fro
41
41
42
42
Aside from the entry condition, all Journey step conditions are triggered by future events and existing trait memberships. Event-based conditions only evaluate events that occur *after* the Journey is published.
43
43
44
-
When you [include historical data](/docs/personas/journeys/build-journey/#using-historical-data-for-the-entry-step) in a Journey's entry condition, Personas identifies users who previously satisfied the entry condition and adds them to entry. For example, to evaluate if a user has ever used a discount code mid-Journey, create and configure a [Computed Trait](/docs/personas/computed-traits/#conditions) to select for `discount_used = true` to use in your Journey.
44
+
When you [include historical data](/docs/personas/journeys/build-journey/#using-historical-data-for-the-entry-step) in a Journey's entry condition, Personas identifies users who previously satisfied the entry condition and adds them to entry. For example, to evaluate if a user has ever used a discount code mid-Journey, create and configure a [Computed Trait](/docs/personas/computed-traits/#conditions) to select for `discount_used = true` to use in your Journey.
45
45
46
46
Including historical data doesn't impact any additional Journey steps, however. To include historical data in post-entry conditions, use the following table to identify which conditions will automatically include historical data:
47
47
48
-
| Condition Type | Automatic Historical Data Inclusion |
48
+
| Condition Type | Automatic Historical Data Inclusion |
@@ -67,11 +67,11 @@ Using the **Part of Audience** condition, Journeys then populates the custom tra
67
67
68
68
Follow these best practices to test your journeys:
69
69
70
-
- While in the process of configuring a journey, use dev Personas spaces to model that journey without affecting production data.
71
-
- Connect a data warehouse to each step of the journey to test for success or failure of that step.
70
+
- While in the process of configuring a journey, use dev Personas spaces to model that journey without affecting production data.
71
+
- Connect a data warehouse to each step of the journey to test for success or failure of that step.
72
72
- For early version journeys, scaffold Send to Destination steps without connecting to your production advertising or messaging destinations.
73
73
- Verify individual users' progress through the Journey in the Personas Explorer view.
74
-
74
+
75
75
## Frequently asked questions
76
76
77
77
### How often do Journeys run?
@@ -94,11 +94,11 @@ Once published, Journeys displays the number of users are in each step of the Jo
94
94
95
95
### How are users sent to downstream destinations?
96
96
97
-
The data type you send to a destination depends on whether the destination is an Event Destination or a List Destination.
97
+
The data type you send to a destination depends on whether the destination is an Event Destination or a List Destination.
98
98
99
99
### Which roles can access Journeys?
100
100
For Personas Advanced customers, users with either the Personas User or Personas Admin roles can create, edit, and delete journeys. Users with the Personas Read-only role are restricted to view-only access.
101
101
102
102
### Why am I seeing duplicate entry or exit events?
103
103
104
-
Journeys triggers audience or trait-related events for each email `external_id` on a profile. If a profile has two email addresses, you'll see two Audience Entered and two Audience Exited events for each Journey step. Journeys sends both email addresses to downstream destinations.
104
+
Journeys triggers audience or trait-related events for each email `external_id` on a profile. If a profile has two email addresses, you'll see two Audience Entered and two Audience Exited events for each Journey step. Journeys sends both email addresses to downstream destinations.
0 commit comments