@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1 0.0.20221102 → 0.0.20221103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +28 -23
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20221103
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -158,12 +158,15 @@ declare namespace gapi.client {
|
|
|
158
158
|
/** 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. */
|
|
159
159
|
filter?: string;
|
|
160
160
|
/**
|
|
161
|
-
* Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one ANR.
|
|
162
|
-
*
|
|
163
|
-
* (`google.type.Decimal`): Rolling average value of `anrRate` in the last
|
|
164
|
-
* (`google.type.Decimal`):
|
|
165
|
-
* (`google.type.Decimal`):
|
|
166
|
-
*
|
|
161
|
+
* Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one ANR. *
|
|
162
|
+
* `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. *
|
|
163
|
+
* `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. *
|
|
164
|
+
* `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one user-perceived ANR. User-perceived ANRs are
|
|
165
|
+
* currently those of 'Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 7 days. The
|
|
166
|
+
* daily values are weighted by the count of distinct users for the day. * `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
|
|
167
|
+
* `userPerceivedAnrRate` 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
|
|
168
|
+
* 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
|
|
169
|
+
* 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.
|
|
167
170
|
*/
|
|
168
171
|
metrics?: string[];
|
|
169
172
|
/** 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. */
|
|
@@ -202,13 +205,17 @@ declare namespace gapi.client {
|
|
|
202
205
|
/** 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. */
|
|
203
206
|
filter?: string;
|
|
204
207
|
/**
|
|
205
|
-
* Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash.
|
|
206
|
-
* your app exhibits a crash rate equal to or higher than the threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by number of installs). *
|
|
208
|
+
* Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash. *
|
|
207
209
|
* `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.
|
|
208
210
|
* * `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
|
|
209
|
-
* day. * `
|
|
210
|
-
*
|
|
211
|
-
*
|
|
211
|
+
* day. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash while they were actively using
|
|
212
|
+
* 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. *
|
|
213
|
+
* `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7 days. The daily values are weighted by the count of
|
|
214
|
+
* distinct users for the day. * `userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 28 days. The daily
|
|
215
|
+
* 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
|
|
216
|
+
* 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
|
|
217
|
+
* 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
|
|
218
|
+
* users being counted multiple times.
|
|
212
219
|
*/
|
|
213
220
|
metrics?: string[];
|
|
214
221
|
/** 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. */
|
|
@@ -289,12 +296,11 @@ declare namespace gapi.client {
|
|
|
289
296
|
filter?: string;
|
|
290
297
|
/**
|
|
291
298
|
* Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more than 10 wakeups
|
|
292
|
-
* per hour.
|
|
293
|
-
* `
|
|
294
|
-
* distinct users for the day. * `
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
* work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
|
|
299
|
+
* per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the
|
|
300
|
+
* count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
|
301
|
+
* 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
|
|
302
|
+
* normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active foreground usage but
|
|
303
|
+
* also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
|
|
298
304
|
*/
|
|
299
305
|
metrics?: string[];
|
|
300
306
|
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
@@ -334,11 +340,10 @@ declare namespace gapi.client {
|
|
|
334
340
|
filter?: string;
|
|
335
341
|
/**
|
|
336
342
|
* Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a wakelock held in the
|
|
337
|
-
* background for longer than 1 hour.
|
|
338
|
-
*
|
|
339
|
-
* values are weighted by the count of distinct users for the day. * `
|
|
340
|
-
*
|
|
341
|
-
* that were used as normalization value for the `stuckBgWakelockRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active
|
|
343
|
+
* background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The daily values
|
|
344
|
+
* are weighted by the count of distinct users for the day. * `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last
|
|
345
|
+
* 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
|
|
346
|
+
* were used as normalization value for the `stuckBgWakelockRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active
|
|
342
347
|
* foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times.
|
|
343
348
|
*/
|
|
344
349
|
metrics?: string[];
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20221103
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|