Skip to content

Flow Performance

Each flow has its own performance dashboard showing trip progress and email engagement. This page explains how to read and use flow-level analytics.


Accessing Flow Analytics

  1. Go to Flows in the dashboard sidebar.
  2. Click on any flow to open its detail page.
  3. The Analytics tab shows the flow's performance metrics.

Trip Metrics

Trips represent individual contact journeys through a flow. When a contact enters a flow, a trip is created and tracked through each step.

MetricDescription
Total TripsAll trips ever created for this flow
Active TripsContacts currently progressing through the flow (including those in wait steps)
Completed TripsContacts who successfully finished all steps
Dropped TripsTrips that expired (e.g., wait step exceeded the maximum threshold)
Exited TripsContacts who left early due to a condition step routing them to "skip to end"

Completion Rate

Completion Rate = Completed Trips / Total Trips

This is the most important flow-level metric. It tells you what percentage of contacts who enter the flow actually make it through all the steps.

RangeAssessment
80%+Healthy -- most contacts complete the journey
50-80%Review condition steps and wait durations
Below 50%Investigate -- many contacts are being dropped or exited

Step-by-Step Funnel

The funnel view breaks down performance at each step in the flow. For each step, you can see:

ColumnDescription
StepThe step type and description
EnteredNumber of trips that reached this step
CompletedNumber of trips that successfully finished this step
Drop-offPercentage of trips that didn't make it past this step

Reading the Funnel

The funnel naturally narrows from top to bottom. The key is to look for unexpected large drops:

  • Large drop at a Send Email step: Many emails may be suppressed (check for missing required data) or contacts may have unsubscribed.
  • Large drop at a Wait step: The wait duration may be too long, causing trips to be dropped as stale.
  • Large drop at a Condition step: This is often expected -- the condition is working as designed by routing some contacts to "skip to end".
Tip

Click on any step in the funnel to drill down into the individual trips and email logs for that step.


Per-Step Email Stats

For each Send Email step, the analytics dashboard shows:

MetricDescription
SentEmails sent for this step
DeliveredEmails confirmed delivered
Open RatePercentage who opened
CTRPercentage who clicked a link
Bounce RatePercentage that bounced
SuppressedEmails not sent due to missing required data

This lets you compare engagement across different emails in the same flow. For example, in a welcome series, you might see that the first email has a 35% open rate but the third email drops to 15%, suggesting that later emails are less engaging or less relevant.


Comparing Flows

The main Flows list page shows summary metrics for each flow:

ColumnDescription
NameFlow name and status badge
Total TripsLifetime trip count
Completion RatePercentage of completed trips
Emails SentTotal emails sent by this flow
Last TriggeredWhen the most recent trip was created

Sort by any column to find your highest-performing or most-problematic flows.


Time-Based Analysis

Use the date range picker at the top of the analytics view to filter metrics by time period:

  • Last 7 days: Good for spotting recent changes
  • Last 30 days: Standard view for overall performance
  • Custom range: Useful for comparing before/after a change
Note

Analytics are refreshed every 15 minutes. Very recent data (last few minutes) may not yet appear in the dashboard.


What to Do With This Data

ObservationRecommended Action
Low completion rateCheck wait step durations and condition logic
High suppression rateWork with your dev team to ensure events include all required data
Declining open ratesTest different subject lines, review sending frequency
High bounce rateClean your contact list, check for invalid emails
No new tripsVerify the trigger event name and that events are being sent

The metrics on this page measure flow completion — whether trips reach the last step. To measure whether a flow drives a business outcome (a contact performing a target event), see Conversion Goals. Completion rate and goal conversion rate are distinct metrics and should not be conflated.