play_vitals
Fetch Android app vitals (crash rate, ANR rate, error counts, startup metrics) from Play Developer Reporting API with daily or hourly granularity, optional breakdowns, and data freshness.
Instructions
Read Android vitals from the Play Developer Reporting API: crash rate, ANR rate, error counts and startup metrics, daily or hourly, with optional breakdowns. Reports how fresh the data actually is. Carries no acquisition or conversion data; use play_store_stats for that. Read-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to query | |
| pageSize | No | Rows per metric set | |
| dimensions | No | Breakdown dimensions such as versionCode or countryCode | |
| metricSets | No | Which Android vitals metric sets to query | |
| includeRows | No | Include every raw row as well as the counts; off by default so a summary call stays small | |
| packageName | Yes | Android package name | |
| aggregationPeriod | No | DAILY is reported in America/Los_Angeles, HOURLY in UTC | DAILY |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| notes | Yes | ||
| metricSets | Yes | ||
| packageName | Yes | ||
| aggregationPeriod | Yes |