REST Resource: vitals.errors.counts
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: ErrorCountMetricSet
Pojedynczy zasób reprezentujący zbiór danych raportu o błędach.
Ten zestaw danych zawiera nieznormalizowane liczby raportów o błędach.
Obsługiwane okresy agregacji:
HOURLY
: dane są agregowane w przedziałach godzinowych. Domyślną i jedyną obsługiwaną strefą czasową jest UTC
.
DAILY
: dane są agregowane w interwałach dat kalendarzowych. Domyślną i jedyną obsługiwaną strefą czasową jest America/Los_Angeles
.
Obsługiwane dane:
errorReportCount
(google.type.Decimal
): bezwzględna liczba poszczególnych raportów o błędach otrzymanych w przypadku aplikacji.
distinctUsers
(google.type.Decimal
): liczba unikalnych użytkowników, dla których otrzymano raporty. Należy uważać, aby nie sumować tej liczby, ponieważ może to spowodować kilkukrotne zliczenie użytkowników. Ta wartość nie jest zaokrąglana, ale może być przybliżona.
Wymiar wymagany:
Ten wymiar musi być zawsze określony we wszystkich żądaniach w polu dimensions
w żądaniach zapytań.
reportType
(string
): typ błędu. Wartość powinna odpowiadać jednej z możliwych wartości w ErrorType
.
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.
deviceType
(string
): identyfikator formatu urządzenia, np. TELEFON.
issueId
(string
): identyfikator, do którego przypisano błąd. Wartość powinna odpowiadać komponentowi {issue}
atrybutu issue name
.
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.counts
zawiera znormalizowane dane o awariach, czyli inne dane dotyczące stabilności.
vitals.errors.counts
zawiera znormalizowane dane o błędach ANR, czyli inne dane dotyczące stabilności.
Zapis JSON |
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
Pola |
name |
string
Nazwa zasobu. Format: apps/{app}/errorCountMetricSet
|
freshnessInfo |
object (FreshnessInfo )
Podsumowanie dotyczące częstotliwości aktualizacji danych w tym zasobie.
|
Metody |
|
Opisuje właściwości zestawu danych. |
|
Wysyła zapytanie 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 ErrorCountMetricSet resource provides un-normalized error report counts for your app, including total reports and distinct users affected.\u003c/p\u003e\n"],["\u003cp\u003eYou can segment this data by dimensions like Android API level, app version, device model, and error type to pinpoint specific issues.\u003c/p\u003e\n"],["\u003cp\u003eThis metric set supports hourly and daily aggregation periods, with data freshness information available.\u003c/p\u003e\n"],["\u003cp\u003eTo access this resource, you'll need the "View app information (read-only)" permission for the app.\u003c/p\u003e\n"],["\u003cp\u003eFor normalized crash and ANR metrics, explore the related metric sets: \u003ccode\u003evitals.errors.crashrate\u003c/code\u003e and \u003ccode\u003evitals.errors.anrrate\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ErrorCountMetricSet` resource provides un-normalized error report counts for apps, supporting hourly (UTC) and daily (America/Los_Angeles) aggregations. Key metrics include `errorReportCount` and `distinctUsers`. The `reportType` dimension is required, with others including `apiLevel`, `versionCode`, `deviceModel`, and more. Access requires *View app information* permission. Related sets offer crash and ANR metrics. JSON represents the set with `name` and `freshnessInfo` fields. The methods available are `get` and `query`.\n"],null,["# REST Resource: vitals.errors.counts\n\n- [Resource: ErrorCountMetricSet](#ErrorCountMetricSet)\n - [JSON representation](#ErrorCountMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ErrorCountMetricSet\n-----------------------------\n\nSingleton resource representing the set of error report metrics.\n\nThis metric set contains un-normalized error report counts.\n\n**Supported aggregation periods:**\n\n- [HOURLY](/play/developer/reporting/reference/rest/v1alpha1/AggregationPeriod#ENUM_VALUES.HOURLY): metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.\n- [DAILY](/play/developer/reporting/reference/rest/v1alpha1/AggregationPeriod#ENUM_VALUES.DAILY): metrics are aggregated in calendar date intervals. The default and only supported timezone is `America/Los_Angeles`.\n\n**Supported metrics:**\n\n- `errorReportCount` (`google.type.Decimal`): Absolute count of individual error reports that have been received for an app.\n- `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been received. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. This value is not rounded, however it may be an approximation.\n\n**Required dimension:**\n\nThis dimension must be always specified in all requests in the `dimensions` field in query requests.\n\n- `reportType` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): the type of error. The value should correspond to one of the possible values in [ErrorType](/play/developer/reporting/reference/rest/v1alpha1/ErrorType).\n\n**Supported dimensions:**\n\n- `apiLevel` ([string](/play/developer/reporting/reference/rest/v1alpha1/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/v1alpha1/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/v1alpha1/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- `deviceType` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): identifier of the device's form factor, e.g., PHONE.\n- `issueId` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): the id an error was assigned to. The value should correspond to the `{issue}` component of the [issue name](/play/developer/reporting/reference/rest/v1alpha1/vitals.errors.issues#ErrorIssue.FIELDS.name).\n- `deviceRamBucket` ([int64](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.int64_value)): RAM of the device, in MB, in buckets (3GB, 4GB, etc.).\n- `deviceSocMake` ([string](/play/developer/reporting/reference/rest/v1alpha1/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/v1alpha1/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/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's CPU, e.g., Qualcomm.\n- `deviceCpuModel` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's CPU, e.g., \"Kryo 240\".\n- `deviceGpuMake` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Make of the device's GPU, e.g., ARM.\n- `deviceGpuModel` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Model of the device's GPU, e.g., Mali.\n- `deviceGpuVersion` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Version of the device's GPU, e.g., T750.\n- `deviceVulkanVersion` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Vulkan version of the device, e.g., \"4198400\".\n- `deviceGlEsVersion` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): OpenGL ES version of the device, e.g., \"196610\".\n- `deviceScreenSize` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): Screen size of the device, e.g., NORMAL, LARGE.\n- `deviceScreenDpi` ([string](/play/developer/reporting/reference/rest/v1alpha1/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.counts](/play/developer/reporting/reference/rest/v1alpha1/vitals.crashrate#CrashRateMetricSet) contains normalized metrics about Crashes, another stability metric.\n- [vitals.errors.counts](/play/developer/reporting/reference/rest/v1alpha1/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/v1alpha1/FreshnessInfo) } } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name. Format: apps/{app}/errorCountMetricSet |\n| `freshnessInfo` | `object (`[FreshnessInfo](/play/developer/reporting/reference/rest/v1alpha1/FreshnessInfo)`)` Summary about data freshness in this resource. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------|----------------------------------------------|\n| ### [get](/play/developer/reporting/reference/rest/v1alpha1/vitals.errors.counts/get) | Describes the properties of the metrics set. |\n| ### [query](/play/developer/reporting/reference/rest/v1alpha1/vitals.errors.counts/query) | Queries the metrics in the metrics set. |"]]