REST Resource: vitals.crashrate
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: CrashRateMetricSet
Pojedynczy zasób reprezentujący zestaw danych o częstotliwości awarii.
Ten zestaw danych zawiera dane o awariach połączone z danymi o korzystaniu, tworząc znormalizowane dane niezależne od liczby użytkowników.
Obsługiwane okresy agregacji:
DAILY
: dane są agregowane w interwałach dat kalendarzowych. Ze względu na ograniczenia historyczne jedyną obsługiwaną strefą czasową jest America/Los_Angeles
.
HOURLY
: dane są agregowane w przedziałach godzinowych. Domyślną i jedyną obsługiwaną strefą czasową jest UTC
.
Obsługiwane dane:
crashRate
(google.type.Decimal
): odsetek unikalnych użytkowników w okresie agregacji, u których wystąpiła co najmniej 1 awaria.
crashRate7dUserWeighted
(google.type.Decimal
): średnia krocząca wartości crashRate
z ostatnich 7 dni. Wartości dzienne są ważone przez liczbę unikalnych użytkowników w danym dniu. Nieobsługiwane w przypadku szczegółowości GODZINOWEJ.
crashRate28dUserWeighted
(google.type.Decimal
): średnia krocząca wartości crashRate
z ostatnich 28 dni. Wartości dzienne są ważone przez liczbę unikalnych użytkowników w danym dniu. Nieobsługiwane w przypadku szczegółowości GODZINOWEJ.
userPerceivedCrashRate
(google.type.Decimal
): odsetek unikalnych użytkowników w okresie agregacji, u których wystąpiła co najmniej 1 awaria podczas aktywnego korzystania z aplikacji (awaria widoczna dla użytkownika). Aplikacja jest uznawana za aktywnie używaną, jeśli wyświetla jakąkolwiek aktywność lub wykonuje jakąkolwiek usługę na pierwszym planie.
userPerceivedCrashRate7dUserWeighted
(google.type.Decimal
): średnia krocząca wartości userPerceivedCrashRate
z ostatnich 7 dni. Wartości dzienne są ważone przez liczbę unikalnych użytkowników w danym dniu. Nieobsługiwane w przypadku szczegółowości GODZINOWEJ.
userPerceivedCrashRate28dUserWeighted
(google.type.Decimal
): średnia krocząca wartości userPerceivedCrashRate
z ostatnich 28 dni. Wartości dzienne są ważone przez liczbę unikalnych użytkowników w danym dniu. Nieobsługiwane w przypadku szczegółowości GODZINOWEJ.
distinctUsers
(google.type.Decimal
): liczba unikalnych użytkowników w okresie agregacji, którzy zostali użyci jako wartość normalizacyjna w przypadku danych crashRate
i userPerceivedCrashRate
. Użytkownik jest uwzględniany w tych danych, jeśli aktywnie korzystał z aplikacji w okresie agregacji. Aplikacja jest uznawana za aktywnie używaną, jeśli wyświetla jakąkolwiek aktywność lub wykonuje jakąkolwiek usługę na pierwszym planie. Należy uważać, aby nie sumować tej liczby, ponieważ może to spowodować kilkukrotne zliczenie użytkowników. Wartość jest zaokrąglana do najbliższej wielokrotności 10, 100, 1000 lub 1 000 000 w zależności od jej wielkości.
Obsługiwane wymiary:
apiLevel
(string
): poziom interfejsu API Androida, który był używany na urządzeniu użytkownika, np. 26.
versionCode
(int64
): wersja aplikacji, która była uruchomiona na urządzeniu użytkownika.
deviceModel
(string
): unikalny identyfikator modelu urządzenia użytkownika. Identyfikator ma postać „deviceBrand/device”, gdzie deviceBrand odpowiada Build.BRAND, a device odpowiada Build.DEVICE, np. google/coral.
deviceBrand
(string
): unikalny identyfikator marki urządzenia użytkownika, np. google.
deviceType
(string
): typ (zwany też formatem) urządzenia użytkownika, np. TELEFON.
countryCode
(string
): kraj lub region urządzenia użytkownika na podstawie adresu IP, przedstawiony jako 2-literowy kod ISO 3166 (np. US w przypadku Stanów Zjednoczonych).
deviceRamBucket
(int64
): pamięć RAM urządzenia w MB, w przedziałach (3 GB, 4 GB itp.).
deviceSocMake
(string
): marka głównego układu SoC urządzenia, np. Samsung. Produkty
deviceSocModel
(string
): model głównego układu SoC urządzenia, np. „Exynos 2100”. Produkty
deviceCpuMake
(string
): marka procesora urządzenia, np. Qualcomm.
deviceCpuModel
(string
): model procesora urządzenia, np. „Kryo 240”.
deviceGpuMake
(string
): marka procesora graficznego urządzenia, np. ARM.
deviceGpuModel
(string
): model procesora graficznego urządzenia, np. Mali.
deviceGpuVersion
(string
): wersja procesora graficznego urządzenia, np. T750.
deviceVulkanVersion
(string
): wersja interfejsu Vulkan na urządzeniu, np. „4198400”.
deviceGlEsVersion
(string
): wersja OpenGL ES na urządzeniu, np. „196610”.
deviceScreenSize
(string
): rozmiar ekranu urządzenia, np. NORMALNY, DUŻY.
deviceScreenDpi
(string
): gęstość ekranu urządzenia, np. mdpi, hdpi.
Wymagane uprawnienia: aby uzyskać dostęp do tego zasobu, użytkownik wywołujący musi mieć uprawnienie Wyświetlanie informacji o aplikacji (tylko do odczytu) w przypadku aplikacji.
Powiązane zestawy danych:
vitals.errors
zawiera nieznormalizowaną wersję (wartości bezwzględne) awarii.
vitals.errors
zawiera znormalizowane dane o błędach ANR, czyli inne dane dotyczące stabilności.
Zapis JSON |
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
Pola |
name |
string
Identyfikator. Nazwa zasobu. Format: apps/{app}/crashRateMetricSet
|
freshnessInfo |
object (FreshnessInfo )
Podsumowanie dotyczące częstotliwości aktualizacji danych w tym zasobie.
|
Metody |
|
Opisuje właściwości zestawu danych. |
|
Wysyła zapytania o dane w zestawie danych. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe CrashRateMetricSet resource provides normalized crash rate metrics for your app, combining crash data with usage data to provide insights independent of user counts.\u003c/p\u003e\n"],["\u003cp\u003eIt offers various crash rate metrics, including overall crash rate, user-perceived crash rate, and rolling averages, along with the distinct user count used for normalization.\u003c/p\u003e\n"],["\u003cp\u003eYou can analyze these metrics by dimensions like API level, version code, device model, country, and more to identify specific areas impacting your app's stability.\u003c/p\u003e\n"],["\u003cp\u003eData is aggregated daily (in PST) or hourly (in UTC) and requires the "View app information (read-only)" permission for access.\u003c/p\u003e\n"],["\u003cp\u003eFor unnormalized crash counts and information on ANR rates, refer to the related \u003ccode\u003evitals.errors\u003c/code\u003e metric sets.\u003c/p\u003e\n"]]],["The `CrashRateMetricSet` resource provides normalized crash metrics for apps, incorporating user data for accurate analysis. Metrics include `crashRate`, user-weighted rolling averages (7d, 28d), and `distinctUsers`. Data can be aggregated daily (America/Los_Angeles timezone) or hourly (UTC timezone). Dimensions for filtering include `apiLevel`, `versionCode`, device details (model, brand, type), `countryCode`, and more. Methods include retrieving the metric set's properties (`get`) and querying the metrics (`query`). To get this data you will need view app information permission.\n"],null,["# REST Resource: vitals.crashrate\n\n- [Resource: CrashRateMetricSet](#CrashRateMetricSet)\n - [JSON representation](#CrashRateMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CrashRateMetricSet\n----------------------------\n\nSingleton resource representing the set of crashrate metrics.\n\nThis metric set contains crashes data combined with usage 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- [HOURLY](/play/developer/reporting/reference/rest/v1beta1/AggregationPeriod#ENUM_VALUES.HOURLY): metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.\n\n**Supported metrics:**\n\n- `crashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash.\n- `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity.\n- `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity.\n- `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash while they were actively using your app (a user-perceived crash). An app is considered to be in active use if it is displaying any activity or executing any foreground service.\n- `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity.\n- `userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity.\n- `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `crashRate` and `userPerceivedCrashRate` metrics. A user is counted in this metric if they used the app actively during the aggregation period. An app is considered to be in active use if it is displaying any activity or executing any foreground service. 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**Related metric sets:**\n\n- [vitals.errors](/play/developer/reporting/reference/rest/v1beta1/vitals.errors.counts#ErrorCountMetricSet) contains unnormalized version (absolute counts) of crashes.\n- [vitals.errors](/play/developer/reporting/reference/rest/v1beta1/vitals.anrrate#AnrRateMetricSet) contains normalized metrics about ANRs, another stability metric.\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}/crashRateMetricSet |\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.crashrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1beta1/vitals.crashrate/query) | Queries the metrics in the metric set. |"]]