Skip to content

Commit

Permalink
Create insights-about-monthly-users.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-TMD authored Nov 21, 2024
1 parent b0bf438 commit 6b08df5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions articles/insights-about-monthly-users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Quick set-up of insight for the number of monthly users in your app
tags:
- beginner
- how-to
- quickstart
- user-cohorts
- insights
testedOn:
featured:
description: A guide on how to create an insight that displays the number of monthly users
lead: As creators of apps, the feeling of knowing that your app gets used is amazing. Here is our guide for quickly getting a handy insight into your monthly active users' statistics!
searchEngineTitle: Track the number of monthly active users in your app
searchEngineDescription: A guide on how to create an insight that displays the number of monthly active users (MAU).
order:
---

Follow these steps to get an insight of your monthly active users within a couple of minutes:

1. Go to the dashboard of your choice and create a New Insight.
[Create a new insight](/docs/images/MAU_1.png)

2. In the next step select "I don’t know, show me some examples" and then choose "Monthly Users".

3. Unfortunately, you probably still do not find the chart really that helpful as most likely only data of the last 30 days is included and that contradicts a bit a chart with granularity "Month".
[Standard insight](/docs/images/MAU_2.png)
A quick fix is changing the included data from "Last 30 Days" to "This Year" in the respective dropdown at the top of the page.
[Insight current year](/docs/images/MAU_3.png)

4. An issue is that you do not want to constantly change the time interval manually every time you use TelemetryDeck for this query to work. To resolve this:
- While editing the query click on the "Query Type" button and choose "Advanced Query". This will cause that you stop editing the query, but once you click on "Edit" that same query again you can now use the Visual Editor.
- In the Metadata section add an item for Relative Intervals
- At beginningDate choose "month", "-12" and "beginning" to start the time interval 12 months ago and at endDate choose "month", "0" and "end" to end the time interval at the current time
[Set relative interval](/docs/images/MAU_4.png)

The query is now working as required although the dropdown at the top is changed back to "Last 30 Days".
[Final insight](/docs/images/MAU_5.png)

0 comments on commit 6b08df5

Please sign in to comment.