# Engagement Dashboard (Deprecated)

{% hint style="danger" %} <mark style="color:red;">**This feature is no longer supported.**</mark>
{% endhint %}

### Overview

The Engagement Dashboard in your admin portal is a powerful tool that helps you understand and manage the level of user engagement within your network. This guide will help you navigate the dashboard, understand the different engagement metrics, and effectively use the available features to enhance user engagement.

<figure><img src="/files/667iMlosGkLoUjvJa2Ko" alt="" width="563"><figcaption></figcaption></figure>

***

### User Engagement

User engagement is categorized into four distinct buckets:

* **Highly Engaged Users**
* **Engaged Users**
* **Moderately Engaged Users**
* **Not Yet Engaged Users**

The Engagement Dashboard allows network administrators to delve deeper into each category and download individual reports for further analysis.

***

### Understanding the User Engagement Chart

The User Engagement chart visualizes user activity over the past **12 months**. The system displays engagement data for all network users by default, but you can filter the data to view either active Network Users or active Guest Users. This chart classifies users into the four engagement buckets mentioned above, providing insights into how users interact with MangoApps.

<figure><img src="/files/CYE5TU2G85A5jaUS0W37" alt="" width="563"><figcaption></figcaption></figure>

***

### Engagement Categories Defined

#### **Highly Engaged Users**

* Access MangoApps more than 15 days per month
* Perform at least one read or write activity on more than 15 days per month
* Complete over 35 activities per month

#### **Engaged Users**

* Access MangoApps more than 10 days per month
* Perform at least one read or write activity on more than 10 days per month
* Complete over 20 activities per month

#### **Moderately Engaged Users**

* Perform more than four read or write activities per month

#### **Not Yet Engaged Users**

* Have not logged into MangoApps within the past month
* Show no recorded activities

***

### Filtering and Exporting Analytics Data

<figure><img src="/files/Iy1LRGVtCqGaTOf83lcl" alt=""><figcaption></figcaption></figure>

#### Using Data Filters

You can select the preferred analytics data filter to view user engagement statistics for either Network Users Only or Guest Users Only. By default, the data is shown for all network users over the last 12 months.

#### Graphical Representation

The engagement data is displayed as a bar graph, providing a month-by-month visual representation of user engagement over the past year.

<figure><img src="/files/CdnMVrA0IFJjLwk9RcYS" alt="" width="563"><figcaption></figcaption></figure>

#### Exporting Reports

To export the user engagement analytics:

1. **Select the Data Filter:**
   * Choose between Network Users Only or Guest Users Only from the drop-down menu.
2. **Export to CSV:**
   * Click the "Export Report" drop-down and select "CSV" to download the data in CSV format.
3. **Export to PDF:**
   * Click the "Export Report" drop-down and select "PDF" to download the data in PDF format.

***

### Downloading Individual Lists of User Groups

<figure><img src="/files/ofwzsT0ogRfgj71g7W4Y" alt="" width="378"><figcaption></figcaption></figure>

You can download specific lists of users based on their engagement levels:

#### Highly Engaged Users

1. Select the data filter (e.g., Network Users Only).
2. Click "Download List" under the Highly Engaged Users block to get the list in CSV format.

#### Engaged Users

1. Select the data filter.
2. Click "Download List" under the Engaged Users block to get the list in CSV format.

#### Moderately Engaged Users

1. Select the data filter.
2. Click "Download List" under the Moderately Engaged Users block to get the list in CSV format.

#### Not Yet Engaged Users

1. Select the data filter (e.g., Guest Users Only).
2. Click "Download List" under the Not Yet Engaged Users block to get the list in CSV format.

***

### FAQs

#### How long is the history of user engagement data available?

MangoApps maintains user engagement data for the past 12 months.

#### Can guest users view and download the User Engagement analytics?

No, guest users cannot view or download User Engagement analytics. This feature is available only to network admins.

#### How is user engagement calculated in MangoApps?

User engagement is derived from the actual activities users perform within the network.

#### **Why might the number of active users be higher than the number of engaged users?**

Opening an email notification counts as an "**activity**" but **not** as an "**access**," since the user does not actually enter the platform. Therefore, a user who only opens email notifications will be counted in **activity metrics** but not in **access metrics**.

#### **What are some scenarios where users are considered engaged but not active?**

1. Deleted users
2. Users who have only completed courses during the time period without engaging in other activities, like posting or reading content (e.g. taking an LMS course does not count as a "read" or "write" activity).

{% hint style="info" %}
Deactivated/suspended users are **NOT** counted while calculating User Engagement analytics.
{% endhint %}

{% hint style="info" %}
MangoApps calculates the user engagement for the last 12 months i.e. the last 12 month from the sign up date. For example, if a domain signed up on the 8th of October, 2018, then on viewing the engagement of the domain on the 6th of October, 2019 will show data till September 2019.
{% endhint %}

{% hint style="info" %}
If the domain is active for less than 12 months, then the number of months the domain was active is taken into account.
{% endhint %}

{% hint style="danger" %}
MangoApps does not show User Engagement analytics, if the system does not have enough data for calculating User Engagement analytics for the domain.
{% endhint %}

{% hint style="info" %}
A user can only be in **one of the engagement bucket in a month** and their increase and decrease in the activity will change the bucket on a monthly basis.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.mangoapps.com/admin-guide/deprecated-features-by-release/user-engagement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
