google-apis-analyticsdata_v1beta 0.22.0 → 0.24.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: 67119dc7beab14ac9d12f34ec30d40f9564fe32b6600886a178f520ae3b7096d
4
- data.tar.gz: 8a37941f876f3d0560292e34bd71e1b04aa679b29df414708688df8f04c81465
3
+ metadata.gz: f6ee425b70732bf2313e2946dbf210ac19e80cb2ad210b51478650323516f498
4
+ data.tar.gz: 86e58241bb74a5cb81810ef07000448b0d14be1a159a196d79c4eeb1e35e310e
5
5
  SHA512:
6
- metadata.gz: ee6986e29ae00d75fe8a5d8ebd38f995b0a2f2fdb4c349b597dc27a3df3f4870431238714ed670aefefe6c069ddd83a22c91f3adf0458f7531d5f581cda0c712
7
- data.tar.gz: 9830fd2ca84189d8f3b4f2a7b9b300773ed991e2eb23af7f17f0252029b74dd07df9fd61c898cdf34188166c99f0be8a7a2158eeec03297a3532e0eb065c8523
6
+ metadata.gz: a5130bbafeb06fbda24124ccf7d618755ce82ce4e7b8b2b9807119d1f4a0c41895e0137e1109547dab4dbe6fc14e570483418de010aacf2791a6ed8980c8e902
7
+ data.tar.gz: f3b497f1d5057eb91844eb47f6b8ca7c7ff92cb8448638fe09e0f024eaeb14d99c5b43a400c6cd4b996cf0191e499aedefa3857d962ca47563475e828a3f5ad9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.24.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.23.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230214
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.22.0 (2022-12-13)
4
13
 
5
14
  * Regenerated from discovery document revision 20221210
@@ -1475,7 +1475,15 @@ module Google
1475
1475
  attr_accessor :currency_code
1476
1476
 
1477
1477
  # If true, indicates some buckets of dimension combinations are rolled into "(
1478
- # other)" row. This can happen for high cardinality reports.
1478
+ # other)" row. This can happen for high cardinality reports. The metadata
1479
+ # parameter dataLossFromOtherRow is populated based on the aggregated data table
1480
+ # used in the report. The parameter will be accurately populated regardless of
1481
+ # the filters and limits in the report. For example, the (other) row could be
1482
+ # dropped from the report because the request contains a filter on sessionSource
1483
+ # = google. This parameter will still be populated if data loss from other row
1484
+ # was present in the input aggregate data used to generate this report. To learn
1485
+ # more, see [About the (other) row and data sampling](https://support.google.com/
1486
+ # analytics/answer/13208658#reports).
1479
1487
  # Corresponds to the JSON property `dataLossFromOtherRow`
1480
1488
  # @return [Boolean]
1481
1489
  attr_accessor :data_loss_from_other_row
@@ -1608,7 +1616,11 @@ module Google
1608
1616
 
1609
1617
  # If false or unspecified, each row with all metrics equal to 0 will not be
1610
1618
  # returned. If true, these rows will be returned if they are not separately
1611
- # removed by a filter.
1619
+ # removed by a filter. Regardless of this `keep_empty_rows` setting, only data
1620
+ # recorded by the Google Analytics (GA4) property can be displayed in a report.
1621
+ # For example if a property never logs a `purchase` event, then a query for the `
1622
+ # eventName` dimension and `eventCount` metric will not have a row eventName: "
1623
+ # purchase" and eventCount: 0.
1612
1624
  # Corresponds to the JSON property `keepEmptyRows`
1613
1625
  # @return [Boolean]
1614
1626
  attr_accessor :keep_empty_rows
@@ -1955,7 +1967,11 @@ module Google
1955
1967
 
1956
1968
  # If false or unspecified, each row with all metrics equal to 0 will not be
1957
1969
  # returned. If true, these rows will be returned if they are not separately
1958
- # removed by a filter.
1970
+ # removed by a filter. Regardless of this `keep_empty_rows` setting, only data
1971
+ # recorded by the Google Analytics (GA4) property can be displayed in a report.
1972
+ # For example if a property never logs a `purchase` event, then a query for the `
1973
+ # eventName` dimension and `eventCount` metric will not have a row eventName: "
1974
+ # purchase" and eventCount: 0.
1959
1975
  # Corresponds to the JSON property `keepEmptyRows`
1960
1976
  # @return [Boolean]
1961
1977
  attr_accessor :keep_empty_rows
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsdataV1beta
18
18
  # Version of the google-apis-analyticsdata_v1beta gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221210"
25
+ REVISION = "20230226"
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-analyticsdata_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-analyticsdata_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Analytics Data API V1beta