Skip to content

Commit 43c16e2

Browse files
author
markzegarelli
authored
Merge pull request #1546 from segmentio/journeys-updates
journeys updates
2 parents 7608c77 + 6c645b3 commit 43c16e2

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
47.8 KB
Loading
52.1 KB
Loading

src/personas/journeys.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For more information, see [Using Personas Data](/docs/personas/using-personas-da
175175

176176
## Publish a journey
177177

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

180180
### Draft Journey
181181

@@ -305,6 +305,36 @@ This journey creates an acquisition campaign designed to convert trial accounts
305305
2. For the True branch, send the list of users to Email and Support destinations.
306306
3. For the False branch, send the list of users to an Email destination, Support, and Advertising destinations.
307307

308+
#### Onboarding flow
309+
310+
This journey creates an onboarding flow designed to maintain new user engagement through the onboarding experience.
311+
312+
![onboarding flow](images/journey_onboarding.png)
313+
314+
1. Create the entry condition with the step name `Account created`. Set the condition to all users who performed **Account Created** at least 1 time.
315+
2. Add a wait duration of **1 hour**.
316+
3. Add a True/false split.
317+
1. Split the audience based on those who have performed **Tutorial Completed**.
318+
2. For the True branch, send the list of users to Email, Support, and In-App destinations.
319+
3. For the False branch, send the list of users to Email, Support, In-App, and Advertising destinations.
320+
321+
### Media use cases
322+
323+
#### Paid subscription acquisition
324+
325+
This journey creates an acquisition campaign designed to convert trial subscriptions to paid subscriptions with a unified owned and paid media strategy.
326+
327+
![acquisition](images/journey_acquisition.png)
328+
329+
1. Create the entry condition with the step name `Free trial`. Set the condition to all users who performed **Subscription Started** at least 1 time, and where **Subscription Plan Type** is **Free**.
330+
2. Add a wait duration of **1 hour**.
331+
3. Send the list of users to an Email destination.
332+
4. Add a wait duration of **7 days**.
333+
5. Add a True/false split.
334+
1. Split the audience based on those who have performed **Subscription Started** where **Subscription Plan Type** is **paid**.
335+
2. For the True branch, send to an email destination.
336+
3. For the False branch, send to both email and advertising destinations.
337+
308338
## Product limits
309339

310340
Journeys is available to Personas Advanced customers. To learn more about Personas, contact [sales for a demo](https://segment.com/contact/demo).

0 commit comments

Comments
 (0)