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/engage/journeys/journeys-analytics.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,12 @@
1
1
---
2
-
title: Journey Level Analytics
2
+
title: Journeys Analytics
3
3
redirect_from:
4
4
- '/personas/journeys/journeys-analytics'
5
5
---
6
6
7
-
With Journey Level Analytics, you can gain insight into the overall performance of an individual Journey.
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.
8
8
9
-
## About Journey Level Analytics
10
-
11
-
> info ""
12
-
> This feature is available in beta.
9
+
## Journey-Level Analytics
13
10
14
11
Journeys Level Analytics is a collection of statistics that can help you assess how a Journey is performing.
15
12
@@ -23,16 +20,20 @@ Follow these steps to view the Analytics for a specific Journey:
23
20
2. Select a Journey from the Journeys list.
24
21
3. The Analytics tiles display as part of the Journey's overview.
25
22
23
+
> info ""
24
+
> Journeys in draft status don’t display Analytics.
25
+
26
26

27
27
28
-
## Available Journeys Analytics statistics
28
+
## Journey-Level Analytics statistics
29
29
30
-
The following table shows the three statistics available for a Journey:
30
+
The following table shows the statistics available for a Journey:
| Entries | The total number of users who entered your Journey |
35
35
| In progress | The total number of users who have entered the Journey without yet exiting it |
36
+
| Completed | The total number of users who entered the Journey and reached any final step |
36
37
| Exits | The total number of users who have exited the Journey |
37
38
38
39
Using the date picker, you can view a Journey's analytics over a specific period of time.
@@ -48,3 +49,28 @@ The following table shows descriptions of the time frames you can select:
48
49
| Last 90 days | The past 90 days, not including today |
49
50
| Last 180 days | The past 180 days, not including today |
50
51
| Custom date range | The period between two dates, including the selected dates |
52
+
53
+
## Step-Level Analytics
54
+
55
+
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.
56
+
57
+
### Changing the calculation percentage
58
+
59
+
With Step-Level Analytics, you can configure two settings that give you granular insight into each step’s performance:
60
+
61
+
-**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
62
+
-**Total** or **unique users**, which lets you change the displayed percentage to account for re-entry
63
+
64
+
#### Previous step or entry step
65
+
66
+
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.
67
+
68
+
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.
69
+
70
+
To change this base percentage, select **Calculate % based on**, then select **Entry step** or **Previous step**.
71
+
72
+
#### Total or unique users
73
+
74
+
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.
75
+
76
+
For more information on re-entry settings in Journeys, view [Journey re-entry](/docs/engage/journeys/build-journey/#journey-re-entry).
0 commit comments