benchmark_evaluations
Compare your app's monthly evaluation metrics against ecosystem benchmarks. Filter by product or addon to view per-app evaluation counts, growth, percentiles, and year-over-year trends.
Instructions
Evaluations benchmark vs. ecosystem, per month. Returns {totals:{name, evaluationBenchmarkPerVendorPerMonth:[…]}, addons:[{addonKey, name, productId, evaluationBenchmarkPerAppPerMonth}]}. NOTE the wrapper is totals (plural) and the per-month key differs between total level (…PerVendorPerMonth) and addon level (…PerAppPerMonth). Each month row: {date, evaluationCount, previousMonthEvaluationCount, evaluationMoMGrowth, evaluationPercentile, evaluationMoMGrowthBenchmarkAllPartners, evaluationCountYTD, evaluationCountYTDLastYear, evaluationYTDYoYGrowth, evaluationYTDPercentile, evaluationYTDYoYGrowthBenchmarkAllPartners}. Filter by addon/productId; hosting/aggregation ignored.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/benchmark/evaluations): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-benchmark-evaluations-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. |