The Apps template provides a comprehensive view of your app’s performance by tracking user growth, engagement, platform usage, and issue trends.

Note: To learn how to access and use the Apps template, refer to the Getting Started guide.

Exploring Apps Template

Metrics in the Apps template can be reviewed across various filters:

Filter NameColumnApplicable to Metrics
DateCREATED_TIMESTAMPALL
App NameAPP NAMEALL
PlatformPLATFORMApplicable to all except metrics- total user and new users
LanguageLANGUAGEApplicable to all except metrics- total user, new users
CountryCOUNTRYApplicable to all except metrics- total user and new users, total issues and issues created

Note: Use the Time Control at the bottom of the overview section to dynamically update all charts and tables below. You can adjust the data display by:

  • Day: Track short-term fluctuations and daily performance.

  • Week: Highlight weekly patterns (starts on Sunday).

  • Month: View a high-level summary (starts on the 1st).

This flexibility enables you to quickly switch between insights, making it easier to identify trends over time.

Detailed information on each metric is given below:

MetricWhat does it measure?How do we calculate it?
Total usersTotal number of unique users who interacted with the appCountDistinct([Profile Id])
New UsersNumber of users who joined the app within the selected time periodCountDistinct([Profile Id])
Number of App LaunchesTotal number of times the app was launched by usersSum([Widget Load Count])
Previous Monthly Contact RateRatio of issues created to active users in the previous month, indicating user support demandSUM([M_ISSUE_CREATED_COUNT]) / SUM([UNIQUE_USER_COUNT])
Previous Monthly Active UsersTotal number of unique users who were active in the previous monthSUM([Unique Users Count])
CSATAverage customer satisfaction score based on user feedback ratingsSum([Csat Sum]) / Sum([Csat Count])
Issues CreatedTotal number of issues created within the selected time periodSum([Issues Created Count])
Platform-wise Daily Active UsersShows the number of unique active users across platforms on a daily basisSUM(UNIQUE_USER_COUNT)
Platform-wise Number of App LaunchesShows total app launches segmented by platformSUM(WIDGET_LOAD_COUNT)
Platform-wise Daily Contact RateShows the ratio of issues created to active users across platforms on a daily basisSUM(ISSUES_CREATED_COUNT) / SUM(UNIQUE_USER_COUNT)
Platform-wise Total IssuesShows the total number of issues created, issues resolved, issues rejected, and issues reopened across different platformsTotal issue created = Sum([Issues Created Count])
Total issue Rejected = Sum([Issues Rejects Count])
Total issue Reopened = Sum([Issues Reopens Count])
Total issue Resolved = Sum([Issues Resolves Count])
MAU vs Monthly Contact RateCompares monthly active users with contact rate to analyze support demand relative to the user base

MAU: SUM(UNIQUE_USER_COUNT

Monthly Contact Rate=

SUM(ISSUES_CREATED_COUNT) / SUM(UNIQUE_USER_COUNT)

DAU vs Daily Contact RateCompares daily active users with contact rate to track daily support demand trends

DAU: SUM(UNIQUE_USER_COUNT)

Daily Contact Rate =

SUM(ISSUES_CREATED_COUNT) / SUM(UNIQUE_USER_COUNT)

Total User Growth Over TimeShows the trend of total users over time to track user growth patternsCountDistinct([Profile Id])
Number of App Launches Over Time Shows how app launches trend over the selected time periodSUM(WIDGET_LOAD_COUNT)
Top/Bottom N Country-wise Total UsersShows the distribution of users across different countriesCountDistinct([Profile Id])
Top/Bottom N App Name-wise UsersShows total users segmented by appCountDistinct([Profile Id])
Top/Bottom N App Name-wise Number of App LaunchesShows total app launches across different appsSUM(WIDGET_LOAD_COUNT)
Top/Bottom N App Name-wise Monthly Active UsersShows monthly active users for each appSUM(UNIQUE_USER_COUNT)
Top/Bottom N App Name-wise Issues CreatedShows the total number of issues created for each appSum([Issues Created Count])
Top/Bottom N App Name-wise CSATShows the average customer satisfaction score across appsSum([Csat Sum]) / Sum([Csat Count])
Summary TableA consolidated view of all metrics, grouped by date, to track performance trends and compare metrics across time periods at a glance.All the calculations are the same as metric level calculation, and put all together in Tables as a Summary.

Note: Metrics such as Active Users and Contact Rate rely on App Profile data. Please upgrade your SDK and integrate the new Identity Login API to enable App Profiles.

The Apps template provides curated visualizations to help you quickly answer most of your insights. You can further customize these templates to fit your exact needs. Below is a breakdown of the available metrics.

Pro Tip: Click the Click on Insights button to quickly view key insights from the report.
 

Overview


Top/Bottom N Charts

 

Summary Section

All the metrics mentioned above are also available in table format in the Summary Section. You can also download the data for every table in various formats by clicking on the Export option.

Pro Tip: Use Apply Formatting (top-right of the template) to instantly apply conditional formatting and highlight key metrics within the table. For example, you can set a rule to highlight values when Issues Created exceed 10, making it easier to spot trends and outliers at a glance.