Skip to content

Commit 2123638

Browse files
authored
Merge pull request #7698 from segmentio/journeys-v2-observability
Add section on observability in V2 Journeys [DOC-1080]
2 parents d0d199b + df3ba92 commit 2123638

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

src/engage/journeys/event-triggered-journeys.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,44 @@ Segment built Event-Triggered Journeys to respond instantly to events, offering
120120
- **Editing and versioning**: After you publish an event-triggered journey, you won't be able to edit it. To modify a journey, create a new journey.
121121
- **Real-time delivery**: Event-Triggered Journeys aim for an expected delivery time of under 5 minutes from the moment an event is performed to when the payload reaches the destination, assuming there is no delay step in the journey. However, external factors outside of Segment's control may occasionally introduce latency.
122122

123-
## Use Cases
123+
## Observability
124+
125+
Segment provides built-in tools to help you understand how users move through your journeys. These features let you debug issues, verify behavior, and review step-by-step activity for individual users.
126+
127+
### Profile explorer: Journeys tab
128+
129+
From Profile explorer, you can view the journeys a user entered. For Event-Triggered Journeys (V2), you’ll see the total number of times the user has entered each journey; V1 journeys display only the current step.
130+
131+
To access Profile explorer:
132+
133+
1. From your Segment workspace, go to **Unify > Profile explorer** and open a user profile.
134+
2. Click the **Journeys** tab.
135+
136+
### Journey instance timeline
137+
138+
When you need to understand how a specific user moved through a journey, the Journey Instance Timeline shows a detailed, step-by-step view of the user’s path.
139+
140+
This view is useful for troubleshooting, testing, or verifying behavior after launch. You’ll see the exact sequence of events and timing for a single journey instance. Follow these steps to access the instance timeline:
141+
142+
- **Option 1**:
143+
1. Open a user profile from the Profile explorer.
144+
2. Click the **Journeys** tab, then click the name of the journey.
145+
- **Option 2**:
146+
1. From your Segment workspace, go to **Engage > Journeys**, then open the **Overview** tab.
147+
2. Use the **Search for a profile** field to look up the user by email or ID.
148+
3. Select a journey instance to view its full timeline.
149+
150+
### Profile activity
151+
152+
Use the **Profile activity** tab on the journey overview page to see a high-level log of entries, exits, and transitions across all users. This is helpful for filtering activity by time, user, or step, especially when you want to confirm how different users have moved through a journey.
153+
154+
Follow these steps to access Profile activity:
155+
156+
1. Go to **Engage > Journeys**.
157+
2. Select a journey and click the **Profile activity** tab.
158+
3. Use the filters to narrow down the results by user, time range, event type, or step name.
159+
160+
## Use cases
124161

125162
Event-Triggered Journeys can power a variety of real-time, personalized experiences. This section details some common scenarios to help you see how they might work in practice.
126163

0 commit comments

Comments
 (0)