REST Resource: vitals.anrrate
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: AnrRateMetricSet
مورد فردي يمثّل مجموعة مقاييس ANR (التطبيق لا يستجيب).
تحتوي مجموعة المقاييس هذه على بيانات أخطاء ANR مدمَجة مع بيانات الاستخدام لإنتاج مقياس موحّد مستقل عن عدد المستخدمين.
فترات التجميع المتاحة:
DAILY
: يتم تجميع المقاييس في فواصل زمنية لتاريخ التقويم. بسبب القيود السابقة، لا تتوفّر سوى المنطقة الزمنية America/Los_Angeles
.
HOURLY
: يتم تجميع المقاييس على فواصل زمنية مدتها ساعة واحدة. UTC
هي المنطقة الزمنية التلقائية والوحيدة المتاحة.
المقاييس المتوافقة:
anrRate
(google.type.Decimal
): هي النسبة المئوية للمستخدمين المختلفين خلال فترة التجميع الذين واجهوا خطأ ANR واحدًا على الأقل.
-
anrRate7dUserWeighted
(google.type.Decimal
): متوسط التحرّك لقيمة anrRate
في آخر 7 أيام يتم ترجيح القيم اليومية حسب عدد المستخدمين المختلفين في اليوم. غير متاح بدقة الساعة.
-
anrRate28dUserWeighted
(google.type.Decimal
): قيمة المتوسط المتحرّك لـ anrRate
في آخر 28 يومًا يتم ترجيح القيم اليومية حسب عدد المستخدمين المختلفين في اليوم. غير متاح بدقة الساعة.
userPerceivedAnrRate
(google.type.Decimal
): النسبة المئوية للمستخدمين المختلفين خلال فترة التجميع الذين واجهوا خطأ ANR واحدًا على الأقل من الأخطاء التي لاحظها المستخدمون. في الوقت الحالي، تشمل أخطاء ANR التي لاحظها المستخدمون تلك التي من النوع "إرسال الإدخال".
-
userPerceivedAnrRate7dUserWeighted
(google.type.Decimal
): متوسط التحرّك لقيمة userPerceivedAnrRate
في آخر 7 أيام يتم ترجيح القيم اليومية حسب عدد المستخدمين المختلفين في اليوم. غير متاح بدقة الساعة.
-
userPerceivedAnrRate28dUserWeighted
(google.type.Decimal
): قيمة المتوسط المتحرّك لـ userPerceivedAnrRate
في آخر 28 يومًا يتم ترجيح القيم اليومية حسب عدد المستخدمين المختلفين في اليوم.
-
distinctUsers
(google.type.Decimal
): عدد المستخدمين المختلفين في فترة التجميع الذين تم استخدامهم كقيمة تسوية للمقياسَين anrRate
وuserPerceivedAnrRate
. يتم احتساب المستخدم في هذا المقياس إذا استخدم التطبيق في المقدّمة خلال فترة التجميع. يجب الحرص على عدم تجميع هذا العدد أكثر من ذلك، لأنّ ذلك قد يؤدي إلى احتساب المستخدمين عدة مرات. يتم تقريب القيمة إلى أقرب مضاعف للعدد 10 أو 100 أو 1,000 أو 1,000,000، وذلك استنادًا إلى حجم القيمة.
السمات المتوافقة:
-
apiLevel
(string
): مستوى واجهة برمجة التطبيقات لنظام التشغيل Android الذي كان يعمل على جهاز المستخدم، على سبيل المثال: 26.
-
versionCode
(int64
): إصدار التطبيق الذي كان يعمل على جهاز المستخدم.
-
deviceModel
(string
): معرّف فريد لطراز جهاز المستخدم. يكون شكل المعرّف هو deviceBrand/device، حيث يتوافق deviceBrand مع Build.BRAND ويتوافق device مع Build.DEVICE، على سبيل المثال google/coral.
-
deviceBrand
(string
): معرّف فريد للعلامة التجارية لجهاز المستخدِم، مثل google.
-
deviceType
(string
): نوع جهاز المستخدِم (المعروف أيضًا باسم شكل الجهاز)، مثل هاتف
-
countryCode
(string
): البلد أو المنطقة التي يقع فيها جهاز المستخدِم استنادًا إلى عنوان IP الخاص به، ويتم تمثيلهما كرمز مكوّن من حرفَين وفقًا لمعيار ISO-3166 (مثل US للولايات المتحدة).
-
deviceRamBucket
(int64
): ذاكرة الوصول العشوائي (RAM) للجهاز، بالميغابايت، في حِزم (3 غيغابايت و4 غيغابايت وما إلى ذلك).
-
deviceSocMake
(string
): ماركة نظام الجهاز الأساسي على الشريحة، مثل Samsung المرجع
-
deviceSocModel
(string
): طراز نظام الجهاز الأساسي على الشريحة، مثل "Exynos 2100". المرجع
-
deviceCpuMake
(string
): الشركة المصنّعة لوحدة المعالجة المركزية (CPU) بالجهاز، مثل Qualcomm
-
deviceCpuModel
(string
): طراز وحدة المعالجة المركزية (CPU) للجهاز، مثل "Kryo 240".
-
deviceGpuMake
(string
): يشير إلى الشركة المصنّعة لوحدة معالجة الرسومات في الجهاز، مثل ARM.
-
deviceGpuModel
(string
): طراز وحدة معالجة الرسومات في الجهاز، مثل مالي
-
deviceGpuVersion
(string
): إصدار وحدة معالجة الرسومات في الجهاز، مثل T750.
-
deviceVulkanVersion
(string
): إصدار Vulkan للجهاز، مثل "4198400".
deviceGlEsVersion
(string
): إصدار OpenGL ES على الجهاز، مثل "196610".
deviceScreenSize
(string
): حجم شاشة الجهاز، مثل NORMAL, LARGE.
-
deviceScreenDpi
(string
): كثافة الشاشة على الجهاز، مثل mdpi وhdpi
الأذونات المطلوبة: للوصول إلى هذا المرجع، يحتاج المستخدم الذي يجري الاتصال إلى إذن عرض معلومات التطبيق (للقراءة فقط) للتطبيق.
مجموعات المقاييس ذات الصلة:
- تحتوي السمة
vitals.errors
على إصدار غير معدَّل (عدد مطلق) من الأعطال.
- يحتوي
vitals.errors
على مقاييس موحّدة بشأن الأعطال، وهو مقياس آخر للثبات.
تمثيل JSON |
{
"name": string,
"freshnessInfo": {
object (FreshnessInfo )
}
} |
الحقول |
name |
string
المعرّف اسم المورد التنسيق: apps/{app}/anrRateMetricSet
|
freshnessInfo |
object (FreshnessInfo )
ملخّص حول مدى حداثة البيانات في هذا المرجع
|
الطُرق |
|
توضّح هذه السمة خصائص مجموعة المقاييس. |
|
يطلب هذا الإجراء المقاييس في مجموعة المقاييس. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe AnrRateMetricSet resource provides ANR data combined with usage data to produce a normalized metric, independent of user counts.\u003c/p\u003e\n"],["\u003cp\u003eIt supports daily and hourly aggregation periods, with specific timezones for each.\u003c/p\u003e\n"],["\u003cp\u003eAvailable metrics include ANR rate, user-perceived ANR rate, distinct users, and rolling averages for ANR rates.\u003c/p\u003e\n"],["\u003cp\u003eDimensions for analysis include API level, version code, device details (model, brand, type, RAM, SoC, CPU, GPU), country code, and screen characteristics.\u003c/p\u003e\n"],["\u003cp\u003eAccess requires the "View app information (read-only)" permission.\u003c/p\u003e\n"]]],["The AnrRateMetricSet resource provides normalized ANR (Application Not Responding) metrics, including `anrRate`, `userPerceivedAnrRate`, and their 7-day and 28-day user-weighted rolling averages. It supports daily (America/Los_Angeles) and hourly (UTC) aggregation. Key metrics are normalized by `distinctUsers`. Dimensions available include `apiLevel`, `versionCode`, `deviceModel`, and various device properties. The resource can be accessed via `get` and `query` methods, requiring *View app information* permission. JSON representation and data freshness info are also provided.\n"],null,["# REST Resource: vitals.anrrate\n\n- [Resource: AnrRateMetricSet](#AnrRateMetricSet)\n - [JSON representation](#AnrRateMetricSet.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AnrRateMetricSet\n--------------------------\n\nSingleton resource representing the set of ANR (Application not responding) metrics.\n\nThis metric set contains ANRs 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- `anrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one ANR.\n- `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` 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- `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` 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- `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one user-perceived ANR. User-perceived ANRs are currently those of 'Input dispatching' type.\n- `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` 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- `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` 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 `anrRate` and `userPerceivedAnrRate` metrics. A user is counted in this metric if they used the app in the foreground during the aggregation period. 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.crashrate#CrashRateMetricSet) contains normalized metrics about crashes, 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}/anrRateMetricSet |\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.anrrate/get) | Describes the properties of the metric set. |\n| ### [query](/play/developer/reporting/reference/rest/v1alpha1/vitals.anrrate/query) | Queries the metrics in the metric set. |"]]