get_wakelock_rate
Fetch daily stuck background wake lock rate and distinct users from Android Vitals to monitor excessive background wakelock holding that may lead to penalties.
Instructions
Fetch stuck background wake lock rate from Android Vitals.
Returns daily stuckBackgroundWakelockRate and distinctUsers by version code. Excessive wakelock holding (>1 hour in background) may be penalized.
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 |
|---|---|---|---|
| package_name | Yes | ||
| days | No | ||
| version_code | No |