Skip to content

Commit acdf740

Browse files
ethanpalmevi-liu
andauthored
[January 25, 2022]: Discussion maintainer dashboard (GA) (github#23287)
* Create new article * Add new article to index * fix YAML * Update viewing-insights-for-your-discussions.md Did a first pass at the copy! * updated to correct capitalization of "Discussions" * update images * Update article Co-authored-by: Evi Liu <[email protected]>
1 parent 4b22a73 commit acdf740

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed
Loading
Loading

content/discussions/managing-discussions-for-your-community/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ children:
99
- /managing-discussions-in-your-repository
1010
- /managing-categories-for-discussions-in-your-repository
1111
- /moderating-discussions
12+
- /viewing-insights-for-your-discussions
1213
---
1314

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Viewing insights for your discussions
3+
intro: 'Discussions insights provide data about your discussions'' activity, views, and contributors.'
4+
permissions: Repository administrators and people with maintain access to a repository can view the discussions insights dashboard.
5+
versions:
6+
fpt: '*'
7+
ghec: '*'
8+
topics:
9+
- Discussions
10+
shortTitle: View discussions insights
11+
---
12+
13+
## About the discussions insights dashboard
14+
15+
You can use discussions insights to help understand the contribution activity, page views, and growth of your repository's discussions community.
16+
- **Contribution activity** shows the count of total contributions to discussions, issues, and pull requests.
17+
- **Discussions page views** shows the total page views for discussions, segmented by logged in versus anonymous viewers.
18+
- **Discussions daily contributors** shows the daily count of unique users who have reacted, upvoted, marked an answer, commented, or posted in the selected time period.
19+
- **Discussions new contributors** shows the daily count of unique new users who have reacted, upvoted, marked an answer, commented, or posted in the selected time period.
20+
21+
![Screenshot of the discussions dashboard](/assets/images/help/discussions/discussions-dashboard.png)
22+
23+
{% tip %}
24+
25+
**Tip:** To view the exact data for a time period, hover over that time period in the graph.
26+
27+
{% endtip %}
28+
29+
## Viewing discussions insights
30+
31+
{% data reusables.repositories.navigate-to-repo %}
32+
{% data reusables.repositories.accessing-repository-graphs %}
33+
3. In the left sidebar, click **Community**.
34+
![Screenshot of the "Community" tab in left sidebar](/assets/images/help/graphs/graphs-sidebar-community-tab.png)
35+
1. Optionally, in the upper-right corner of the page, select the **Period** dropdown menu and click the time period for which you want to view data: **30 days**, **3 months**, or **1 year**.
36+
![Screenshot of the date range selector for discussions insights](/assets/images/help/discussions/discussions-dashboard-date-selctor.png)

0 commit comments

Comments
 (0)