> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-user-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Analyze a Flow

# Overview

MoEngage Flows provides an intuitive way to analyze user interactions and understand the performance of the flow built. We represent the performance using Trips and a Trip basically represents a unique user journey, beginning with their entry into a flow after fulfilling certain conditions and including their interactions with campaigns and possible conversions along the way.

The analytics of user trip data is crucial for effective user engagement and flow performance optimization. The explained metrics, including Active Trips, Engaged Trips, Converted Trips, Drop-offs, and Revenue among others, offer granular insights into user behaviour and interactions. You can also visualize and filter trip data using the Canvas and Detailed Stats views. Additionally, it sheds light on the performance analysis of individual channels and campaigns, helping you to fine-tune your customer engagement strategies.

<img src="https://mintcdn.com/moengage-user-guide/hUHrtlmw9hyYma5H/images/moengage_c1186c.png?fit=max&auto=format&n=hUHrtlmw9hyYma5H&q=85&s=47c74d6b8ca0b9cccde83f75cd44330c" alt="Flows Canvas.png" width="2760" height="1526" data-path="images/moengage_c1186c.png" />

<Info>
  * This is an Early Access feature. To enable it for your account, please contact your MoEngage Customer Success Manager (CSM) or the Support team.
  * All metrics are calculated and displayed in the App Timezone. To find your current app timezone value, refer to the [Workspace Settings](/user-guide/settings/account/general-settings/workspace-settings).
  * This feature applies only to flows created after it is enabled; flows created prior to enablement will continue to show stats in GMT.
</Info>

# Why Trips?

While tracking the total user entries is an alternative, we identify that auxiliary metrics such as unique user entries and unique conversions are to be tracked and reported every time to remove the ambiguity among the metrics.

As a Trip uniquely identifies each instance a user might enter a flow over the lifetime of a user, it provides an unambiguous concept that can be extended to every metric you would want to track to analyze the performance of your flow.

## Definition of Metrics

In every flow, you can see the following top-level metrics:

| Metric                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Trip Started**      | The number of trips that have started within a time period. This is the number of times users have entered the flow.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Active trips**      | The number of trips out of the total trips that have not yet ended, that is, the number of users that are currently in the flow.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Ended Trips**       | Trips that ended already.  Trips Ended = Total Trips - Active Trips                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Engaged trips**     | The number of trips in which the user received at least one of the action campaigns during their trip. Potentially only engaged trips can lead to a conversion that will be attributed to the flow.  During a trip, if a user receives multiple campaigns before they exit the flow, they would still be counted as part of one engaged trip.  <br />A trip becomes an engaged trip with respect to a channel type when one of the following events is received from the user in the flow trip for the concerned channel. <ul><li>Push: Notification Received Android or Notification Received iOS (if iOS delivery tracking is not available, then notification sent iOS event is used to track engagement)</li><li>Email: Email Opened</li><li>SMS: SMS Delivered (if delivery is not tracked, then SMS sent)</li><li>Connector: Connector Sent</li><li>In-App Messaging: Mobile In-App Shown</li><li>On-site Messaging: On-site Message Shown</li><li>Facebook: Facebook Audience Synced</li><li>WhatsApp: WhatApp Message Delivered</li><li>Cards: Card Campaign Viewed</li></ul> |
| **Converted trips**   | The number of engaged trips that resulted in at least one conversion during the time of the trip.  <br />If the control group is configured to measure the effectiveness of the flow, then percentage uplift with respect to the control group trip's conversions.  <br />The formula for CVR is ((Converted Trips)/(Engaged Trips))\*100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Total Conversions** | The total number of conversions that are received from all the converted trips.  <br />For more information about how conversions are tracked and attributed to flows, refer to [Conversion Tracking and Attribution in Flows](/user-guide/flows-cross-channel-messaging/analyze-flows/conversion-attribution-in-flows).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **Drop-offs**         | The total number of trips ended due to the following reasons: <ul><li>If the Frequency Capping (FC) limit has been reached and the Flow's setting is to remove the user from the flow in case the message has not been sent.</li><li>If the message has not been delivered due to Do Not Disturb (DND) and the Flow's setting is to remove the user from the Flow in case the message has not been delivered.</li><li>Resuming a paused flow or user entering a Wait For/till stage when the waiting period is already over in the same.</li><li>After User Merge, if the known user is already part of the same flow.</li><li>Internal errors.   <br />**Note**: It will be shown only when non-primary goals are viewed or when revenue performance is not tracked with the primary goal.</li></ul>                                                                                                                                                                                                                                                                                 |
| **Revenue**           | The cumulative sum of the defined revenue attribute whenever an engaged user performs the goal event.  <br />**Revenue Boost**<br />The percentage boost of the engaged test flow users who brought in revenue as compared to the control group users.  <br />The formula for calculating revenue boost is:  <br />((Average revenue of a test flow trip - Average revenue of a control group Trip)/Average revenue of a control group Trip ) x 100    <br />If the flow has global control group, then the formula for calculating revenue boost is: <br />((Average revenue of a test flow trip - Average revenue of a control group Trip & Global control group trip)/Average revenue of a control group Trip & Global control group trip ) x 100                                                                                                                                                                                                                                                                                                                                  |

## Example

For a flow with action campaigns C1 and C2, User U1 enters the flow and receives both campaigns and converts with the configured conversion goal 2 times. Now, after the user exits the flow, the stats will be:

* Total Trips: 1
* Active Trips: 0
* Engaged Trips: 1 (although the user received both campaigns, it will be treated as one trip)
* Converted Trips: 1
* Total Conversions:2

Now if User U2 enters the flow but because of some reason (such as personalization failure or not having an active device token) does not receive any of the campaigns but does perform the conversion event once. Now after the user exits the flow, the stats will be:

* Total Trips: 2
* Active Trips: 0
* Engaged Trips: 1
* Converted Trips: 1
* Total Conversions:2

The engaged trip, converted trip, and total conversion do not change because the User U2 was not engaged from either of the flow action campaigns.

# Canvas View

In addition to the overall stats at the top, you can also see the performance of each stage configured in the flow. By filtering for a defined time period, you can understand the behavior or stats of users who have entered the flow within that time.

<img src="https://mintcdn.com/moengage-user-guide/hUHrtlmw9hyYma5H/images/moengage_c1186c.png?fit=max&auto=format&n=hUHrtlmw9hyYma5H&q=85&s=47c74d6b8ca0b9cccde83f75cd44330c" alt="Flows Canvas.png" width="2760" height="1526" data-path="images/moengage_c1186c.png" />

You can also view the stage level stats to know the number of users that have passed through, or are currently at, or have exited the flow from that stage.

<Info>
  Entered = Current + Drop off + Exits for any given stage.
</Info>

The following image shows that 2 users have exited the flow from the **Has done event** stage. When you hover the mouse over the stage, you will see a pop-up that shows the reason for each exit.

<img src="https://mintcdn.com/moengage-user-guide/hUHrtlmw9hyYma5H/images/moengage_c1096c.png?fit=max&auto=format&n=hUHrtlmw9hyYma5H&q=85&s=f6fef7c7f508572c300473be5588eaa5" alt="8.png" width="2766" height="1112" data-path="images/moengage_c1096c.png" />

<Info>
  Users can exit from any stage in the flow due to reasons such as:

  * Passing through an exit stage in the flow path
  * Fulfilling the conditions in the exit criteria (for more information on adding exit criteria, refer to [Global Exit Criteria](/user-guide/flows-cross-channel-messaging/create/create-flows/create-a-flow))
  * Achieving the conversion goal defined in the flow
  * Dropping off due to reasons mentioned in the [Definition of Metrics](#Definition-of-Metrics) section.
</Info>

In addition to analyzing the canvas view for all the user trips, you can analyze and compare the stats/behavior of users who have entered the flow within a defined time period. As shown in the previous image, You can filter the canvas view for the user trips that started within the selected date range.

<Info>
  In canvas view, when you filter for a time period, it shows data for all users who have entered the flow in the specified time period. The detailed stats show data of what has happened during that time period regardless of when the user entered the flow. For more information, refer [here](/user-guide/flows-cross-channel-messaging/faqs/analyzing-flows:~:text=Why%20are%20the%20stats%20shown%20in%20Canvas%20view%20and%20Detailed%20Stats%20view%20different%20when%20filtered%20for%20a%20specific%20date%3F).
</Info>

If you want to see the updated stats for the active trips, click the Refresh icon next to the date range filter to update both the overall and stage-level stats.

## Conversion Uplift

Uplift is only shown in overall stats if the control group was enabled for at least a day during the filtered period. To know more about how uplift is calculated, click [here](/user-guide/flows-cross-channel-messaging/create/experimentation/control-group-in-flows).

## Legends

The colors in the canvas represent the flow path and the decisions made to send campaigns to your customers.

The following table describes the legends on the canvas:

| Legend                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Description                                                                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Black Line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Displays the next step when the **Yes** condition is fulfilled for an event or campaign.                                                                                                             |
| Grey Line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Displays the next step when the **No** condition is fulfilled for an event or campaign.                                                                                                              |
| <img alt="StartFlow.png" src="https://mintcdn.com/moengage-user-guide/g8xpO9-GNN0zkyOa/images/moengage_82a240.png?fit=max&auto=format&n=g8xpO9-GNN0zkyOa&q=85&s=68fe6f7d6d94e8d314cc3713f5f2e07e" width="115" height="113" data-path="images/moengage_82a240.png" />                       | Displays the start or entry of the flow.                                                                                                                                                             |
| <img alt="ExitFlow.png" src="https://mintcdn.com/moengage-user-guide/NYCHSUAppO_GrSfM/images/moengage_69475e.png?fit=max&auto=format&n=NYCHSUAppO_GrSfM&q=85&s=390995f39fd0201a9b68882e1abf2dce" width="98" height="96" data-path="images/moengage_69475e.png" />                            | Displays the stop or exit points of the flow.                                                                                                                                                        |
| <img alt="HasDoneEvent.png" src="https://mintcdn.com/moengage-user-guide/H22WAnH-0jcPGgEa/images/moengage_f1513f.png?fit=max&auto=format&n=H22WAnH-0jcPGgEa&q=85&s=96dcf00ea3610d32fb8348500344f77a" width="92" height="93" data-path="images/moengage_f1513f.png" />                        | Displays the Has Done Event in the flow.                                                                                                                                                             |
| <img alt="CheckUserAttribute.png" src="https://mintcdn.com/moengage-user-guide/bJLqVfYJ9gjNIQJ6/images/moengage_396bf5.png?fit=max&auto=format&n=bJLqVfYJ9gjNIQJ6&q=85&s=93a4c52f89f69fa8469e80ef5967d29e" width="93" height="90" data-path="images/moengage_396bf5.png" />                  | Displays the Check User Attributes in the flow.                                                                                                                                                      |
| <img alt="ConditionalSplit.png" src="https://mintcdn.com/moengage-user-guide/2PfbfD5dSGY7Pno5/images/moengage_56d172.png?fit=max&auto=format&n=2PfbfD5dSGY7Pno5&q=85&s=fd8445d57ac7250b336ad015a096fa24" width="118" height="123" data-path="images/moengage_56d172.png" />                | Displays the conditional split. For more information, refer to [Conditions in flows](/user-guide/flows-cross-channel-messaging/create/conditions-and-controls-in-flows/branching-of-users-in-flows). |
| <img alt="Email.png" src="https://mintcdn.com/moengage-user-guide/yi5V3luA_EgtY7FG/images/moengage_31452b.png?fit=max&auto=format&n=yi5V3luA_EgtY7FG&q=85&s=4e887bc2b4068219f1127b442dc21862" width="96" height="100" data-path="images/moengage_31452b.png" />                             | Displays the Email campaigns of the flow.                                                                                                                                                            |
| <img alt="Push.png" src="https://mintcdn.com/moengage-user-guide/LNSaIrgVyFV18WvY/images/moengage_e6e2a8.png?fit=max&auto=format&n=LNSaIrgVyFV18WvY&q=85&s=2d51ce88eaf8d1e86e4485c002f3a0c9" width="49" height="49" data-path="images/moengage_e6e2a8.png" />                                | Displays the Push campaigns of the flow.                                                                                                                                                             |
| <img alt="SMS.png" src="https://mintcdn.com/moengage-user-guide/HHTBNZYCcHVslmtq/images/moengage_6490cc.png?fit=max&auto=format&n=HHTBNZYCcHVslmtq&q=85&s=5208ca84a0d5b0b2b6b719188936c212" width="96" height="99" data-path="images/moengage_6490cc.png" />                                 | Displays the SMS campaigns of the flow.                                                                                                                                                              |
| <img alt="Screenshot_2022-08-03_at_1.48.07_PM.png" src="https://mintcdn.com/moengage-user-guide/Nc7DGgqNAva2wV7W/images/moengage_6a7885.png?fit=max&auto=format&n=Nc7DGgqNAva2wV7W&q=85&s=82b99f96f0d3a1312365d5f37b169df3" width="76" height="72" data-path="images/moengage_6a7885.png" /> | Displays the Connector campaigns of the flow.                                                                                                                                                        |
| <img alt="Screenshot_2022-08-03_at_1.47.56_PM.png" src="https://mintcdn.com/moengage-user-guide/Of0LK4TPdtESqIEt/images/moengage_51c1f0.png?fit=max&auto=format&n=Of0LK4TPdtESqIEt&q=85&s=d8a35348e78e2a6d9850c5f8351ee975" width="76" height="72" data-path="images/moengage_51c1f0.png" /> | Displays the Facebook campaigns of the flow.                                                                                                                                                         |
| <img alt="Screenshot_2022-08-03_at_1.47.22_PM.png" src="https://mintcdn.com/moengage-user-guide/273X0KdjQLJF5ziX/images/moengage_8ea40e.png?fit=max&auto=format&n=273X0KdjQLJF5ziX&q=85&s=691c5030f8434a756953dbb571b7ed4b" width="86" height="80" data-path="images/moengage_8ea40e.png" /> | Displays the In-App campaigns of the flow.                                                                                                                                                           |
| <img alt="Screenshot_2022-08-03_at_1.47.12_PM.png" src="https://mintcdn.com/moengage-user-guide/Oj0p8qig6zltzas7/images/moengage_be301b.png?fit=max&auto=format&n=Oj0p8qig6zltzas7&q=85&s=b47a5cdea1b7a3c2e61ddec8579a6f24" width="86" height="80" data-path="images/moengage_be301b.png" /> | Displays the On-site campaigns of the flow.                                                                                                                                                          |
| <img alt="Screenshot_2022-08-03_at_1.47.28_PM.png" src="https://mintcdn.com/moengage-user-guide/zEv8nsz8y-wmseno/images/moengage_cd3ba5.png?fit=max&auto=format&n=zEv8nsz8y-wmseno&q=85&s=6404ce16595611dd070b6f5ccbc83cbb" width="86" height="80" data-path="images/moengage_cd3ba5.png" /> | Displays the WhatsApp campaigns of the flow.                                                                                                                                                         |
| <img alt="cards.png" src="https://mintcdn.com/moengage-user-guide/FL-P7uwjwPpxTJrP/images/moengage_9f4886.png?fit=max&auto=format&n=FL-P7uwjwPpxTJrP&q=85&s=7b6503da9770f809dc11dfc8314823de" width="60" height="58" data-path="images/moengage_9f4886.png" />                               | Displays the Cards campaigns of the flow.                                                                                                                                                            |
| <img alt="google ads.png" src="https://mintcdn.com/moengage-user-guide/9Jgd1E_kVQZiQVJ3/images/moengage_6013cd.png?fit=max&auto=format&n=9Jgd1E_kVQZiQVJ3&q=85&s=4923e0843c56ac2e101782ce3c334a92" width="56" height="58" data-path="images/moengage_6013cd.png" />                          | Displays the Google Ads Audience campaigns of the flow.                                                                                                                                              |
| <img alt="NBA.png" src="https://mintcdn.com/moengage-user-guide/5GL696t-Fqf2hfA3/images/moengage_a7980c.png?fit=max&auto=format&n=5GL696t-Fqf2hfA3&q=85&s=d1172ac24c756b3f29503ec70cbdfa99" width="62" height="56" data-path="images/moengage_a7980c.png" />                                 | Displays the Next Best Action campaigns of the flow.                                                                                                                                                 |
| <img alt="IntelligentPathOptimiser.png" src="https://mintcdn.com/moengage-user-guide/-cs4fx1HQbjS2bPk/images/moengage_eb9c09.png?fit=max&auto=format&n=-cs4fx1HQbjS2bPk&q=85&s=a68d1cc4cdf5a3321e60a3d91847d8d4" width="93" height="92" data-path="images/moengage_eb9c09.png" />            | Displays the intelligence path optimizer used in the flow.                                                                                                                                           |
| <img alt="ABSplit.png" src="https://mintcdn.com/moengage-user-guide/s2jfZa6amEeJ4PNc/images/moengage_a7197d.png?fit=max&auto=format&n=s2jfZa6amEeJ4PNc&q=85&s=3bb2be1bcea4361cac9626d2ec269b3b" width="84" height="84" data-path="images/moengage_a7197d.png" />                             | Displays the A/B split used in the flow.                                                                                                                                                             |
| <img alt="Screenshot_2022-08-03_at_1.48.41_PM.png" src="https://mintcdn.com/moengage-user-guide/s2jfZa6amEeJ4PNc/images/moengage_a66565.png?fit=max&auto=format&n=s2jfZa6amEeJ4PNc&q=85&s=f8bec816b87790b4664135975066ae4f" width="76" height="76" data-path="images/moengage_a66565.png" /> | Displays the Wait Till used in the flow.                                                                                                                                                             |
| <img alt="Screenshot_2022-08-03_at_1.54.32_PM.png" src="https://mintcdn.com/moengage-user-guide/0O_bXa3mWpWRhLiI/images/moengage_ede73c.png?fit=max&auto=format&n=0O_bXa3mWpWRhLiI&q=85&s=a079cc27ddf7fe9a2c97d34dfd804c1b" width="76" height="76" data-path="images/moengage_ede73c.png" /> | Displays the GoTo used in the flow.                                                                                                                                                                  |

# Detailed Stats

You can open the detailed stats page for your flow by clicking the "Stats" tab adjacent to the "Flows" tab.

<Info>
  The detailed stats are shown for the last 90 days by default or since the current version's published time, whichever is shorter. You can see the stats from the time the flow was published using the date range filter.
</Info>

## Flow Performance

The stats of the currently active version of the Flow are loaded in this section. You can see the stats of any specific version by selecting the version from the version selector as shown in the following image. You can choose the following in the version selector:

* **Specific Version**: This section shows you the trends of User trips, Engaged Trips, and Converted trips over time for the selected Version. If the control group is enabled during the filtered time, the conversion uplift is also shown. <img src="https://mintcdn.com/moengage-user-guide/yA9P52ya52R36jSe/images/moengage_09135e.png?fit=max&auto=format&n=yA9P52ya52R36jSe&q=85&s=7a536eb49c56dca56111588fd9a65a4e" alt="Flow Performance.png" width="2760" height="1507" data-path="images/moengage_09135e.png" />
* **All Versions**: The \_All Versions\_option loads the cumulative stats for all versions put together. The Flow Performance for All Versions has information about User Trips, Engaged Trips, and Converted Trips and Conversions over time. If the control group is enabled during the filtered time, the conversion uplift is also shown. Revenue performance is not available in the All Versions option, because each version might have a different revenue attribute or currency. The chart also shows when each version was published. <img src="https://mintcdn.com/moengage-user-guide/VJZv-32Au5XtRBs2/images/moengage_5c8420.png?s=9a456e4ae2a00289b7fd56a85a17fda2" alt="Flow Performance.gif" width="2760" height="1526" data-path="images/moengage_5c8420.png" />

While the default view is the overall period of the flow and the defined primary goal at the time when the flow is published, you can filter out the stats:

* For a particular time period based on the dates.
* Based on the conversion goals.

<Info>
  Are your control group trips more than the defined percentage, or is there a negative uplift? Refer to [the uplift calculation and CG Allotment](/user-guide/flows-cross-channel-messaging/create/experimentation/control-group-in-flows) for more information.
</Info>

### Drop-Offs and Exits

This section has the following tabs:

* **Drops** - This tab lists reasons for all drop-offs, an explanation for each drop-off reason, the total drop-offs due to this reason, and the percentage of all drop-offs. When you expand a drop-off reason, you will see the stage type and stage name from which users were dropped off. <img src="https://mintcdn.com/moengage-user-guide/LNSaIrgVyFV18WvY/images/moengage_e62a9e.png?fit=max&auto=format&n=LNSaIrgVyFV18WvY&q=85&s=86df21090d6ed826970b93e25213c367" alt="10.png" width="2714" height="444" data-path="images/moengage_e62a9e.png" />
* **Exits** - This tab lists reasons for all exits, an explanation for each exit reason, the total exits due to this reason, and the percentage of all exits. When you expand an exit reason, you will see the stage type and stage name from which users exited.\
  This tab also shows Exit on conversion. You can see stats of users who exited the flow on achieving the conversion goal defined in the flow. <img src="https://mintcdn.com/moengage-user-guide/g8xpO9-GNN0zkyOa/images/moengage_83f95a.png?fit=max&auto=format&n=g8xpO9-GNN0zkyOa&q=85&s=e5954b0ce50665aebc14397d08dd0f5c" alt="9.png" width="2712" height="646" data-path="images/moengage_83f95a.png" />

## Business Events

This section helps you analyze the flow performance for each Business Event instance. When you expand the **Business Event**, you can see the impact of each instance separately on a day level.  For more information, refer to the [Definition of Metrics](#Definition-of-Metrics).

<img src="https://mintcdn.com/moengage-user-guide/3ImVe_kh3A7dneyH/images/moengage_7b3971.png?s=db16dd009446f1a5ef3aa3d9a067e0fc" alt="2025-01-08_14-24-44 (1).gif" width="1582" height="790" data-path="images/moengage_7b3971.png" />

## Engagement Trends

This section helps you to analyze the aggregate channel performances of all channels that are used in the flow.

You can select the channel you want to analyze from the list of channels from the drop-down list. The four major aggregated metrics of the overall channel performance can be directly compared with the overall flow stats, as in the following image:

<img src="https://mintcdn.com/moengage-user-guide/bJLqVfYJ9gjNIQJ6/images/moengage_39927a.png?s=6c89b76d741c56735c99696a31eb6f76" alt="EngagementTrends.gif" width="1358" height="628" data-path="images/moengage_39927a.png" />

<Tabs>
  <Tab title="Push">
    | Metric           | Description                                                                                                                                                                                                                           |
    | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Sent             | Sent is the total number of users for whom the request was successfully accepted to be sent by the FCM/APNS services.                                                                                                                 |
    | Impression       | Impressions represent the total number of user devices that have received the notification sent by the marketer.                                                                                                                      |
    | Clicks (CTR)     | Clicks represent the total number of notifications clicked by the users after the notification delivery. CTR is the percentage ratio between Total Clicks and Total Impressions.  <br />*CTR = (Total Clicks/Total Impression )\*100* |
    | Conversion (CVR) | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />*CVR  = (Unique Conversions/Unique Impressions)\*100*        |
    | Revenue          | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                             |
  </Tab>

  <Tab title="Email">
    | Metric           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | Sent             | Sent represents the total number of emails sent to the users.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | Opens            | Opens represent the total number of times users have opened the email. Open Rate is the percentage ratio between Total opens and Total sents.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | Adjusted Opens   | *Adjusted Opens* represent the total number of times the authentic users have opened the email after filtering out the machine opens. <br />*Adjusted Open Rate* is the percentage ratio between Total authentic user opens and Total sents.  **Note**: This metric is visible only when the **High sensitivity (recommended)** option under **Bot interaction sensitivity** in **General settings** is enabled.  <br />To view the adjusted metrics in your engagement analytics, configure the **Bot interaction sensitivity** section in **General Settings** as mentioned [here](/user-guide/campaigns-and-channels/email/getting-started-with-email/configure-email-channel).  <br />For more information, refer to [Mail Privacy Protection (MPP) and Email Analytics.](/user-guide/campaigns-and-channels/email/getting-started-with-email/mail-privacy-protection-mpp-and-email-analytics)<br />**Note**: To find opens received from users that are segregated as authentic users by MoEngage, you can segment using the event email opened and its attribute machine open=false. |
    | Clicks (CTR)     | Clicks represent the total number of times the users clicked the URL in the email. CTR is the percentage ratio between Total Clicks and Total Delivery.  <br />*CTR = (Total Clicks/Total Delivery)\*100*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | Conversion (CVR) | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />\*CVR = (Unique Conversions/\Unique Opens)\* \*100\_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | Revenue          | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  </Tab>

  <Tab title="SMS">
    | Metric           | Description                                                                                                                                                                                                                  |
    | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Sent             | Sent represents the total number of users for whom the request was successfully accepted to be sent by the SMS provider.                                                                                                     |
    | Delivered        | Delivered represents the total count of users to whom the message is successfully delivered.  <br />*Delivered = (Total Delivered/Total Sent)*                                                                               |
    | Clicks (CTR)     | Clicks represent the total number of times the users clicked the URL in the SMS. CTR is the percentage ratio between Total Clicks and Total Delivery/Sent.  <br />*CTR = (Total Clicks/Total delivery (or) Total Sent)\*100* |
    | Conversion (CVR) | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions  <br />*CVR = (Unique Conversions/Unique Sents)\*100*       |
    | Revenue          | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                    |
  </Tab>

  <Tab title="Connector">
    | Metric            | Description                                                                                                                                                                                                                         |
    | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Attempt           | Attempt represents the total number of users who qualified for the Connector campaigns post removing users due to FC.                                                                                                               |
    | Sent              | Sent represents the total number of users for whom the request to the URL returned a 200 OK status. Sent Rate represents the percentage ratio of Total Sent and Total Attempts.  <br />*Sent Rate= (Total Sent/Total Attempt)\*100* |
    | Conversion (CVR)  | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />*CVR = (Unique Conversions/Unique Sents)\*100*             |
    | Conversion Events | Conversion events represent the number of conversion events executed by users within 36 hours of successfully sending the connectors.                                                                                               |
    | Revenue           | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                           |
  </Tab>

  <Tab title="OSM and In-App">
    | Metric            | Description                                                                                                                                                                                                            |
    | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | User Entry        | User Entry Represents the total number of users who have entered this campaign stage.                                                                                                                                  |
    | Sent              | Impression represents the total number of times a message from this campaign was shown.                                                                                                                                |
    | Conversion (CVR)  | Clicks represent the total number of times a message from this campaign was clicked. CTR is the percentage ratio between Total Clicks and Total Impressions.  <br />CVR = (Unique Conversions/Unique Impressions)\*100 |
    | Conversion Events | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.                                                      |
    | Revenue           | Revenue represents the sum of the total order value of conversion events.                                                                                                                                              |
  </Tab>

  <Tab title="WhatsApp">
    | Metric           | Description                                                                                                                                                                                                                 |
    | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Sent             | Sent represents the total number of users for whom we could successfully send the request to the Service provider to send the WhatsApp campaign message.                                                                    |
    | Delivered        | Delivered represents the total number of users for whom the Service provider was able to successfully send out the WhatsApp Message.                                                                                        |
    | Read             | Read represents the total number of users who read the WhatsApp campaign message. Read Rate is the percentage ratio between Total read and Total Delivered.  <br />*Read Rate = (Total Read / Total Delivered)\*100*        |
    | Conversion (CVR) | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />*CVR = (Unique Conversions/Unique Delivered)\*100* |
    | Revenue          | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                   |
  </Tab>

  <Tab title="Facebook Audience">
    | Metric              | Description                                                                                                                                                                                                                  |
    | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Eligible users      | Eligible users represent the total number of users who have entered this campaign stage and have any of the chosen identifiers (Device Identifier (Device ID) or Customer Match Identifiers - Mobile Number, Email) present. |
    | Attempted           | Attempted users represent the total number of users for whom at least one identifier was found, and MoEngage could trigger the Facebook Ads API for that user using that identifier.                                         |
    | Successfully Synced | Successfully Synced represents the total number of users from the list of attempted users added/removed to/from Facebook Ads audiences.                                                                                      |
    | Conversion (CVR)    | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />*CVR = (Unique conversions/Unique Sents)\*100*      |
    | Revenue             | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                    |
  </Tab>

  <Tab title="Cards">
    | Metric           | Description                                                                                                                                                                                                            |
    | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Delivered        | Delivered represents the count of unique users who have opened the App Inbox, and the Card is delivered to their device inside the App Inbox.                                                                          |
    | Impression       | Impression represents the count of unique users who have viewed the cards. Impression rate is the Percentage ratio of Unique impressions and Unique Delivery.                                                          |
    | Conversion (CVR) | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />*CVR = (Unique Conversions/Unique Sent)\*100* |
    | Revenue          | Revenue represents the sum of the total order value of conversion events.                                                                                                                                              |
  </Tab>

  <Tab title="Google Ads">
    | Metric              | Description                                                                                                                                                                                                                     |
    | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Eligible            | Eligible users represent the total number of users who have entered this campaign stage and have either of the chosen identifiers (Device Identifier (Device ID) or Customer Match Identifiers - Mobile Number, Email) present. |
    | Attempted           | Attempted users represent the total number of users for whom at least one identifier was found, and MoEngage could trigger the Google Ads API for that user using that identifier.                                              |
    | Successfully Synced | Successfully Synced represents the total number of users from the list of attempted users added to Google Ads audiences.                                                                                                        |
    | Conversion (CVR)    | Conversions represent the number of unique users who have completed the conversion event. CVR is the percentage ratio between Conversions and Unique Impressions.  <br />CVR = (Unique conversions/unique Sync)\*100            |
    | Revenue             | Revenue represents the sum of the total order value of conversion events.                                                                                                                                                       |
  </Tab>
</Tabs>

## Campaign Stats

This section lists the performance of all action campaigns configured in the flow. This can help you compare the individual campaigns across channels. If required, you can choose to filter the action campaigns of one particular channel to understand and compare the performance of similar campaigns.

<Info>
  You cannot add the metrics in each row of the **Campaign Stats** table and compare it with flow-level metrics because this table shows each campaign's performance and thus will have overlapped attribution across campaigns. For example, the sum of unique conversions can be different from converted trips and conversions at the overall flow level. For more information, refer [here](/user-guide/flows-cross-channel-messaging/faqs/analyzing-flows).
</Info>

<img src="https://mintcdn.com/moengage-user-guide/VZDx0mV3TRbOm1pb/images/moengage_5d7680.png?fit=max&auto=format&n=VZDx0mV3TRbOm1pb&q=85&s=db75f9fc4f11a71e4af69861f0d3a68a" alt="Screenshot 2024-04-13 at 2.37.05 PM.png" width="2740" height="1126" data-path="images/moengage_5d7680.png" />

| Metrics                | Description                                                                                                                                                                                                                                                   |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Total User Entries** | The count of users the campaign tried to deliver the message. It includes the control group users that might have passed through the campaign during their trip and all the users that the campaigns failed to deliver because of any of the failure reasons. |
| **Sent**               | The count of messages that were successfully sent eventually.                                                                                                                                                                                                 |
| **Delivered**          | Tracked for SMS. The Total Delivered for a campaign is shown here. Also the Delivered rate is shown.                                                                                                                                                          |
| **Opened**             | Tracked for email. The Unique opens is shown here. Also the Open rate is shown in case of emails.  <br />You can also view the Adjusted opens here. To know more, refer to Adjusted Opens under [Engagement trends](#Engagement-trends).                      |
| **Impression**         | Tracked for Push, OSM, and InApp. The Total impressions for a campaign is shown here. Also the percentage ratio between the Total Impression & Total Sents is shown.                                                                                          |
| **Sync**               | Tracked for Facebook and Google Audience. The Total Synced for a campaign is shown here.                                                                                                                                                                      |
| **Read**               | Tracked for WhatsApp. The Total Read for the campaign is shown here.                                                                                                                                                                                          |
| **Clicks**             | The total clicks and the CTR are shown for the campaigns here.                                                                                                                                                                                                |
| **Conversions**        | The unique conversions and the CVR are shown for the campaigns here.                                                                                                                                                                                          |

<Info>
  The current flow version's Engagement Trends and Campaign Stats are shown by default. Use the version selector to view the trends and stats for other versions of the flow.
</Info>
