How to see Daily Active Users, Daily App Time and Daily App Time per User using Application Insights ?

Swathi RS 21 Reputation points
2021-08-17T10:27:16.867+00:00

Hi,

I would like to know how we can check Daily Active Users, Daily App Time and Daily App Time per User using Application Insights Dashboard. Does Azure provide this data directly ?

Thanks,
Swathi RS | Unity Developer

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,658 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. BhargaviAnnadevara-MSFT 5,466 Reputation points
    2021-08-27T11:55:46.147+00:00

    @Swathi RS Thanks for reaching out. Although not known by these exact names, Application Insights has a set of related user behavior analytics available out-of-the-box as the following features:

    • Users: Visualizes how many people used your app and its features. Users are counted by using anonymous IDs stored in browser cookies. A single person using different browsers or machines will be counted as more than one user.
    • Sessions: Shows how many sessions of user activity have included certain pages and features of your app. A session is counted after half an hour of user inactivity, or after 24 hours of continuous use.
    • Events: Presents how often certain pages and features of your app are used. A page view is counted when a browser loads a page from your app, provided you've instrumented it.

    Other than the above, there are also other tools like Funnels, Cohorts, Impact, Retention, User Flows to understand what effect these usage patterns have on your app on a deeper level.

    Furthermore, you can explore Azure Monitor Workbooks and workbook templates. Here are some public templates available for App Insights to explore usage, the highlighted being the ones you might be interested in:

    127142-image.png

    If none of these fulfil your requirement, you can always use the Azure Application Insights core telemetry API to send custom events and metrics, and your own versions of standard telemetry.

    Additional references:

    Hope this helps. Do let us know if you have further questions.

    ----------

    If an answer is helpful, please "Accept answer" and/or "Up-Vote" which might help other community members reading this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.