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
+44-46Lines changed: 44 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,104 +3,102 @@ title: Build a Journey
3
3
---
4
4
{% include content/plan-grid.md name="journeys" %}
5
5
6
-
Follow along for the steps required to create a new Journey.
6
+
Use this guide to create a new Journey.
7
7
8
8
## Before you begin
9
9
10
-
Ensure you have one or more sources connected to your Personas space, with events streaming in.
10
+
Verify that you've connected at least one source to your Personas space, with events streaming in.
11
11
12
12
For more information, see [Setting up your Sources](/docs/personas/quickstart/#step-3-connect-production-sources).
13
13
14
-
## Add the entry condition
14
+
## Adding the entry condition
15
15
16
16
1. From your Personas space, click the **Journeys** tab.
17
17
2. Click **+ New Journey** to access the Journey builder.
18
-
3. Click **+ Add Entry Condition**. The entry condition is the first step in the journey and is where you define the entry criteria. On this step, you can both enable historical data and preview users before you publish.
19
-
1. Add a name that describes the step, for example `New users`.
20
-
2. Add conditions for inclusion, or import conditions from an existing audience to define the group of users who will enter the journey.
21
-
3. Check **Use historical data** to allow users who have matched the entry criteria to enter the journey. Otherwise, users who meet the entry conditions moving forward will enter the journey.
22
-
4. Click **Preview** to see the list of users and ensure you've defined the right conditions.
18
+
3. Click **+ Add Entry Condition**. Define entry criteria with an entry condition, the first step in the Journey. Before publishing, you can also enable historical data and preview users who meet the entry criteria.
19
+
1. Add a name to describe the step, for example `New users`.
20
+
2. Add inclusion conditions, or import conditions from an existing audience to define users who will enter the Journey.
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
+
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.You should see the entry condition on the Journey Builder canvas. It may take up to 2 minutes to see the estimated number of users in the journey.
25
-
5. Click **+** to add the next step, and view the available step types.
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.
25
+
5. Click **+** to add the next step and view available step types.
26
26
27
27
> info ""
28
-
> Users can enter each Journey a maximum of one time.
28
+
> Users can only enter a Journey once.
29
29
30
-
### Use historical data for the entry step
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 set the list of users who enter the Journey when it's published. When unselected, 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 do not select **Use historical data**, only users who satisfy the entry condition *after* you publish will enter the Journey.
33
33
34
-
Regardless of if you select **Use historical data** in the entry condition, only future events and existing trait memberships trigger subsequent journey steps.
34
+
> info ""
35
+
> Your **Use historical data** selection won't impact subsequent Journey steps. Only future events and existing trait memberships trigger post-entry Journey steps.
35
36
36
37
## Available step types
37
38
38
-
Journeys provide 5 step types which you can add after the entry condition.
39
+
Journeys provides 5 step types, which you can add after the entry condition.
39
40
40
41

41
42
42
-
**Wait for condition** defines the conditions which a user must fulfill to move from the previous step, to the next step. You can define conditions from scratch, or import conditions from an existing audience.
43
+
**Wait for condition** defines the conditions that a user must satisfy to move from one step to the next. You can define new conditions or import conditions from an existing audience.
43
44
44
45

45
46
46
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.
47
48
48
-
**True/false split**splits the group of users from the previous stepinto two branches, based on boolean logic against a defined condition. If a user satisfies the condition(s), they move to the true branch. Otherwise, they move to the false branch.
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. To enforce mutual exclusivity, Journeys evaluates true/false conditions when a user reaches the relevant step.
49
50
50
-
You can add Step Names to describe the users in the true and false branch.
51
+
You can add Step Names to describe the users in the True and False branch.
51
52
52
53

53
54
54
-
**Multi-branch split**splits the group of users from the previous step into 2 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 two or more branches based on conditions you define for each branch.
55
56
56
-
Define the number of branches you want to create. Then, add a “Wait for condition” step to define the conditions for each branch.
57
+
Define the number of branches you want to create. Then, add a **Wait for condition** step to define each branch's condition.
57
58
58
59
> info ""
59
-
> Journeys does not enforce branch conditions to be mutually exclusive. For more information about ensuring branch exclusivity, see [Best Practices](#).
60
+
> Journeys does not enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
61
+
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)
60
63
61
-
**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)
64
+
## Cloning a Journey
62
65
63
-
## Clone a Journey
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.
64
67
65
-
Click the **…** icon at the end of a row in the Journey List View to, and select Clone Journey to clone an existing journey. This creates a copy of the journey in draft status. Similarly, you can also clone a Journey from a Journey’s overview by clicking on the **…** icon on the top right corner.
68
+
You can also clone a Journey from a Journey’s Overview by clicking the **…** icon.
66
69
67
-
## Publish a Journey
70
+
## Publishing a Journey
68
71
69
-
When you publish a journey, it becomes active. To publish a journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
72
+
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
70
73
71
74
> info ""
72
-
> Once published, you cannot edit select portions of a Journey. For more information, see the difference between Draft and Published journeys below.
75
+
> After publication, Segment limits which Journeys features you can edit. For more information, see the difference between Draft and Published Journeys below.
73
76
74
-
### Draft Journeys
77
+
### Drafting a Journey
75
78
76
-
When you’re finished creating your journey, click Save as Draft in the bottom-right corner.
79
+
When you’ve finished creating your Journey, click **Save as Draft** in the bottom-right corner.
77
80
78
81
#### When Journeys are in a draft state
79
-
- Journeys provide an estimate of user counts at the entry step, and do not compute user counts for the other steps of the journey.
80
-
- Data is not sent to connected destinations.
81
-
82
-
### Published Journeys
82
+
- Journeys estimates user counts only for the entry step.
83
+
- Journeys does not send data to connected Destinations.
83
84
84
-
When you publish a journey, it becomes active. To publish a journey, click Publish Journey from the Journey Overview. You can also click Publish Journey in the bottom-right corner of the Journey Builder.
85
-
86
-
> info ""
87
-
> After you publish a Journey, it may take up to three hours for user preview to display.
85
+
### About Published Journeys
88
86
89
-
#### When you publish a Journey
87
+
Keep the following considerations in mind when working with a published Journey:
90
88
91
-
-You can edit the Journey name, description, and destination steps.
92
-
- You cannot add, edit, or delete other steps in the journey.
93
-
-Journeys computes user counts. It may take a up to 3 hours for user counts to be available.
94
-
- Once Journeys computes user counts and makes them available, you’ll see the list of users at each step of the journey.
95
-
-You can click a user profile to see the list of Journey they belong to.
96
-
- Journeys sends data to destinations, and updates in real-time.
89
+
-It may take up to three hours for Journeys to compute user counts after publication.
90
+
- You can edit a Journey's name, description, and Destination steps.
91
+
-You cannot add, edit, or delete other steps in the Journey.
92
+
- Once Journeys computes and displays user counts, you’ll see the list of users at each step of the Journey.
93
+
-Click a user profile to see the Journey list to which they belong.
94
+
- Journeys sends and updates data to Destinations in real-time.
97
95
98
-
## Edit name, description, and destinations
96
+
## Edit name, description, and Destinations
99
97
100
98
### Edit name and description
101
99
To edit your Journey name and description, navigate to the Settings tab of the Journey Overview.
102
100
103
101
### Edit destinations
104
-
To edit destinations, click Edit Destinations from the Journey Overview. You can add, edit, or delete connected destinations within existing Send to destinations steps.
102
+
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