Skip to content

Commit bc79211

Browse files
authored
Merge pull request #4497 from segmentio/revert-4475-journeys-analytics-update
Revert "Journeys Analytics GA [DOC-661]"
2 parents fae4a58 + a9949f0 commit bc79211

File tree

4 files changed

+21
-62
lines changed

4 files changed

+21
-62
lines changed

src/engage/journeys/build-journey.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,7 @@ No new users enter archived Journeys, and progress stops for any users already i
114114
> success "Compute credits"
115115
> Steps in archived Journeys don't count towards your compute credits.
116116
117-
## Journey exits and re-entry
118-
119-
### Journey exits
120-
121-
You can apply exit settings to both single entry and re-entry Journeys. Users who exit a Journey leave all Journey steps and Destinations.
122-
123-
Configure exit settings during initial Journey setup by enabling exit settings and entering the number of days that should pass before users exit the Journey. Journeys exits users once this time passes.
124-
125-
If you don't apply exit settings to a Journey, users will remain in the Journey indefinitely.
126-
127-
### Journey re-entry
117+
## Journey re-entry
128118

129119
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:
130120

@@ -134,12 +124,14 @@ The Journeys re-entry setting allows users to repeat Journeys they've already ex
134124

135125
### Exit and re-entry times
136126

137-
To let users re-enter a Journey they've exited, you'll need to enable two Journeys settings:
127+
Users who exit a Journey leave all Journey steps and Destinations. To let users re-enter a Journey they've exited, you'll need to enable two Journeys settings:
138128

139129
- Journeys exit time
140130
- Journeys re-entry time
141131

142-
Journeys exits users based off of the exit time you configure. Users can re-enter the Journey once they meet the Journey's entry condition again and your defined re-entry time has passed. You can configure re-entry time by hour, day, or week. Re-entry time begins once a user exits the Journey.
132+
Users must first exit a Journey before re-entering. You can configure exit settings during initial Journey setup by enabling exit settings and entering the number of days that should pass before users exit the Journey. Journeys exits users once this time passes, allowing users to re-enter once they meet the Journey's entry conditions again.
133+
134+
You can then configure re-entry time by hour, day, or week. An exited user won't re-enter the same Journey until the re-entry time has passed. Re-entry time begins once a user exits the Journey.
143135

144136
Suppose, for example, you enable re-entry for an abandoned cart campaign. You set exit to seven days and re-entry to 30 days. A user who abandons their cart will progress through the Journey and exit no later than seven days after entering. Once 30 days after exit have passed, the user can re-enter the Journey.
145137

34.3 KB
Loading
Lines changed: 12 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: Journeys Analytics
2+
title: Journey Level Analytics
33
redirect_from:
44
- '/personas/journeys/journeys-analytics'
55
---
66

7-
Segment maintains analytics for each Journey and its individual steps. As a result, you can view both granular and high-level performance metrics that give you insight into your Journeys.
7+
With Journey Level Analytics, you can gain insight into the overall performance of an individual Journey.
88

9-
## Journey-Level Analytics
9+
## About Journey Level Analytics
10+
11+
> info ""
12+
> This feature is available in beta.
1013
1114
Journeys Level Analytics is a collection of statistics that can help you assess how a Journey is performing.
1215

@@ -20,28 +23,23 @@ Follow these steps to view the Analytics for a specific Journey:
2023
2. Select a Journey from the Journeys list.
2124
3. The Analytics tiles display as part of the Journey's overview.
2225

23-
> info ""
24-
> Journeys in draft status don’t display Analytics.
26+
![An in-app screenshot of Journeys Level Analytics](images/journeys_analytics_tiles.png "Journeys Level Analytics tiles")
2527

26-
## Journey-Level Analytics statistics
28+
## Available Journeys Analytics statistics
2729

28-
The following table shows the statistics available for a Journey:
30+
The following table shows the three statistics available for a Journey:
2931

3032
| Statistic | Description |
3133
| ----------- | ----------------------------------------------------------------------------- |
32-
| Entered | The total number of users who entered your Journey |
34+
| Entries | The total number of users who entered your Journey |
3335
| In progress | The total number of users who have entered the Journey without yet exiting it |
34-
| Completed | The total number of users who entered the Journey and reached any final step |
3536
| Exits | The total number of users who have exited the Journey |
3637

37-
> info ""
38-
> Completed and exits are mutually exclusive.
39-
40-
Use the date picker to view a Journey's analytics over a specific time frame in any 180 day period.
38+
Using the date picker, you can view a Journey's analytics over a specific period of time.
4139

4240
The following table shows descriptions of the time frames you can select:
4341

44-
| Time frame | Description (based on UTC) |
42+
| Time frame | Description (based on UTC) |
4543
| ----------------- | ---------------------------------------------------------- |
4644
| Today | Today, beginning at midnight |
4745
| Yesterday | The day before today |
@@ -50,28 +48,3 @@ The following table shows descriptions of the time frames you can select:
5048
| Last 90 days | The past 90 days, not including today |
5149
| Last 180 days | The past 180 days, not including today |
5250
| Custom date range | The period between two dates, including the selected dates |
53-
54-
## Step-Level Analytics
55-
56-
Displayed with each step of your Journey, Step-Level Analytics shows you how many users made it to the step you’re viewing. You can use this data to gain context for how users flow through your Journey.
57-
58-
### Changing the calculation percentage
59-
60-
With Step-Level Analytics, you can configure two settings that give you granular insight into each step’s performance:
61-
62-
- **Previous step** or **entry step**, which calculates the displayed percentage based on either the number of users in the entry step or the number of users in the previous step
63-
- **Total** or **unique users**, which lets you change the displayed percentage to account for re-entry
64-
65-
#### Previous step or entry step
66-
67-
By default, Engage calculates an individual step’s analytics as a percentage of the number of users in the previous step. However, you can also view step analytics as a percentage of the initial number of users in the Journey’s entry step.
68-
69-
For example, suppose your Journey’s entry step contained 100 users, and 50 proceeded to the next step. For both calculation options, Engage would display **50% and 50** for the next step. If 25 users from the second step reached step three, however, Engage would display **50% and 25** for previous-step based calculations but **25% and 25** for entry-step based calculations.
70-
71-
To change this base percentage, select **Calculate % based on**, then select **Entry step** or **Previous step**.
72-
73-
#### Total or unique users
74-
75-
If you’ve enabled re-entry for your Journey, you can also configure Step-Level Analytics to calculate the step’s percentage based on unique or total users. Selecting **Unique** generates a percentage based on unique users, while **Total** includes users who have re-entered the Journey.
76-
77-
For more information on re-entry settings in Journeys, view [Journey re-entry](/docs/engage/journeys/build-journey/#journey-re-entry).

src/engage/journeys/key-terms.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Keep the following terms in mind as you begin to explore Journeys.
4242

4343
## Steps with Audiences
4444

45-
| Step | Audience definition |
46-
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- |
47-
| Entry condition | All users who fulfill the entry condition criteria. "Use Historical Data" evaluates events before Journey publication. |
45+
| Step | Audience definition |
46+
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------ |
47+
| Entry condition | All users who fulfill the entry condition criteria. "Use Historical Data" evaluates events before Journey publication. |
4848
| Condition | All users who fulfill condition criteria, at one point fulfilled preceding step criteria, and have met any step wait conditions. |
49-
| Destination Sync | All users who, at one point, fulfilled parent step criteria and have met any following wait conditions. |
49+
| Destination Sync | All users who, at one point, fulfilled parent step criteria and have met any following wait conditions. |
5050

5151
## Steps without Audiences
5252

@@ -55,9 +55,3 @@ Keep the following terms in mind as you begin to explore Journeys.
5555
| Delay | No audience. Segment appends the wait duration as a condition to the following step's audience. |
5656
| T/F split | The split's resulting conditions contain two mutually exclusive audiences. The split node itself has no audience. |
5757
| Multi-branch splits | The split's resulting conditions contain audiences. The split node itself has no audience. |
58-
59-
## Analytics
60-
61-
| Metric | Definition |
62-
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
63-
| Entry | When a user enters a Journey for the first time or re-enters a Journey after exiting; excludes users who re-enter a Journey without exiting. |

0 commit comments

Comments
 (0)