Skip to content

Commit 9e390e2

Browse files
authored
Merge pull request #1799 from segmentio/pwseg-patch-1
DOC-282 added True/False exclusivity [netlify-ignore]
2 parents 727c03d + 1a91046 commit 9e390e2

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

src/personas/journeys/build-journey.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ For more information, see [Setting up your Sources](/docs/personas/quickstart/#s
2121
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.
2222
4. Click **Preview** to see the list of user who meet your criteria. Verify that you've defined the right conditions.
2323
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.
2525
5. Click **+** to add the next step and view available step types.
2626

2727
> info ""
2828
> Users can only enter a Journey once.
2929
3030
### Using historical data for the entry step
3131

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.
3333

3434
> info ""
3535
> 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.
4646

4747
**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.
4848

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.
5050

5151
You can add Step Names to describe the users in the True and False branch.
5252

5353
![true/false split](images/journey_t-f-split.png)
5454

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.
5656

5757
Define the number of branches you want to create. Then, add a **Wait for condition** step to define each branch's condition.
5858

5959
> 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](#).
6161
6262
**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)
6363

6464
## Cloning a Journey
6565

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.
6771

6872
You can also clone a Journey from a Journey’s Overview by clicking the **** icon.
6973

@@ -80,23 +84,23 @@ When you’ve finished creating your Journey, click **Save as Draft** in the bot
8084

8185
#### When Journeys are in a draft state
8286
- 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.
8488

8589
### About Published Journeys
8690

8791
Keep the following considerations in mind when working with a published Journey:
8892

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.
9094
- 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.
9296
- Once Journeys computes and displays user counts, you’ll see the list of users at each step of the Journey.
9397
- Click a user profile to see the Journey list to which they belong.
9498
- Journeys sends and updates data to Destinations in real-time.
9599

96100
## Edit name, description, and Destinations
97101

98102
### 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.
100104

101105
### Edit destinations
102106
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

Comments
 (0)