google-apis-playdeveloperreporting_v1beta1 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2fdaef39858b1a1f4d0693657af5946bb57d747836d3b344a27a169ec7d8d5e
|
4
|
+
data.tar.gz: ada6a1d2fafdda541b9e404a73c8af9f91142581b65ab6776fb1c58b0aaa1737
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eaecb73aa78f819e5d71675820bd3eb0204aeb99df299f42b144f641b57ed4cb3d02e440996b97f2bdc19838b8bdca0643f50c513cff2771ac23515ab780b00
|
7
|
+
data.tar.gz: 0b0ad5fe3421a9aec88e91b1fc133e2eeb0204d94f7155f54a70894f5482db426406fbfbf6740e7119e82d6b5cd618cf9697d6ec8cc89cd29b0846b4d9478e55
|
data/CHANGELOG.md
CHANGED
@@ -95,16 +95,23 @@ module Google
|
|
95
95
|
# intervals. Due to historical constraints, the only supported timezone is `
|
96
96
|
# America/Los_Angeles`. **Supported metrics:** * `anrRate` (`google.type.Decimal`
|
97
97
|
# ): Percentage of distinct users in the aggregation period that experienced at
|
98
|
-
# least one ANR.
|
99
|
-
#
|
100
|
-
#
|
101
|
-
# Rolling average value of `anrRate` in the last
|
102
|
-
# weighted by the count of distinct users for the day. * `
|
103
|
-
# (`google.type.Decimal`):
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
98
|
+
# least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
99
|
+
# average value of `anrRate` in the last 7 days. The daily values are weighted
|
100
|
+
# by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
|
101
|
+
# google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
|
102
|
+
# The daily values are weighted by the count of distinct users for the day. * `
|
103
|
+
# userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
|
104
|
+
# the aggregation period that experienced at least one user-perceived ANR. User-
|
105
|
+
# perceived ANRs are currently those of 'Input dispatching' type. * `
|
106
|
+
# userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
107
|
+
# value of `userPerceivedAnrRate` in the last 7 days. The daily values are
|
108
|
+
# weighted by the count of distinct users for the day. * `
|
109
|
+
# userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
110
|
+
# value of `userPerceivedAnrRate` in the last 28 days. The daily values are
|
111
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
112
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
113
|
+
# were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
|
114
|
+
# metrics. A user is counted in this metric if they used the app in the
|
108
115
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
109
116
|
# this count further, as it may result in users being counted multiple times. **
|
110
117
|
# Supported dimensions:** * `apiLevel` (string): the API level of Android that
|
@@ -166,18 +173,28 @@ module Google
|
|
166
173
|
# metrics are aggregated in calendar date intervals. Due to historical
|
167
174
|
# constraints, the only supported timezone is `America/Los_Angeles`. **Supported
|
168
175
|
# metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users
|
169
|
-
# in the aggregation period that experienced at least one crash.
|
170
|
-
# exhibits a crash rate equal to or higher than the threshold, it's in the
|
171
|
-
# bottom 25% of the top 1,000 apps on Google Play (by number of installs). * `
|
176
|
+
# in the aggregation period that experienced at least one crash. * `
|
172
177
|
# crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `
|
173
178
|
# crashRate` in the last 7 days. The daily values are weighted by the count of
|
174
179
|
# distinct users for the day. * `crashRate28dUserWeighted` (`google.type.Decimal`
|
175
180
|
# ): Rolling average value of `crashRate` in the last 28 days. The daily values
|
176
|
-
# are weighted by the count of distinct users for the day. * `
|
177
|
-
# google.type.Decimal`):
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
+
# are weighted by the count of distinct users for the day. * `
|
182
|
+
# userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
|
183
|
+
# in the aggregation period that experienced at least one crash while they were
|
184
|
+
# actively using your app (a user-perceived crash). An app is considered to be
|
185
|
+
# in active use if it is displaying any activity or executing any foreground
|
186
|
+
# service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
187
|
+
# Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
|
188
|
+
# daily values are weighted by the count of distinct users for the day. * `
|
189
|
+
# userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
190
|
+
# average value of `userPerceivedCrashRate` in the last 28 days. The daily
|
191
|
+
# values are weighted by the count of distinct users for the day. * `
|
192
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
193
|
+
# aggregation period that were used as normalization value for the `crashRate`
|
194
|
+
# and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
|
195
|
+
# used the app actively during the aggregation period. An app is considered to
|
196
|
+
# be in active use if it is displaying any activity or executing any foreground
|
197
|
+
# service. Care must be taken not to aggregate this count further, as it may
|
181
198
|
# result in users being counted multiple times. **Supported dimensions:** * `
|
182
199
|
# apiLevel` (string): the API level of Android that was running on the user's
|
183
200
|
# device. * `versionCode` (int64): version of the app that was running on the
|
@@ -280,43 +297,41 @@ module Google
|
|
280
297
|
# date intervals. Due to historical constraints, the only supported timezone is `
|
281
298
|
# America/Los_Angeles`. **Supported metrics:** * `excessiveWakeupRate` (`google.
|
282
299
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
283
|
-
# had more than 10 wakeups per hour.
|
284
|
-
#
|
285
|
-
#
|
286
|
-
#
|
287
|
-
# value of `excessiveWakeupRate` in the last
|
288
|
-
# weighted by the count of distinct users for the day. * `
|
289
|
-
#
|
290
|
-
#
|
291
|
-
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
#
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
305
|
-
#
|
306
|
-
#
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
310
|
-
#
|
311
|
-
# of the device's
|
312
|
-
#
|
313
|
-
#
|
314
|
-
#
|
315
|
-
#
|
316
|
-
#
|
317
|
-
#
|
318
|
-
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
319
|
-
# user needs the _View app information (read-only)_ permission for the app.
|
300
|
+
# had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
|
301
|
+
# google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
|
302
|
+
# last 7 days. The daily values are weighted by the count of distinct users for
|
303
|
+
# the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
|
304
|
+
# Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
305
|
+
# values are weighted by the count of distinct users for the day. * `
|
306
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
307
|
+
# aggregation period that were used as normalization value for the `
|
308
|
+
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
309
|
+
# doing any work on the device, i.e., not just active foreground usage but also
|
310
|
+
# background work. Care must be taken not to aggregate this count further, as it
|
311
|
+
# may result in users being counted multiple times. **Supported dimensions:** * `
|
312
|
+
# apiLevel` (string): the API level of Android that was running on the user's
|
313
|
+
# device. * `versionCode` (int64): version of the app that was running on the
|
314
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
315
|
+
# device model. * `deviceType` (string): the type (also known as form factor) of
|
316
|
+
# the user's device. * `countryCode` (string): the country or region of the user'
|
317
|
+
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
318
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
319
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
320
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
321
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
322
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
323
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
324
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
325
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
326
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
327
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
328
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
329
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
330
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
331
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
332
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
333
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
334
|
+
# _View app information (read-only)_ permission for the app.
|
320
335
|
class GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
|
321
336
|
include Google::Apis::Core::Hashable
|
322
337
|
|
@@ -548,16 +563,23 @@ module Google
|
|
548
563
|
|
549
564
|
# Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`
|
550
565
|
# ): Percentage of distinct users in the aggregation period that experienced at
|
551
|
-
# least one ANR.
|
552
|
-
#
|
553
|
-
#
|
554
|
-
# Rolling average value of `anrRate` in the last
|
555
|
-
# weighted by the count of distinct users for the day. * `
|
556
|
-
# (`google.type.Decimal`):
|
557
|
-
#
|
558
|
-
#
|
559
|
-
#
|
560
|
-
#
|
566
|
+
# least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
567
|
+
# average value of `anrRate` in the last 7 days. The daily values are weighted
|
568
|
+
# by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
|
569
|
+
# google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
|
570
|
+
# The daily values are weighted by the count of distinct users for the day. * `
|
571
|
+
# userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
|
572
|
+
# the aggregation period that experienced at least one user-perceived ANR. User-
|
573
|
+
# perceived ANRs are currently those of 'Input dispatching' type. * `
|
574
|
+
# userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
575
|
+
# value of `userPerceivedAnrRate` in the last 7 days. The daily values are
|
576
|
+
# weighted by the count of distinct users for the day. * `
|
577
|
+
# userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
578
|
+
# value of `userPerceivedAnrRate` in the last 28 days. The daily values are
|
579
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
580
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
581
|
+
# were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
|
582
|
+
# metrics. A user is counted in this metric if they used the app in the
|
561
583
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
562
584
|
# this count further, as it may result in users being counted multiple times.
|
563
585
|
# Corresponds to the JSON property `metrics`
|
@@ -674,19 +696,29 @@ module Google
|
|
674
696
|
|
675
697
|
# Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.
|
676
698
|
# Decimal`): Percentage of distinct users in the aggregation period that
|
677
|
-
# experienced at least one crash.
|
678
|
-
# higher than the threshold, it's in the bottom 25% of the top 1,000 apps on
|
679
|
-
# Google Play (by number of installs). * `crashRate7dUserWeighted` (`google.type.
|
699
|
+
# experienced at least one crash. * `crashRate7dUserWeighted` (`google.type.
|
680
700
|
# Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily
|
681
701
|
# values are weighted by the count of distinct users for the day. * `
|
682
702
|
# crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
|
683
703
|
# crashRate` in the last 28 days. The daily values are weighted by the count of
|
684
|
-
# distinct users for the day. * `
|
685
|
-
# of distinct users in the aggregation period that
|
686
|
-
#
|
687
|
-
#
|
688
|
-
#
|
689
|
-
#
|
704
|
+
# distinct users for the day. * `userPerceivedCrashRate` (`google.type.Decimal`):
|
705
|
+
# Percentage of distinct users in the aggregation period that experienced at
|
706
|
+
# least one crash while they were actively using your app (a user-perceived
|
707
|
+
# crash). An app is considered to be in active use if it is displaying any
|
708
|
+
# activity or executing any foreground service. * `
|
709
|
+
# userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
710
|
+
# value of `userPerceivedCrashRate` in the last 7 days. The daily values are
|
711
|
+
# weighted by the count of distinct users for the day. * `
|
712
|
+
# userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
713
|
+
# average value of `userPerceivedCrashRate` in the last 28 days. The daily
|
714
|
+
# values are weighted by the count of distinct users for the day. * `
|
715
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
716
|
+
# aggregation period that were used as normalization value for the `crashRate`
|
717
|
+
# and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
|
718
|
+
# used the app actively during the aggregation period. An app is considered to
|
719
|
+
# be in active use if it is displaying any activity or executing any foreground
|
720
|
+
# service. Care must be taken not to aggregate this count further, as it may
|
721
|
+
# result in users being counted multiple times.
|
690
722
|
# Corresponds to the JSON property `metrics`
|
691
723
|
# @return [Array<String>]
|
692
724
|
attr_accessor :metrics
|
@@ -801,21 +833,18 @@ module Google
|
|
801
833
|
|
802
834
|
# Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.
|
803
835
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
804
|
-
# had more than 10 wakeups per hour.
|
805
|
-
#
|
806
|
-
#
|
807
|
-
#
|
808
|
-
# value of `excessiveWakeupRate` in the last
|
809
|
-
# weighted by the count of distinct users for the day. * `
|
810
|
-
#
|
811
|
-
#
|
812
|
-
#
|
813
|
-
#
|
814
|
-
#
|
815
|
-
#
|
816
|
-
# not just active foreground usage but also background work. Care must be taken
|
817
|
-
# not to aggregate this count further, as it may result in users being counted
|
818
|
-
# multiple times.
|
836
|
+
# had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
|
837
|
+
# google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
|
838
|
+
# last 7 days. The daily values are weighted by the count of distinct users for
|
839
|
+
# the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
|
840
|
+
# Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
841
|
+
# values are weighted by the count of distinct users for the day. * `
|
842
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
843
|
+
# aggregation period that were used as normalization value for the `
|
844
|
+
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
845
|
+
# doing any work on the device, i.e., not just active foreground usage but also
|
846
|
+
# background work. Care must be taken not to aggregate this count further, as it
|
847
|
+
# may result in users being counted multiple times.
|
819
848
|
# Corresponds to the JSON property `metrics`
|
820
849
|
# @return [Array<String>]
|
821
850
|
attr_accessor :metrics
|
@@ -930,12 +959,10 @@ module Google
|
|
930
959
|
|
931
960
|
# Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.
|
932
961
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
933
|
-
# had a wakelock held in the background for longer than 1 hour.
|
934
|
-
#
|
935
|
-
#
|
936
|
-
#
|
937
|
-
# Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
|
938
|
-
# The daily values are weighted by the count of distinct users for the day. * `
|
962
|
+
# had a wakelock held in the background for longer than 1 hour. * `
|
963
|
+
# stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
964
|
+
# value of `stuckBgWakelockRate` in the last 7 days. The daily values are
|
965
|
+
# weighted by the count of distinct users for the day. * `
|
939
966
|
# stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
940
967
|
# value of `stuckBgWakelockRate` in the last 28 days. The daily values are
|
941
968
|
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
@@ -1027,12 +1054,10 @@ module Google
|
|
1027
1054
|
# date intervals. Due to historical constraints, the only supported timezone is `
|
1028
1055
|
# America/Los_Angeles`. **Supported metrics:** * `stuckBgWakelockRate` (`google.
|
1029
1056
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1030
|
-
# had a wakelock held in the background for longer than 1 hour.
|
1031
|
-
#
|
1032
|
-
#
|
1033
|
-
#
|
1034
|
-
# Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
|
1035
|
-
# The daily values are weighted by the count of distinct users for the day. * `
|
1057
|
+
# had a wakelock held in the background for longer than 1 hour. * `
|
1058
|
+
# stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1059
|
+
# value of `stuckBgWakelockRate` in the last 7 days. The daily values are
|
1060
|
+
# weighted by the count of distinct users for the day. * `
|
1036
1061
|
# stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
1037
1062
|
# value of `stuckBgWakelockRate` in the last 28 days. The daily values are
|
1038
1063
|
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlaydeveloperreportingV1beta1
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-playdeveloperreporting_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|