get_anr_rate
Retrieve daily ANR rate and user-perceived ANR rate for your app to monitor stability and avoid Play Store ranking penalties.
Instructions
Fetch ANR (Application Not Responding) rate from Android Vitals.
Returns daily anrRate, userPerceivedAnrRate, and distinctUsers by version code. Bad behavior threshold: userPerceivedAnrRate > 0.47% may cause Play Store ranking penalties.
Args: package_name: Package name, e.g. com.example.myapp days: Past days to include (default 7, max 30). version_code: Optional version code filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| package_name | Yes | ||
| version_code | No |