-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* team reporting docs * fix header * update docs * add plan banner
- Loading branch information
1 parent
da86c3c
commit 1e16b57
Showing
6 changed files
with
91 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: 'Reporting' | ||
title: 'Overview' | ||
--- | ||
|
||
<Frame>![Reporting](/public/images/insights-0.png)</Frame> | ||
|
@@ -10,63 +10,4 @@ title: 'Reporting' | |
- What product areas are creating most of our support volume? | ||
- What companies are we speaking with most? | ||
- Are we becoming more efficient? | ||
- And lots more | ||
|
||
## Using Reporting | ||
|
||
You can access Reporting from the left sidebar of the Plain app or by hovering over a Label, Tier, Group or Company tag on a thread. | ||
|
||
Reporting give you the following metrics and much more: | ||
|
||
1. **Support volume**: The number amount of threads in your queue at any given point in time. | ||
2. **First response time**: How quickly your customers receive a first reply from you. | ||
3. **Resolution time**: How long it takes you to resolve support requests. | ||
|
||
Each metric is broken down to display the median and 90th percentile for either the current day, last 7 days or last 28 days. You will also see a volume breakdown of each metric by Company, Tier, or Label and whether the metric is trending upward or downward. | ||
|
||
### Get a birds-eye view | ||
|
||
At the top of the Reporting page you will see the overall health of your support. How is your queue looking? Are you keeping up with your response time targets? Are you resolving your customers requests quickly? | ||
|
||
<Frame>![Reporting overall health](/public/images/insights-1.png)</Frame> | ||
|
||
### Get into the details | ||
|
||
In each section of Reporting, you will see a breakdown of your support by Channel, Company, Group, Label, Priority and Tier. This lets you see which attributes of a support request might be contributing to slower response times or increased volume. | ||
|
||
<Frame>![Reporting details](/public/images/insights-2.png)</Frame> | ||
|
||
### Check in from anywhere in Plain | ||
|
||
Hover over any Company, Group, Label or Tier in Plain to instantly see a view of recent support volume. This is a great way to proactively identify trends in your data and improve your workflow. | ||
|
||
<Frame>![Reporting around Plain](/public/images/insights-3.png)</Frame> | ||
|
||
If you’d like to see additional metrics that aren’t displayed in our Reporting page or to receive an export of the data to pipe into your own BI tool, please send us an email at [[email protected]](mailto:[email protected]). | ||
|
||
## The Metrics | ||
|
||
Now, the nerdy bit - this is a breakdown of the exact metrics we show in Reporting and how they’re calculated. **Note -** All metrics can also be broken down by Channel, Company, Group, Label, Priority and Tier. | ||
|
||
**Support volume** | ||
|
||
| Metric | Definition | | ||
| ----------------------------- | ---------------------------------------------------------------------------- | | ||
| Queue size | A snapshot of the number of threads in todo over time, updating hourly. | | ||
| New threads created per day | A count of new threads being created. | | ||
| Threads re-opened per day | A count of threads that transition back to Todo from either Snoozed or Done. | | ||
| Threads moved to Done per day | A count of threads transitioned to Done. | | ||
|
||
**First response time** | ||
|
||
| Metric | Definition | | ||
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | ||
| First response time - Median | The median time it takes for your team to send the first reply. | | ||
| First response time - 90th percentile | The 90th percentile time it takes for your team to send the first reply for support requests that start off slower. | | ||
|
||
**Resolution time** | ||
|
||
| Metric | Definition | | ||
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------- | | ||
| Resolution time - Median | The median time between the first inbound message and the last outbound message for threads marked as Done. | | ||
| Resolution time - 90th percentile | The 90th percentile time between the first inbound message and the last outbound message for threads marked as Done. | | ||
- And lots more |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
Now, the nerdy bit - this is a breakdown of the exact metrics we show in Reporting and how they’re calculated. **Note -** All metrics can also be broken down by Channel, Company, Group, Label, Priority and Tier. | ||
|
||
**Support volume** | ||
|
||
| Metric | Definition | | ||
| ----------------------------- | ---------------------------------------------------------------------------- | | ||
| Queue size | A snapshot of the number of threads in todo over time, updating hourly. | | ||
| New threads created per day | A count of new threads being created. | | ||
| Threads re-opened per day | A count of threads that transition back to Todo from either Snoozed or Done. | | ||
| Threads moved to Done per day | A count of threads transitioned to Done. | | ||
| Messages sent per user | A count of messages sent by each user. | | ||
|
||
**First response time** | ||
|
||
| Metric | Definition | | ||
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | ||
| First response time - Median | The median time it takes for your team to send the first reply. | | ||
| First response time - 90th percentile | The 90th percentile time it takes for your team to send the first reply for support requests that start off slower. | | ||
|
||
**Resolution time** | ||
|
||
| Metric | Definition | | ||
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------- | | ||
| Resolution time - Median | The median time between the first inbound message and the last outbound message for threads marked as Done. | | ||
| Resolution time - 90th percentile | The 90th percentile time between the first inbound message and the last outbound message for threads marked as Done. | | ||
|
||
|
||
**Customer waiting time** | ||
|
||
| Metric | Definition | | ||
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | | ||
| Customer waiting time - Median | The median time a thread was in a Todo status. | | ||
| Customer waiting time - 90th percentile | The 90th percentile time a thread was in Todo status | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
With team reporting you can monitor key metrics for their entire team and individual team members to better understand support efficiency. | ||
|
||
<Info> | ||
Team reporting is only available on our [Grow and Scale tiers](https://plain.com/pricing). If you are interested in using this feature please reach out to use on [[email protected]](mailto:[email protected]). | ||
</Info> | ||
|
||
<Frame>![Team Reporting](/public/images/team-reporting.png)</Frame> | ||
|
||
|
||
Only workspace **owners** and **admins** have access to team reporting. | ||
|
||
To access team reporting: | ||
1. Navigate to Reporting | ||
2. Click the Team Reporting button | ||
|
||
The Team Overview provides a high-level snapshot of your team’s overall performance. For more information on the metrics included, see [Metrics](/reporting/metrics). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
You can access Reporting from the left sidebar of the Plain app or by hovering over a Label, Tier, Group or Company tag on a thread. | ||
|
||
Reporting gives you the following metrics and much more: | ||
|
||
1. **Support volume**: The number amount of threads in your queue at any given point in time. | ||
2. **First response time**: How quickly your customers receive a first reply from you. | ||
3. **Resolution time**: How long it takes you to resolve support requests. | ||
4. **Customer waiting time**: How long your customers are waiting for a response. | ||
|
||
Each metric is broken down to display the median and 90th percentile for either the current day, last 7 days or last 28 days. You will also see a volume breakdown of each metric by Company, Tier, or Label and whether the metric is trending upward or downward. | ||
|
||
### Get a birds-eye view | ||
|
||
At the top of the Reporting page you will see the overall health of your support. How is your queue looking? Are you keeping up with your response time targets? Are you resolving your customers requests quickly? | ||
|
||
<Frame>![Reporting overall health](/public/images/insights-1.png)</Frame> | ||
|
||
### Get into the details | ||
|
||
In each section of Reporting, you will see a breakdown of your support by Channel, Company, Group, Label, Priority and Tier. This lets you see which attributes of a support request might be contributing to slower response times or increased volume. | ||
|
||
<Frame>![Reporting details](/public/images/insights-2.png)</Frame> | ||
|
||
### Check in from anywhere in Plain | ||
|
||
Hover over any Company, Group, Label or Tier in Plain to instantly see a view of recent support volume. This is a great way to proactively identify trends in your data and improve your workflow. | ||
|
||
<Frame>![Reporting around Plain](/public/images/insights-3.png)</Frame> | ||
|
||
If you’d like to see additional metrics that aren’t displayed in our Reporting page or to receive an export of the data to pipe into your own BI tool, please send us an email at [[email protected]](mailto:[email protected]). |