query_slow_start_rate
Retrieve slow app start rates by start type (cold/warm/hot) to identify performance issues and track user-weighted rolling averages for targeted improvements.
Instructions
Query how often the app started slowly: slowStartRate (share of distinct users that had a slow Activity start) plus distinctUsers. Rows are always broken down by startType (COLD/WARM/HOT), which the API requires, since the thresholds differ per start type. Ask for slowStartRate7dUserWeighted or slowStartRate28dUserWeighted in metrics for the user-weighted rolling averages the Play Console shows. Daily aggregation only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (default: 50) | |
| filter | No | AIP-160 filter over dimensions, e.g. "versionCode = 415" | |
| metrics | No | Metrics to fetch (default: slowStartRate, distinctUsers) | |
| end_date | Yes | End date (inclusive) as YYYY-MM-DD, e.g. '2026-08-13' | |
| dimensions | No | Break the metrics down by these dimensions, e.g. ['versionCode','deviceModel'] | |
| start_date | Yes | Start date (inclusive) as YYYY-MM-DD, e.g. '2026-08-01' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| aggregation_period | No | Aggregation granularity — this metric set only supports DAILY |