benchmark_sales
Compare sales performance against ecosystem benchmarks per month. Track metrics like sales growth, percentile rank, and YoY growth for your apps.
Instructions
Sales benchmark vs. ecosystem, per month. Returns {total:{name, salesBenchmarkPerMonth:[…]}, addons:[{addonKey, name, productId, salesBenchmarkPerMonth}]}. Each month row: {date, sale, previousMonthSale, salesMoMGrowth, salesPercentile, salesMoMGrowthBenchmarkAllPartners, salesYTD, salesYTDLastYear, salesYTDYoYGrowth, salesYTDPercentile, salesYTDYoYGrowthBenchmarkAllPartners}. *Percentile is your rank vs all partners; *BenchmarkAllPartners is the ecosystem figure. Filter by addon (app key) or productId; hosting/aggregation are ignored.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/benchmark/sales): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-benchmark-sales-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addon | No | App key (e.g. `com.example.your-app`). Narrows to one app. Alternative to `productId`. | |
| endDate | No | ISO date YYYY-MM-DD. | |
| productId | No | Product UUID. Narrows to one app. (Not in the HAL template but works.) | |
| startDate | No | ISO date YYYY-MM-DD. |