Skip to content

Commit 21495ed

Browse files
authored
Merge pull request #3659 from MicrosoftDocs/edit_2060067
edit for task 2060067
2 parents 008105d + 92c99b9 commit 21495ed

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed
Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Introduction to the Power Platform ISV Studio app usage analytics| Microsoft Docs
3-
description: Measure app's performance and get insights.
2+
title: Introduction to Microsoft Power Platform ISV Studio app usage analytics| Microsoft Docs
3+
description: Measure an app's performance and get insights.
44
services: ''
55
suite: powerapps
66
documentationcenter: na
@@ -23,41 +23,36 @@ search.app:
2323
---
2424

2525
# App usage analytics
26-
2726
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
2827

2928
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
3029

31-
ISVs need data like active users, number of times the solution installed or other means of data to measure the success of their application. App usage analytics feature allows ISVs to monitor the usage of their apps by giving them the visibility into monthly, daily, and weekly usage data of their apps.
30+
As an ISV, you need data—like active users or the number of times the solution has been installed—to measure the success of your application. You can use app usage analytics to get visibility into monthly, daily, and weekly usage data.
3231

3332
> [!NOTE]
34-
> A tenant or customer needs to update their apps for an ISV to start seeing the usage data.
33+
> A tenant or customer needs to update their apps for you to start seeing usage data.
3534
36-
App usage feature allows ISVs to filter the usage data by **Component Type**, **Data Date**, **Package Name**, and **Solution Name**. An app can have multiple packages and an individual package can have multiple solutions. Each solution can have multiple components. App usage is measured based on how many times the components of the application are used in a month, week, or day.
35+
With the app usage feature, you can filter usage data by **Component Type**, **Data Date**, **Package Name**, and **Solution Name**. An app can have multiple packages, and an individual package can have multiple solutions. Each solution can have multiple components. App usage is measured based on how many times the components of the application are used in a month, week, or day.
3736

3837
> [!NOTE]
39-
> An app must be deployed via [AppSource](https://appsource.microsoft.com) in order to see this data.
38+
> An app must be deployed via [AppSource](https://appsource.microsoft.com) in order for you to see this data.
4039
4140
> [!div class="mx-imgBorder"]
4241
> ![Usage dashboard](media/isv-app-usage-analytics-report.png "Usage dashboard")
4342
43+
Some of the components of a solution can have shared ownership by multiple ISVs. For shared components, only the publisher who created the component gets the usage credit. For example, ISV1 created a form and ISV2 extended the form by adding a widget to it. Every time the form is used, ISV1 gets the usage credit. Whenever the widget is used, ISV2 gets the usage credit. If a user visited the form only to access the widget, ISV1 also gets the usage credit.
4444

45-
Some of the components of a solution can have shared ownership by multiple ISVs. For shared components, only the publisher who created the component gets the usage credit. For example, ISV1 created a form and ISV2 extends the form by adding a widget to it. Every time the form is used, ISV1 gets the usage credit and ISV2 gets the usage credit whenever the widget is used. If a user visited the form only to access the widget, ISV1 also gets the usage credit.
45+
For a component that isn't shared, only the publisher who created it gets the usage credit.
4646

47-
For components that are not shared, only the publisher who created gets the usage credit.
48-
4947
## View the app usage dashboard
50-
51-
To view the app usage data:
52-
5348
1. Sign in to [ISV studio](https://aka.ms/ISVStudio/).
54-
1. On the **Home** page, you can see a list of published applications. Select the desired application for which you want to see the usage details.
55-
1. Scroll-down to the page to view all the apps. Select the app and select the **Usage** tab.
49+
1. On the **Home** page, view the list of published apps. If necessary, scroll down to view the app for which you want to view usage details.
50+
1. Select the app, and then select the **Usage** tab.
5651

5752
> [!div class="mx-imgBorder"]
5853
> ![List of top apps](media/isv-top-apps.png "List of top apps")
5954
60-
1. You can also see the app usage details by directly selecting the app usage icon from the list of apps as shown in the screenshot:
55+
You can also go directly to the app usage details by selecting the app usage icon from an app in the list, as shown in the following image.
6156

6257
> [!div class="mx-imgBorder"]
6358
> ![Usage icon](media/isv-select-app-to-see-details.png "Usage icon")
@@ -66,23 +61,21 @@ To view the app usage data:
6661

6762
The usage dashboard shows the following metrics:
6863

69-
- **Monthly active users**: Tracks the information about the number of unique users who used the app within the last month.
70-
- **Daily active users**: Tracks the information about the number of daily unique users who used the app within the last 24 hours.
71-
- **Weekly active users**: Tracks the information about the number of daily unique users who used the app within the last 7 hours.
72-
- **Usage over time**: Tracks the information about the number of monthly, weekly, and daily active users over time.
73-
- **Monthly active users by component type**: Tracks the information about the number of monthly active users filtered by component type.
74-
- **Monthly active users by component name**: Tracks the information about the number of monthly active users filtered by component name.
75-
76-
If ISV is looking at the metrics at a solution level, all the components are rolled up to the solution level. Similarly, all the solution metrics are rolled up to package and all package metrics are rolled up to an app.
64+
- **Monthly active users**: Tracks the number of unique users who used the app within the last month.
65+
- **Daily active users**: Tracks the number of daily unique users who used the app within the last 24 hours.
66+
- **Weekly active users**: Tracks the number of daily unique users who used the app within the last seven hours.
67+
- **Usage over time**: Tracks the number of monthly, weekly, and daily active users over time.
68+
- **Monthly active users by component type**: Tracks the number of monthly active users, filtered by component type.
69+
- **Monthly active users by component name**: Tracks the number of monthly active users, filtered by component name.
7770

7871
### Filtering the usage dashboard
7972

80-
ISVs can filter the usage dashboard using the filters available. For example, an ISV can filter to see the metrics at app, package, solution, and component level. If ISVs want to see the metrics at solution level, ISVs can select all the components of the solution in the filter.
73+
You can filter the usage dashboard by using the available filters. To see the metrics rolled up to the solution level, select all the components of the solution in the filter. Similarly, you can roll up all solution metrics to the package level, and roll up all package metrics to the app level.
8174

8275
### See also
8376

8477
[Home page](isv-app-management-homepage.md)
8578
[App page](isv-app-management-apppage.md)<br/>
8679
[Tenant page](isv-app-management-tenantpage.md)<br/>
8780
[AppSource checker](isv-app-management-appsource-checker.md)<br/>
88-
[Connector Certification](isv-app-management-certification.md)
81+
[Connector certification](isv-app-management-certification.md)

0 commit comments

Comments
 (0)