Skip to content

Commit a8731af

Browse files
committed
edits
1 parent d66dde8 commit a8731af

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/personas/journeys.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Keep the following terms in mind as you begin to explore Journeys.
3333
| Multi-branch split | A step in which you define any number of conditions. Each condition represents a separate branch leading away from the step. Users travel down the branch of the condition they meet. <br /> <br /> Journeys does not enforce mutual exclusivity in branch conditions . For more information, see [Best Practices](#). |
3434
| Send to destinations | A step in which you can send track or identify calls to Event destinations, or a list of users to a List destination. |
3535
| Step name | The name of the step that is surfaced in the Journey builder and overview. |
36-
| Key | name of the Send to Destination step used to identify the step users are on when information is sent to the destination. For Track events, the property name uses this key. For Identify events, the trait name uses this key. <br /><br />For more information, see [Send data to Destinations](#). |
36+
| Key | Name of the Send to Destination step used to identify the step users are on when information is sent to the destination. For Track events, the property name uses this key. For Identify events, the trait name uses this key. <br /><br />For more information, see [Send data to Destinations](#). |
3737

3838
### Statuses
3939

4040
| Term | Definition |
4141
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
42-
| Draft journey | A Journey which is not yet computing nor sending data to destinations. <br /><br />For more information, see [Draft Journeys](#). |
43-
| Published (live) journey | A Journey that is computing and sending data to destinations. For more information, see [Published Journeys](#). |
42+
| Draft Journey | A Journey which is not yet computing nor sending data to destinations. <br /><br />For more information, see [Draft Journeys](#draft-journeys). |
43+
| Published (live) Journey | A Journey that is computing and sending data to destinations. <br /><br />For more information, see [Published Journeys](#published-journeys). |
4444

45-
## Build a journey
45+
## Build a Journey
4646

4747
Follow along for the steps required to create a new Journey.
4848

@@ -175,9 +175,9 @@ For more information, see [Using Personas Data](/docs/personas/using-personas-da
175175

176176
## Publish a journey
177177

178-
Published journeys are active journeys. Once published, journeys have a limited ability to be edited.
178+
Published Journey are active Journey. Once published, Journey have a limited ability to be edited.
179179

180-
### Draft journeys
180+
### Draft Journey
181181

182182
When you're finished creating your journey, click **Save as Draft** in the bottom-right corner.
183183

@@ -186,7 +186,7 @@ When you're finished creating your journey, click **Save as Draft** in the botto
186186
- Journeys provide an *estimate* of user counts at the entry step, and do not compute user counts for the other steps of the journey.
187187
- Data is **not** sent to connected destinations.
188188

189-
### Published journeys
189+
### Published Journey
190190

191191
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.
192192

@@ -196,7 +196,7 @@ When you publish a journey, it becomes active. To publish a journey, click **Pub
196196
- You cannot add, edit, or delete other steps in the journey.
197197
- User counts are computed. It may take a few hours for user counts to be available.
198198
- Once user counts are computed and available, you'll see the list of users at each step of the journey.
199-
- You can click a user profile to see the list of journeys they belong to.
199+
- You can click a user profile to see the list of Journey they belong to.
200200
- Data is sent to destinations, and updates in real-time.
201201

202202
### Edit name, description, and destinations.
@@ -239,8 +239,7 @@ When you do this, the key used for syncing to destinations will be different fro
239239
## Frequently asked questions
240240

241241
### How often do Journeys run?
242-
Journeys is built on Personas’ real-time compute engine. Because of this, Journeys run in real-time, and users will progress through Journeys as Segment receives new events.
243-
242+
Journeys run in real-time, similar to real-time Audiences in Personas. This means that users will progress through Journeys as Segment receives new events.
244243
### What destinations are supported by Journeys?
245244
Journeys supports all Personas destinations, including Destination Functions. Read more in Send data to destinations.
246245

@@ -254,7 +253,7 @@ The type of data you send to a destination depends on whether the destination is
254253

255254
## Example use cases
256255

257-
To help you get underway, you can reference these sample journeys.
256+
To help you get underway, you can reference these sample Journey.
258257

259258
### E-commerce use cases
260259

0 commit comments

Comments
 (0)