Skip to content

Commit 3be8adb

Browse files
authored
Merge pull request #189367 from dannyevers/64389-list-of-system-queries
64389-list-of-system-queries
2 parents 0b3e129 + 74b9cdb commit 3be8adb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/marketplace/analytics-system-queries.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about system queries you can use to programmatically get anal
44
ms.service: marketplace
55
ms.subservice: partnercenter-marketplace-publisher
66
ms.topic: article
7-
ms.date: 01/20/2022
7+
ms.date: 02/23/2022
88
author: smannepalle
99
ms.author: smannepalle
1010
ms.reviewer: sroy
@@ -14,14 +14,15 @@ ms.reviewer: sroy
1414

1515
The following system queries can be used in the [Create Report API](analytics-programmatic-access.md#create-report-api) directly with a `QueryId`. The system queries are like the export reports in Partner Center for a six month (6M) computation period.
1616

17-
For more information on the column names, attributes, and description, see these articles about commercial marketplace analytics:
17+
For more information on the column names, attributes, and descriptions, see these articles about commercial marketplace analytics:
1818

1919
- [Customers dashboard](customer-dashboard.md#customer-details-table)
2020
- [Orders dashboard](orders-dashboard.md#orders-details-table)
2121
- [Usage dashboard](usage-dashboard.md#usage-details-table)
2222
- [Marketplace Insights dashboard](insights-dashboard.md#marketplace-insights-details-table)
2323
- [Revenue dashboard](revenue-dashboard.md)
2424
- [Quality of Service dashboard](quality-of-service-dashboard.md)
25+
- [Customer retention dashboard](customer-retention-dashboard.md#dictionary-of-data-terms)
2526

2627
The following sections provide various report queries.
2728

@@ -109,6 +110,16 @@ The following sections provide various report queries.
109110

110111
`SELECT OfferId,Sku,DeploymentStatus,DeploymentCorrelationId,SubscriptionId,CustomerTenantId,CustomerName,TemplateType,StartTime,EndTime,DeploymentDurationInMilliSeconds,DeploymentRegion,ResourceProvider,ResourceUri,ResourceGroup,ResourceType,ResourceName,ErrorCode,ErrorName,ErrorMessage,DeepErrorCode,DeepErrorMessage FROM ISVQualityOfService TIMESPAN LAST_3_MONTHS`
111112

113+
## Customer retention report query
114+
115+
**Report description**: Customer retention for the last 6M
116+
117+
**QueryID**: `6d37d057-06f3-45aa-a971-3a34415e8511`
118+
119+
**Report query**:
120+
121+
`SELECT OfferCategory,OfferName,ProductId,DeploymentMethod,ServicePlanName,Sku,SkuBillingType,CustomerId,CustomerName,CustomerCompanyName,CustomerCountryName,CustomerCountryCode,CustomerCurrencyCode,FirstUsageDate,AzureLicenseType,OfferType,Offset FROM ISVOfferRetention TIMESPAN LAST_6_MONTHS`
122+
112123
## Next steps
113124

114125
- [APIs for accessing commercial marketplace analytics data](analytics-available-apis.md)

0 commit comments

Comments
 (0)