REST Resource: vitals.stuckbackgroundwakelockrate
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ресурс: StuckBackgroundWakelockRateMetricSet
Ресурс Singleton, представляющий набор метрик зависших фоновых пробуждений.
Этот набор метрик содержит данные о длительности пробуждения PowerManager в сочетании с данными о состоянии процесса для создания нормализованной метрики, независимой от количества пользователей.
Поддерживаемые периоды агрегации:
-
DAILY
: показатели агрегируются по календарным интервалам. В связи с историческими ограничениями поддерживается только часовой пояс America/Los_Angeles
.
Поддерживаемые метрики:
-
stuckBgWakelockRate
( google.type.Decimal
): процент отдельных пользователей в период агрегации, у которых блокировка сна удерживалась в фоновом режиме более 1 часа. -
stuckBgWakelockRate7dUserWeighted
( google.type.Decimal
): скользящее среднее значение stuckBgWakelockRate
за последние 7 дней. Ежедневные значения взвешиваются по количеству отдельных пользователей за день. -
stuckBgWakelockRate28dUserWeighted
( google.type.Decimal
): скользящее среднее значение stuckBgWakelockRate
за последние 28 дней. Ежедневные значения взвешиваются по количеству отдельных пользователей за день. -
distinctUsers
( google.type.Decimal
): количество отдельных пользователей за период агрегации, которые использовались в качестве нормализованного значения для метрики stuckBgWakelockRate
. Пользователь учитывается в этой метрике, если его приложение выполняло какую-либо работу на устройстве, то есть не только активно использовалось в активном режиме, но и работало в фоновом режиме. Необходимо соблюдать осторожность, чтобы не суммировать это количество, так как это может привести к многократному подсчёту пользователей. Значение округляется до ближайшего числа, кратного 10, 100, 1000 или 1 000 000, в зависимости от величины значения.
Поддерживаемые размеры:
-
apiLevel
( string
): уровень API Android, работающего на устройстве пользователя, например, 26. -
versionCode
( int64
): версия приложения, работавшего на устройстве пользователя. -
deviceModel
( string
): уникальный идентификатор модели устройства пользователя. Идентификатор имеет вид «deviceBrand/device», где deviceBrand соответствует Build.BRAND, а device — Build.DEVICE, например, google/coral. -
deviceBrand
( string
): уникальный идентификатор марки устройства пользователя, например, Google. -
deviceType
( string
): тип (также известный как форм-фактор) устройства пользователя, например, PHONE. -
countryCode
( string
): страна или регион устройства пользователя на основе его IP-адреса, представленный в виде двухбуквенного кода ISO-3166 (например, US для Соединенных Штатов). -
deviceRamBucket
( int64
): оперативная память устройства в МБ, в сегментах (3 ГБ, 4 ГБ и т. д.). -
deviceSocMake
( string
): Марка основной системы на кристалле устройства, например, Samsung. Ссылка -
deviceSocModel
( string
): модель основной системы на кристалле устройства, например, «Exynos 2100». Ссылка -
deviceCpuMake
( string
): марка процессора устройства, например, Qualcomm. -
deviceCpuModel
( string
): модель ЦП устройства, например, «Kryo 240». -
deviceGpuMake
( string
): марка графического процессора устройства, например, ARM. -
deviceGpuModel
( string
): модель графического процессора устройства, например, Mali. -
deviceGpuVersion
( string
): версия графического процессора устройства, например, T750. -
deviceVulkanVersion
( string
): версия Vulkan устройства, например, «4198400». -
deviceGlEsVersion
( string
): версия OpenGL ES устройства, например, «196610». -
deviceScreenSize
( string
): Размер экрана устройства, например, NORMAL, LARGE. -
deviceScreenDpi
( string
): плотность экрана устройства, например, mdpi, hdpi.
Требуемые разрешения : для доступа к этому ресурсу вызывающему пользователю необходимо разрешение «Просмотр информации о приложении (только чтение)» для приложения.
JSON-представление |
---|
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
Поля |
---|
name | string Идентификатор. Имя ресурса. Формат: apps/{app}/stuckBackgroundWakelockRateMetricSet |
freshnessInfo | object ( FreshnessInfo ) Краткая информация об актуальности данных в этом ресурсе. |
Методы |
---|
| Описывает свойства набора метрик. |
| Запрашивает метрики в наборе метрик. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eThe StuckBackgroundWakelockRateMetricSet resource provides insights into wakelock durations and process state data, normalized independently of user counts.\u003c/p\u003e\n"],["\u003cp\u003eIt offers metrics like \u003ccode\u003estuckBgWakelockRate\u003c/code\u003e, \u003ccode\u003estuckBgWakelockRate7dUserWeighted\u003c/code\u003e, \u003ccode\u003estuckBgWakelockRate28dUserWeighted\u003c/code\u003e, and \u003ccode\u003edistinctUsers\u003c/code\u003e for analysis.\u003c/p\u003e\n"],["\u003cp\u003eData can be segmented by dimensions such as API level, version code, device model, country, and various device specifications.\u003c/p\u003e\n"],["\u003cp\u003eThe aggregation period supported is daily, with metrics aggregated in calendar date intervals in the \u003ccode\u003eAmerica/Los_Angeles\u003c/code\u003e timezone.\u003c/p\u003e\n"],["\u003cp\u003eTo access this resource, users need the "View app information (read-only)" permission for the app.\u003c/p\u003e\n"]]],["The `StuckBackgroundWakelockRateMetricSet` resource provides metrics on background wakelock duration, normalized by user counts. It supports daily aggregation in the `America/Los_Angeles` timezone. Key metrics include `stuckBgWakelockRate`, its 7-day and 28-day user-weighted averages, and `distinctUsers`. Data can be filtered by dimensions such as `apiLevel`, `versionCode`, `deviceModel`, and others related to device, and country. Two methods are supported: `get` to describe the properties, and `query` to retrieve the metrics.\n"],null,["# REST Resource: vitals.stuckbackgroundwakelockrate\n\n- [Resource: StuckBackgroundWakelockRateMetricSet](#StuckBackgroundWakelockRateMetricSet)\n - [JSON representation](#StuckBackgroundWakelockRateMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: StuckBackgroundWakelockRateMetricSet\n----------------------------------------------\n\nSingleton resource representing the set of Stuck Background Wakelocks metrics.\n\nThis metric set contains PowerManager wakelock duration data combined with process state data to produce a normalized metric independent of user counts.\n\n**Supported aggregation periods:**\n\n- [DAILY](/play/developer/reporting/reference/rest/v1beta1/AggregationPeriod#ENUM_VALUES.DAILY): metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`.\n\n**Supported metrics:**\n\n- `stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a wakelock held in the background for longer than 1 hour.\n- `stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day.\n- `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day.\n- `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `stuckBgWakelockRate` metric. A user is counted in this metric if their app was doing any work on the device, i.e., not just active foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.\n\n**Supported dimensions:**\n\n- `apiLevel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the API level of Android that was running on the user's device, e.g., 26.\n- `versionCode` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): version of the app that was running on the user's device.\n- `deviceModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral.\n- `deviceBrand` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device brand, e.g., google.\n- `deviceType` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the type (also known as form factor) of the user's device, e.g., PHONE.\n- `countryCode` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States).\n- `deviceRamBucket` ([int64](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.int64_value)): RAM of the device, in MB, in buckets (3GB, 4GB, etc.).\n- `deviceSocMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)\n- `deviceSocModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's primary system-on-chip, e.g., \"Exynos 2100\". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)\n- `deviceCpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's CPU, e.g., Qualcomm.\n- `deviceCpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's CPU, e.g., \"Kryo 240\".\n- `deviceGpuMake` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's GPU, e.g., ARM.\n- `deviceGpuModel` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's GPU, e.g., Mali.\n- `deviceGpuVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Version of the device's GPU, e.g., T750.\n- `deviceVulkanVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Vulkan version of the device, e.g., \"4198400\".\n- `deviceGlEsVersion` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): OpenGL ES version of the device, e.g., \"196610\".\n- `deviceScreenSize` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen size of the device, e.g., NORMAL, LARGE.\n- `deviceScreenDpi` ([string](/play/developer/reporting/reference/rest/v1beta1/anomalies#DimensionValue.FIELDS.string_value)): Screen density of the device, e.g., mdpi, hdpi.\n\n**Required permissions** : to access this resource, the calling user needs the *View app information (read-only)* permission for the app.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"freshnessInfo\": { object (/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo) } } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet |\n| `freshnessInfo` | `object (`[FreshnessInfo](/play/developer/reporting/reference/rest/v1beta1/FreshnessInfo)`)` Summary about data freshness in this resource. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------|---------------------------------------------|\n| ### [get](/play/developer/reporting/reference/rest/v1beta1/vitals.stuckbackgroundwakelockrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1beta1/vitals.stuckbackgroundwakelockrate/query) | Queries the metrics in the metric set. |"]]