REST Resource: vitals.crashrate
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: CrashRateMetricSet
クラッシュ率指標のセットを表すシングルトン リソース。
この指標セットには、クラッシュ データと使用状況データを組み合わせて、ユーザー数に依存しない正規化された指標を生成したものが含まれています。
サポートされている集計期間:
DAILY
: 指標はカレンダーの日付間隔で集計されます。過去の制約により、サポートされているタイムゾーンは America/Los_Angeles
のみです。
HOURLY
: 指標は 1 時間間隔で集計されます。デフォルトでサポートされているタイムゾーンは UTC
のみです。
サポートされている指標:
crashRate
(google.type.Decimal
): 集計期間中に少なくとも 1 回クラッシュが発生したユニーク ユーザーの割合。
crashRate7dUserWeighted
(google.type.Decimal
): 過去 7 日間の crashRate
の移動平均値。1 日の値は、その日のユニーク ユーザー数で重み付けされます。HOURLY 粒度ではサポートされていません。
crashRate28dUserWeighted
(google.type.Decimal
): 過去 28 日間の crashRate
の移動平均値。1 日の値は、その日のユニーク ユーザー数で重み付けされます。HOURLY 粒度ではサポートされていません。
userPerceivedCrashRate
(google.type.Decimal
): アプリのアクティブな使用中にクラッシュ(ユーザーが認識したクラッシュ)が 1 回以上発生した、集計期間内のユニーク ユーザーの割合。アプリは、アクティビティを表示しているかフォアグラウンド サービスを実行しているときに、アクティブに使用されているとみなされます。
userPerceivedCrashRate7dUserWeighted
(google.type.Decimal
): 過去 7 日間の userPerceivedCrashRate
の移動平均値。1 日の値は、その日のユニーク ユーザー数で重み付けされます。HOURLY 粒度ではサポートされていません。
userPerceivedCrashRate28dUserWeighted
(google.type.Decimal
): 過去 28 日間の userPerceivedCrashRate
の移動平均値。1 日の値は、その日のユニーク ユーザー数で重み付けされます。HOURLY 粒度ではサポートされていません。
distinctUsers
(google.type.Decimal
): crashRate
指標と userPerceivedCrashRate
指標の正規化値として使用された、集計期間内のユニーク ユーザーの数。集計期間中にアプリをアクティブに使用したユーザーは、この指標でカウントされます。アプリは、アクティビティを表示しているかフォアグラウンド サービスを実行しているときに、アクティブに使用されているとみなされます。このカウントをさらに集計すると、ユーザーが複数回カウントされる可能性があるため、注意が必要です。値の大きさによって、10、100、1,000、1,000,000 の最も近い倍数に丸められます。
サポートされているディメンション:
apiLevel
(string
): ユーザーのデバイスで実行されていた Android の API レベル(例: 26.
versionCode
(int64
): ユーザーのデバイスで実行されていたアプリのバージョン。
deviceModel
(string
): ユーザーのデバイスモデルの一意の識別子。識別子の形式は「deviceBrand/device」です。ここで、deviceBrand は Build.BRAND に対応し、device は Build.DEVICE に対応します(例: google/coral)。
deviceBrand
(string
): ユーザーのデバイスのブランドの一意の識別子(例: google)。
deviceType
(string
): ユーザーのデバイスのタイプ(フォーム ファクタとも呼ばれます)。例: PHONE。
countryCode
(string
): ユーザーのデバイスの国または地域(IP アドレスに基づく)。2 文字の ISO-3166 コードで表されます(例: 米国なら US)。
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
ID。リソース名。 形式: apps/{app}/crashRateMetricSet
|
freshnessInfo |
object (FreshnessInfo )
このリソースのデータの更新頻度に関する概要。
|
メソッド |
|
指標セットのプロパティを記述します。 |
|
指標セット内の指標をクエリします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe CrashRateMetricSet resource provides normalized crash rate metrics for your app, combining crash data with usage data.\u003c/p\u003e\n"],["\u003cp\u003eIt supports daily and hourly aggregation periods, along with various crash rate metrics (including user-perceived rates and rolling averages).\u003c/p\u003e\n"],["\u003cp\u003eYou can break down crash rate data by dimensions such as API level, device model, country, and more for detailed analysis.\u003c/p\u003e\n"],["\u003cp\u003eCrashRateMetricSet requires the "View app information (read-only)" permission and is related to other metric sets like \u003ccode\u003evitals.errors\u003c/code\u003e for unnormalized crash counts and ANR rates.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes information about data freshness and offers methods to describe its properties and query the crash rate metrics.\u003c/p\u003e\n"]]],["The `CrashRateMetricSet` resource provides normalized crash metrics for apps, incorporating both crash and usage data. Key metrics include `crashRate`, `userPerceivedCrashRate`, and their 7-day and 28-day user-weighted rolling averages. Data can be aggregated daily (Los Angeles timezone) or hourly (UTC timezone), with `distinctUsers` also available. It supports filtering by various dimensions, such as `apiLevel`, `versionCode`, `deviceModel`, and `countryCode`. Access requires \"View app information\" permission. Methods: Get, Query.\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/v1alpha1/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/v1alpha1/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/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- `deviceBrand` ([string](/play/developer/reporting/reference/rest/v1alpha1/anomalies#DimensionValue.FIELDS.string_value)): unique identifier of the user's device brand, e.g., google.\n- `deviceType` ([string](/play/developer/reporting/reference/rest/v1alpha1/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/v1alpha1/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/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](/play/developer/reporting/reference/rest/v1alpha1/vitals.errors.counts#ErrorCountMetricSet) contains unnormalized version (absolute counts) of crashes.\n- [vitals.errors](/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` Identifier. The resource name. Format: apps/{app}/crashRateMetricSet |\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.crashrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1alpha1/vitals.crashrate/query) | Queries the metrics in the metric set. |"]]