Skip to content

Commit 7e76a1e

Browse files
authored
Merge pull request #185448 from emuench/62057-queries
add QoS section
2 parents 6113126 + 1492644 commit 7e76a1e

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

articles/marketplace/analytics-system-queries.md

Lines changed: 19 additions & 7 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: 12/03/2021
7+
ms.date: 01/20/2022
88
author: smannepalle
99
ms.author: smannepalle
1010
ms.reviewer: sroy
@@ -14,14 +14,16 @@ 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:
17+
For more information on the column names, attributes, and description, see these articles about commercial marketplace analytics:
1818

19-
- [Customers dashboard in commercial marketplace analytics](customer-dashboard.md#customer-details-table)
20-
- [Orders dashboard in commercial marketplace analytics](orders-dashboard.md#orders-details-table)
21-
- [Usage dashboard in commercial marketplace analytics](usage-dashboard.md#usage-details-table)
22-
- [Marketplace Insights dashboard in commercial marketplace analytics](insights-dashboard.md#marketplace-insights-details-table)
19+
- [Customers dashboard](customer-dashboard.md#customer-details-table)
20+
- [Orders dashboard](orders-dashboard.md#orders-details-table)
21+
- [Usage dashboard](usage-dashboard.md#usage-details-table)
22+
- [Marketplace Insights dashboard](insights-dashboard.md#marketplace-insights-details-table)
23+
- [Revenue dashboard](revenue-dashboard.md)
24+
- [Quality of Service dashboard](quality-of-service-dashboard.md)
2325

24-
The following sections provide report queries for various reports.
26+
The following sections provide various report queries.
2527

2628
## Customers report query
2729

@@ -97,6 +99,16 @@ The following sections provide report queries for various reports.
9799

98100
`SELECT AssetId,SalesChannel,BillingAccountId,CustomerCity,CustomerCompanyName,CustomerCountry,CustomerEmail,CustomerId,CustomerName,CustomerState,EarningAmountCC,EarningAmountPC,EarningAmountUSD,EarningCurrencyCode,EarningExchangeRatePC,EstimatedPayoutMonth,Revenue,EstimatedRevenuePC,EstimatedRevenueUSD,ExchangeRateDate,ExchangeRatePC,ExchangeRateUSD,PayoutStatus,IncentiveRate,TrialDeployment,LineItemId,MonthStartDate,OfferName,OfferType,PaymentInstrumentType,PaymentSentDate,PurchaseRecordId,Quantity,SKU,TermEndDate,TermStartDate,TransactionAmountCC,TransactionAmountPC,TransactionAmountUSD,BillingModel,Units FROM ISVRevenue TIMESPAN LAST_6_MONTHS`
99101

102+
## Quality of service report query
103+
104+
**Report description**: Quality of service report for the last 3M
105+
106+
**QueryID**: `q9df4939-073f-5795-b0cb-v2c81d11e58d`
107+
108+
**Report query**:
109+
110+
`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`
111+
100112
## Next steps
101113

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

articles/marketplace/revenue-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ In the lower left of most widgets, you’ll see a thumbs up and thumbs down icon
175175

176176
| Data field | Definition |
177177
|----|---------|
178-
|<img width=200/>|<img width=500/>|
178+
| <img width=130/> | |
179179
| Billed revenue | Represents billed sales of a partner for customer’s offer purchases and consumption through the commercial marketplace. This is in transaction currency and will always be present in download reports. |
180180
| Estimated revenue (USD) | Estimated revenue reported in US dollars. This column will always be present in download reports. |
181181
| Estimated revenue (PC) | Estimated revenue reported in partner preferred currency. This column will always be present in download reports. |

0 commit comments

Comments
 (0)