REST Resource: vitals.errors.counts
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:ErrorCountMetricSet
代表一組錯誤報告指標的單例資源。
這組指標包含未標準化的錯誤報告計數。
支援的匯總期間:
HOURLY
:指標會以每小時為間隔匯總。預設時區為 UTC
,且僅支援此時區。
DAILY
:指標會以日曆日期間隔匯總。預設時區為 America/Los_Angeles
,且僅支援此時區。
支援的指標:
errorReportCount
(google.type.Decimal
):應用程式收到的個別錯誤報告絕對數量。
distinctUsers
(google.type.Decimal
):收到報告的不同使用者人數。請務必不要進一步匯總這項計數,否則可能會導致系統重複計算使用者。這個值不會四捨五入,但可能是約略值。
必要維度:
在查詢要求的 dimensions
欄位中,所有要求都必須一律指定這個維度。
支援的尺寸:
apiLevel
(string
):使用者裝置上執行的 Android API 級別,例如 26.
versionCode
(int64
):使用者裝置上執行的應用程式版本。
deviceModel
(string
):使用者裝置型號的專屬 ID。識別碼格式為「deviceBrand/device」,其中 deviceBrand 對應於 Build.BRAND,device 則對應於 Build.DEVICE,例如「google/coral」。
deviceType
(string
):裝置板型規格的 ID,例如 PHONE.
issueId
(string
):系統指派錯誤的 ID。這個值應與 issue name
的 {issue}
元件相符。
deviceRamBucket
(int64
):裝置的 RAM (以 MB 為單位),以儲存區的形式 (3 GB、4 GB 等)。
deviceSocMake
(string
):裝置主要系統單晶片的製造商,例如 Samsung。參考資料
deviceSocModel
(string
):裝置主要系統單晶片的型號,例如 「Exynos 2100」。參考資料
deviceCpuMake
(string
):裝置 CPU 的製造商,例如 Qualcomm。
deviceCpuModel
(string
):裝置 CPU 型號,例如 「Kryo 240」。
deviceGpuMake
(string
):裝置 GPU 的製造商,例如 ARM。
deviceGpuModel
(string
):裝置 GPU 的型號,例如 馬利。
deviceGpuVersion
(string
):裝置 GPU 的版本,例如 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}/errorCountMetricSet
|
freshnessInfo |
object (FreshnessInfo )
這項資源的資料更新間隔摘要。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]