Skip to content

Commit fce3804

Browse files
Merge pull request #235599 from AaronMaxwell/aaronmax-usage-freshness-pass
App Insigts Usage freshness pass
2 parents a21316a + ab8e5e9 commit fce3804

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

articles/azure-monitor/app/usage-cohorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights usage cohorts | Microsoft Docs
33
description: Analyze different sets or users, sessions, events, or operations that have something in common.
44
ms.topic: conceptual
5-
ms.date: 07/30/2021
5+
ms.date: 05/24/2023
66
---
77

88
# Application Insights cohorts

articles/azure-monitor/app/usage-impact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights usage impact - Azure Monitor
33
description: Analyze how different properties potentially affect conversion rates for parts of your apps.
44
ms.topic: conceptual
5-
ms.date: 07/30/2021
5+
ms.date: 05/24/2023
66
---
77

88
# Impact analysis with Application Insights
@@ -20,7 +20,7 @@ Analyzing performance is only a subset of Impact's capabilities. Impact supports
2020
2121
## Impact analysis workbook
2222

23-
To use the Impact analysis workbook, in your Application Insights resources go to **Usage** > **Impact** and select **Impact Analysis Workbook**. Or on the **Workbooks** tab, select **Public Templates**. Then under **Usage**, select **User Impact Analysis**.
23+
To use the Impact analysis workbook, in your Application Insights resources go to **Usage** > **More** and select **User Impact Analysis Workbook**. Or on the **Workbooks** tab, select **Public Templates**. Then under **Usage**, select **User Impact Analysis**.
2424

2525
:::image type="content" source="./media/usage-impact/workbooks-gallery.png" alt-text="Screenshot that shows the Workbooks Gallery on public templates." lightbox="./media/usage-impact/workbooks-gallery.png":::
2626

articles/azure-monitor/app/usage-segmentation.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: User, session, and event analysis in Application Insights
33
description: Demographic analysis of users of your web app.
44
ms.topic: conceptual
5-
ms.date: 07/30/2021
5+
ms.date: 05/24/2023
66
ms.reviewer: mmcc
77
---
88

@@ -21,14 +21,19 @@ If you don't yet see data in the **Users**, **Sessions**, or **Events** panes in
2121
Three of the **Usage** panes use the same tool to slice and dice telemetry from your web app from three perspectives. By filtering and splitting the data, you can uncover insights about the relative use of different pages and features.
2222

2323
* **Users tool**: 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.
24-
* **Sessions tool**: 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.
24+
* **Sessions tool**: How many sessions of user activity have included certain pages and features of your app? A session is reset after half an hour of user inactivity, or after 24 hours of continuous use.
2525
* **Events tool**: How often are certain pages and features of your app used? A page view is counted when a browser loads a page from your app, provided you've [instrumented it](./javascript.md).
2626

27-
A custom event represents one occurrence of something happening in your app. It's often a user interaction like a button selection or the completion of a task. You insert code in your app to [generate custom events](./api-custom-events-metrics.md#trackevent).
27+
A custom event represents one occurrence of something happening in your app. It's often a user interaction like a button selection or the completion of a task. You insert code in your app to [generate custom events](./api-custom-events-metrics.md#trackevent) or use the [Click Analytics](javascript-feature-extensions.md#feature-extensions-for-the-application-insights-javascript-sdk-click-analytics) extension.
2828

2929
> [!NOTE]
3030
> For information on an alternatives to using [anonymous IDs](./data-model-complete.md#anonymous-user-id) and ensuring an accurate count, see the documentation for [authenticated IDs](./data-model-complete.md#authenticated-user-id).
3131
32+
Clicking **View More Insights** displays the following information:
33+
- Application Performance: Sessions, Events, and a Performance evaluation related to users' perception of responsiveness.
34+
- Properties: Charts containing up to six user properties such as browser version, country or region, and operating system.
35+
- Meet Your Users: View timelines of user activity.
36+
3237
## Query for certain users
3338

3439
Explore different groups of users by adjusting the query options at the top of the Users tool:

0 commit comments

Comments
 (0)