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/build-journey.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ For more information, see [Setting up your Sources](/docs/personas/quickstart/#s
21
21
3. Check **Use historical data** to allow users who have already matched the entry criteria to enter the Journey. Otherwise, only users who meet the entry conditions after publication will enter the Journey.
22
22
4. Click **Preview** to see the list of user who meet your criteria. Verify that you've defined the right conditions.
23
23
5. Click **Save**.
24
-
4. Segment displays the entry condition on the Journey Builder canvas. It may take up to two minutes for Segment to estimated the number of users in the journey.
24
+
4. Segment displays the entry condition on the Journey Builder canvas. It may take up to 2 minutes for Segment to estimate the number of users in the journey.
25
25
5. Click **+** to add the next step and view available step types.
26
26
27
27
> info ""
28
28
> Users can only enter a Journey once.
29
29
30
30
### Using historical data for the entry step
31
31
32
-
If you select the **Use historical data** option, Segment queries all historical data to generate a list of users who enter the Journey upon publication. If you do not select **Use historical data**, only users who satisfy the entry condition *after* you publish will enter the Journey.
32
+
If you select the **Use historical data** option, Segment queries all historical data to generate a list of users who enter the Journey upon publication. If you don't select **Use historical data**, only users who satisfy the entry condition *after* you publish enter the Journey.
33
33
34
34
> info ""
35
35
> Your **Use historical data** selection won't impact subsequent Journey steps. Only future events and existing trait memberships trigger post-entry Journey steps.
@@ -46,24 +46,28 @@ Journeys provides 5 step types, which you can add after the entry condition.
46
46
47
47
**Wait for duration** defines the length of time in minutes, hours, days, or weeks that a user must wait before moving to the next step.
48
48
49
-
**True/false split** divides the previous step's user group into two branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch.
49
+
**True/false split** divides the previous step's user group into 2 branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch. To enforce mutual exclusivity, Journeys evaluates true/false conditions when a user reaches the relevant step.
50
50
51
51
You can add Step Names to describe the users in the True and False branch.
52
52
53
53

54
54
55
-
**Multi-branch split** divides the group of users from the previous step into two or more branches based on conditions you define for each branch.
55
+
**Multi-branch split** divides the group of users from the previous step into 2 or more branches based on conditions you define for each branch.
56
56
57
57
Define the number of branches you want to create. Then, add a **Wait for condition** step to define each branch's condition.
58
58
59
59
> info ""
60
-
> Journeys does not enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
60
+
> Journeys doesn't enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
61
61
62
62
**Send to Destinations** delivers information about the journey to the selected Destination. For more information, see [Send data to Destinations](/docs/personas/journeys/send-data)
63
63
64
64
## Cloning a Journey
65
65
66
-
In Journey List view, click the **…** icon at the end of a row. Next, select **Clone Journey**. Segment then creates a draft of your Journey.
66
+
To clone a Journey:
67
+
1. In Journey List view, click the **…** icon at the end of a row.
68
+
2. Select **Clone Journey**.
69
+
70
+
Segment then creates a draft of your Journey.
67
71
68
72
You can also clone a Journey from a Journey’s Overview by clicking the **…** icon.
69
73
@@ -80,23 +84,23 @@ When you’ve finished creating your Journey, click **Save as Draft** in the bot
80
84
81
85
#### When Journeys are in a draft state
82
86
- Journeys estimates user counts only for the entry step.
83
-
- Journeys does not send data to connected Destinations.
87
+
- Journeys doesn't send data to connected Destinations.
84
88
85
89
### About Published Journeys
86
90
87
91
Keep the following considerations in mind when working with a published Journey:
88
92
89
-
- It may take up to three hours for Journeys to compute user counts after publication.
93
+
- It may take up to 3 hours for Journeys to compute user counts after publication.
90
94
- You can edit a Journey's name, description, and Destination steps.
91
-
- You cannot add, edit, or delete other steps in the Journey.
95
+
- You can't add, edit, or delete other steps in the Journey.
92
96
- Once Journeys computes and displays user counts, you’ll see the list of users at each step of the Journey.
93
97
- Click a user profile to see the Journey list to which they belong.
94
98
- Journeys sends and updates data to Destinations in real-time.
95
99
96
100
## Edit name, description, and Destinations
97
101
98
102
### Edit name and description
99
-
To edit your Journey name and description, navigate to the Settings tab of the Journey Overview.
103
+
To edit your Journey name and description, navigate to the **Settings** tab of the Journey Overview.
100
104
101
105
### Edit destinations
102
106
To edit Destinations, click **Edit Destinations** from the Journey Overview. You can add, edit, or delete connected Destinations within existing Send to Destinations steps.
0 commit comments