|
773 | 773 | }
|
774 | 774 | }
|
775 | 775 | },
|
| 776 | +"lmkrate": { |
| 777 | +"methods": { |
| 778 | +"get": { |
| 779 | +"description": "Describes the properties of the metric set.", |
| 780 | +"flatPath": "v1alpha1/apps/{appsId}/lmkRateMetricSet", |
| 781 | +"httpMethod": "GET", |
| 782 | +"id": "playdeveloperreporting.vitals.lmkrate.get", |
| 783 | +"parameterOrder": [ |
| 784 | +"name" |
| 785 | +], |
| 786 | +"parameters": { |
| 787 | +"name": { |
| 788 | +"description": "Required. The resource name. Format: apps/{app}/lmkRateMetricSet", |
| 789 | +"location": "path", |
| 790 | +"pattern": "^apps/[^/]+/lmkRateMetricSet$", |
| 791 | +"required": true, |
| 792 | +"type": "string" |
| 793 | +} |
| 794 | +}, |
| 795 | +"path": "v1alpha1/{+name}", |
| 796 | +"response": { |
| 797 | +"$ref": "GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet" |
| 798 | +}, |
| 799 | +"scopes": [ |
| 800 | +"https://www.googleapis.com/auth/playdeveloperreporting" |
| 801 | +] |
| 802 | +}, |
| 803 | +"query": { |
| 804 | +"description": "Queries the metrics in the metric set.", |
| 805 | +"flatPath": "v1alpha1/apps/{appsId}/lmkRateMetricSet:query", |
| 806 | +"httpMethod": "POST", |
| 807 | +"id": "playdeveloperreporting.vitals.lmkrate.query", |
| 808 | +"parameterOrder": [ |
| 809 | +"name" |
| 810 | +], |
| 811 | +"parameters": { |
| 812 | +"name": { |
| 813 | +"description": "Required. The resource name. Format: apps/{app}/lmkRateMetricSet", |
| 814 | +"location": "path", |
| 815 | +"pattern": "^apps/[^/]+/lmkRateMetricSet$", |
| 816 | +"required": true, |
| 817 | +"type": "string" |
| 818 | +} |
| 819 | +}, |
| 820 | +"path": "v1alpha1/{+name}:query", |
| 821 | +"request": { |
| 822 | +"$ref": "GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest" |
| 823 | +}, |
| 824 | +"response": { |
| 825 | +"$ref": "GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse" |
| 826 | +}, |
| 827 | +"scopes": [ |
| 828 | +"https://www.googleapis.com/auth/playdeveloperreporting" |
| 829 | +] |
| 830 | +} |
| 831 | +} |
| 832 | +}, |
776 | 833 | "slowrenderingrate": {
|
777 | 834 | "methods": {
|
778 | 835 | "get": {
|
|
947 | 1004 | }
|
948 | 1005 | }
|
949 | 1006 | },
|
950 |
| -"revision": "20250204", |
| 1007 | +"revision": "20250311", |
951 | 1008 | "rootUrl": "https://playdeveloperreporting.googleapis.com/",
|
952 | 1009 | "schemas": {
|
953 | 1010 | "GooglePlayDeveloperReportingV1alpha1Anomaly": {
|
|
1367 | 1424 | },
|
1368 | 1425 | "type": "object"
|
1369 | 1426 | },
|
| 1427 | +"GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet": { |
| 1428 | +"description": "Singleton resource representing the set of LMK (Low Memory Kill) metrics. This metric set contains LMKs data combined with usage data to produce a normalized metric independent of user counts. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. **Supported metrics:** * `userPerceivedLmkRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one LMK while they were actively using your app (a user-perceived LMK). An app is considered to be in active use if it is displaying any activity or executing any foreground service. * `userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `userPerceivedLmkRate` 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. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): 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. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): 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). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., \"Exynos 2100\". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., \"Kryo 240\". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., \"4198400\". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., \"196610\". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. **Required permissions**: to access this resource, the calling user needs the _View app information (read-only)_ permission for the app. **Related metric sets:** * vitals.errors contains normalized metrics about crashes, another stability metric. * vitals.errors contains normalized metrics about ANRs, another stability metric.", |
| 1429 | +"id": "GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet", |
| 1430 | +"properties": { |
| 1431 | +"freshnessInfo": { |
| 1432 | +"$ref": "GooglePlayDeveloperReportingV1alpha1FreshnessInfo", |
| 1433 | +"description": "Summary about data freshness in this resource." |
| 1434 | +}, |
| 1435 | +"name": { |
| 1436 | +"description": "Identifier. The resource name. Format: apps/{app}/lmkRateMetricSet", |
| 1437 | +"type": "string" |
| 1438 | +} |
| 1439 | +}, |
| 1440 | +"type": "object" |
| 1441 | +}, |
1370 | 1442 | "GooglePlayDeveloperReportingV1alpha1MetricValue": {
|
1371 | 1443 | "description": "Represents the value of a metric.",
|
1372 | 1444 | "id": "GooglePlayDeveloperReportingV1alpha1MetricValue",
|
|
1711 | 1783 | },
|
1712 | 1784 | "type": "object"
|
1713 | 1785 | },
|
| 1786 | +"GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest": { |
| 1787 | +"description": "Request message for QueryLmkRateMetricSet.", |
| 1788 | +"id": "GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest", |
| 1789 | +"properties": { |
| 1790 | +"dimensions": { |
| 1791 | +"description": "Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): 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. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): 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). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., \"Exynos 2100\". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., \"Kryo 240\". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., \"4198400\". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., \"196610\". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.", |
| 1792 | +"items": { |
| 1793 | +"type": "string" |
| 1794 | +}, |
| 1795 | +"type": "array" |
| 1796 | +}, |
| 1797 | +"filter": { |
| 1798 | +"description": "Optional. Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions.", |
| 1799 | +"type": "string" |
| 1800 | +}, |
| 1801 | +"metrics": { |
| 1802 | +"description": "Optional. Metrics to aggregate. **Supported metrics:** * `userPerceivedLmkRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one LMK while they were actively using your app (a user-perceived LMK). An app is considered to be in active use if it is displaying any activity or executing any foreground service. * `userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `userPerceivedLmkRate` 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.", |
| 1803 | +"items": { |
| 1804 | +"type": "string" |
| 1805 | +}, |
| 1806 | +"type": "array" |
| 1807 | +}, |
| 1808 | +"pageSize": { |
| 1809 | +"description": "Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.", |
| 1810 | +"format": "int32", |
| 1811 | +"type": "integer" |
| 1812 | +}, |
| 1813 | +"pageToken": { |
| 1814 | +"description": "Optional. A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token.", |
| 1815 | +"type": "string" |
| 1816 | +}, |
| 1817 | +"timelineSpec": { |
| 1818 | +"$ref": "GooglePlayDeveloperReportingV1alpha1TimelineSpec", |
| 1819 | +"description": "Optional. Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the default and only supported timezone is `America/Los_Angeles`." |
| 1820 | +}, |
| 1821 | +"userCohort": { |
| 1822 | +"description": "Optional. User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., \"T1B2.220916.004\".", |
| 1823 | +"enum": [ |
| 1824 | +"USER_COHORT_UNSPECIFIED", |
| 1825 | +"OS_PUBLIC", |
| 1826 | +"OS_BETA", |
| 1827 | +"APP_TESTERS" |
| 1828 | +], |
| 1829 | +"enumDescriptions": [ |
| 1830 | +"Unspecified User cohort. This will automatically choose the default value.", |
| 1831 | +"This is default view. Contains data from public released android versions only.", |
| 1832 | +"This is the view with just android beta data excluding released OS version data.", |
| 1833 | +"This is the view with data only from users who have opted in to be testers for a given app, excluding OS beta data." |
| 1834 | +], |
| 1835 | +"type": "string" |
| 1836 | +} |
| 1837 | +}, |
| 1838 | +"type": "object" |
| 1839 | +}, |
| 1840 | +"GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse": { |
| 1841 | +"description": "Response message for QueryLmkRateMetricSet.", |
| 1842 | +"id": "GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse", |
| 1843 | +"properties": { |
| 1844 | +"nextPageToken": { |
| 1845 | +"description": "Continuation token to fetch the next page of data.", |
| 1846 | +"type": "string" |
| 1847 | +}, |
| 1848 | +"rows": { |
| 1849 | +"description": "Returned rows of data.", |
| 1850 | +"items": { |
| 1851 | +"$ref": "GooglePlayDeveloperReportingV1alpha1MetricsRow" |
| 1852 | +}, |
| 1853 | +"type": "array" |
| 1854 | +} |
| 1855 | +}, |
| 1856 | +"type": "object" |
| 1857 | +}, |
1714 | 1858 | "GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest": {
|
1715 | 1859 | "description": "Request message for QuerySlowRenderingRateMetricSet.",
|
1716 | 1860 | "id": "GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest",
|
|
0 commit comments