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.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@ Keep the following terms in mind as you begin to explore Journeys.
33
33
| 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](#). |
34
34
| 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. |
35
35
| 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](#). |
| 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). |
44
44
45
-
## Build a journey
45
+
## Build a Journey
46
46
47
47
Follow along for the steps required to create a new Journey.
48
48
@@ -175,9 +175,9 @@ For more information, see [Using Personas Data](/docs/personas/using-personas-da
175
175
176
176
## Publish a journey
177
177
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.
179
179
180
-
### Draft journeys
180
+
### Draft Journey
181
181
182
182
When you're finished creating your journey, click **Save as Draft** in the bottom-right corner.
183
183
@@ -186,7 +186,7 @@ When you're finished creating your journey, click **Save as Draft** in the botto
186
186
- Journeys provide an *estimate* of user counts at the entry step, and do not compute user counts for the other steps of the journey.
187
187
- Data is **not** sent to connected destinations.
188
188
189
-
### Published journeys
189
+
### Published Journey
190
190
191
191
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.
192
192
@@ -196,7 +196,7 @@ When you publish a journey, it becomes active. To publish a journey, click **Pub
196
196
- You cannot add, edit, or delete other steps in the journey.
197
197
- User counts are computed. It may take a few hours for user counts to be available.
198
198
- 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.
200
200
- Data is sent to destinations, and updates in real-time.
201
201
202
202
### Edit name, description, and destinations.
@@ -239,8 +239,7 @@ When you do this, the key used for syncing to destinations will be different fro
239
239
## Frequently asked questions
240
240
241
241
### 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.
244
243
### What destinations are supported by Journeys?
245
244
Journeys supports all Personas destinations, including Destination Functions. Read more in Send data to destinations.
246
245
@@ -254,7 +253,7 @@ The type of data you send to a destination depends on whether the destination is
254
253
255
254
## Example use cases
256
255
257
-
To help you get underway, you can reference these sample journeys.
256
+
To help you get underway, you can reference these sample Journey.
0 commit comments