Skip to content

Commit e9f3982

Browse files
committed
Step-Level Analytics Addition
1 parent 06de547 commit e9f3982

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

src/engage/journeys/journeys-analytics.md

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

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.
88

9-
## About Journey Level Analytics
10-
11-
> info ""
12-
> This feature is available in beta.
9+
## Journey-Level Analytics
1310

1411
Journeys Level Analytics is a collection of statistics that can help you assess how a Journey is performing.
1512

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

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

28-
## Available Journeys Analytics statistics
28+
## Journey-Level Analytics statistics
2929

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

3232
| Statistic | Description |
3333
| ----------- | ----------------------------------------------------------------------------- |
3434
| Entries | The total number of users who entered your Journey |
3535
| 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 |
3637
| Exits | The total number of users who have exited the Journey |
3738

3839
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:
4849
| Last 90 days | The past 90 days, not including today |
4950
| Last 180 days | The past 180 days, not including today |
5051
| 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

Comments
 (0)