google-apis-analyticsdata_v1beta 0.37.0 → 0.38.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b855afea40621b074ffd7be8aaf4b1678cfeb04d77d77ed98c48ae25092f9968
4
- data.tar.gz: c88f7e1808465b2bef4aa0d4e28d5a96a21590e15afaf7a8d9e399d034f78827
3
+ metadata.gz: b4af9a846a88e9f171b96e64436e30877e2e83690669735b92ffd10530aa2321
4
+ data.tar.gz: d7e0af2bcc9e678718448eecbb35664601e546b6971fdf12f8998309e56538d0
5
5
  SHA512:
6
- metadata.gz: f5780e614ef1b4222d2e2dd35bfff0618c59fff5b141fe8474f6714de84c6f03cd0a2d0131e33c298b7b266fb26701761f5955cb45c82f44951555a74f474c6c
7
- data.tar.gz: 94143a3c53e0cbacfe6f2434c426b4df07a3c771a0d3bce1eca7cdd9a4456361c95deb512f894910e080a0d4862fcac35df5a87512905c299fb67dbc675e4473
6
+ metadata.gz: a9b8ccba850d497aa91734f6723d95acd38b368b7f1522b9341747e86686911a16791c25aece89c791a01bf76049820d0638c5ca3ac40f03f17663b2faa179ea
7
+ data.tar.gz: 2cf1f0202f05d6ac6e467037843d1935665b7eede449b7c824e44af7d4e7150822dc227de55afdfec1829da90f7bb1b9744c2ba5ae6f857d4e989dc8c019d422
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.38.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240825
6
+
3
7
  ### v0.37.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240731
@@ -1990,8 +1990,8 @@ module Google
1990
1990
  # If false or unspecified, each row with all metrics equal to 0 will not be
1991
1991
  # returned. If true, these rows will be returned if they are not separately
1992
1992
  # removed by a filter. Regardless of this `keep_empty_rows` setting, only data
1993
- # recorded by the Google Analytics (GA4) property can be displayed in a report.
1994
- # For example if a property never logs a `purchase` event, then a query for the `
1993
+ # recorded by the Google Analytics property can be displayed in a report. For
1994
+ # example if a property never logs a `purchase` event, then a query for the `
1995
1995
  # eventName` dimension and `eventCount` metric will not have a row eventName: "
1996
1996
  # purchase" and eventCount: 0.
1997
1997
  # Corresponds to the JSON property `keepEmptyRows`
@@ -2020,18 +2020,18 @@ module Google
2020
2020
  # @return [Array<Google::Apis::AnalyticsdataV1beta::Pivot>]
2021
2021
  attr_accessor :pivots
2022
2022
 
2023
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
2024
- # in the URL path and not the body. To learn more, see [where to find your
2025
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
2026
- # v1/property-id). Within a batch request, this property should either be
2023
+ # A Google Analytics property identifier whose events are tracked. Specified in
2024
+ # the URL path and not the body. To learn more, see [where to find your Property
2025
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
2026
+ # property-id). Within a batch request, this property should either be
2027
2027
  # unspecified or consistent with the batch-level property. Example: properties/
2028
2028
  # 1234
2029
2029
  # Corresponds to the JSON property `property`
2030
2030
  # @return [String]
2031
2031
  attr_accessor :property
2032
2032
 
2033
- # Toggles whether to return the current state of this Analytics Property's quota.
2034
- # Quota is returned in [PropertyQuota](#PropertyQuota).
2033
+ # Toggles whether to return the current state of this Google Analytics property'
2034
+ # s quota. Quota is returned in [PropertyQuota](#PropertyQuota).
2035
2035
  # Corresponds to the JSON property `returnPropertyQuota`
2036
2036
  # @return [Boolean]
2037
2037
  attr_accessor :return_property_quota
@@ -2192,8 +2192,8 @@ module Google
2192
2192
  # @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
2193
2193
  attr_accessor :order_bys
2194
2194
 
2195
- # Toggles whether to return the current state of this Analytics Property's
2196
- # Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
2195
+ # Toggles whether to return the current state of this Google Analytics property'
2196
+ # s Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
2197
2197
  # Corresponds to the JSON property `returnPropertyQuota`
2198
2198
  # @return [Boolean]
2199
2199
  attr_accessor :return_property_quota
@@ -2349,8 +2349,8 @@ module Google
2349
2349
  # If false or unspecified, each row with all metrics equal to 0 will not be
2350
2350
  # returned. If true, these rows will be returned if they are not separately
2351
2351
  # removed by a filter. Regardless of this `keep_empty_rows` setting, only data
2352
- # recorded by the Google Analytics (GA4) property can be displayed in a report.
2353
- # For example if a property never logs a `purchase` event, then a query for the `
2352
+ # recorded by the Google Analytics property can be displayed in a report. For
2353
+ # example if a property never logs a `purchase` event, then a query for the `
2354
2354
  # eventName` dimension and `eventCount` metric will not have a row eventName: "
2355
2355
  # purchase" and eventCount: 0.
2356
2356
  # Corresponds to the JSON property `keepEmptyRows`
@@ -2408,18 +2408,18 @@ module Google
2408
2408
  # @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
2409
2409
  attr_accessor :order_bys
2410
2410
 
2411
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
2412
- # in the URL path and not the body. To learn more, see [where to find your
2413
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
2414
- # v1/property-id). Within a batch request, this property should either be
2411
+ # A Google Analytics property identifier whose events are tracked. Specified in
2412
+ # the URL path and not the body. To learn more, see [where to find your Property
2413
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
2414
+ # property-id). Within a batch request, this property should either be
2415
2415
  # unspecified or consistent with the batch-level property. Example: properties/
2416
2416
  # 1234
2417
2417
  # Corresponds to the JSON property `property`
2418
2418
  # @return [String]
2419
2419
  attr_accessor :property
2420
2420
 
2421
- # Toggles whether to return the current state of this Analytics Property's quota.
2422
- # Quota is returned in [PropertyQuota](#PropertyQuota).
2421
+ # Toggles whether to return the current state of this Google Analytics property'
2422
+ # s quota. Quota is returned in [PropertyQuota](#PropertyQuota).
2423
2423
  # Corresponds to the JSON property `returnPropertyQuota`
2424
2424
  # @return [Boolean]
2425
2425
  attr_accessor :return_property_quota
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240731"
25
+ REVISION = "20240825"
26
26
  end
27
27
  end
28
28
  end
@@ -57,12 +57,12 @@ module Google
57
57
  end
58
58
 
59
59
  # Returns multiple pivot reports in a batch. All reports must be for the same
60
- # GA4 Property.
60
+ # Google Analytics property.
61
61
  # @param [String] property
62
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
63
- # in the URL path and not the body. To learn more, see [where to find your
64
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
65
- # v1/property-id). This property must be specified for the batch. The property
62
+ # A Google Analytics property identifier whose events are tracked. Specified in
63
+ # the URL path and not the body. To learn more, see [where to find your Property
64
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
65
+ # property-id). This property must be specified for the batch. The property
66
66
  # within RunPivotReportRequest may either be unspecified or consistent with this
67
67
  # property. Example: properties/1234
68
68
  # @param [Google::Apis::AnalyticsdataV1beta::BatchRunPivotReportsRequest] batch_run_pivot_reports_request_object
@@ -95,13 +95,13 @@ module Google
95
95
  execute_or_queue_command(command, &block)
96
96
  end
97
97
 
98
- # Returns multiple reports in a batch. All reports must be for the same GA4
99
- # Property.
98
+ # Returns multiple reports in a batch. All reports must be for the same Google
99
+ # Analytics property.
100
100
  # @param [String] property
101
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
102
- # in the URL path and not the body. To learn more, see [where to find your
103
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
104
- # v1/property-id). This property must be specified for the batch. The property
101
+ # A Google Analytics property identifier whose events are tracked. Specified in
102
+ # the URL path and not the body. To learn more, see [where to find your Property
103
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
104
+ # property-id). This property must be specified for the batch. The property
105
105
  # within RunReportRequest may either be unspecified or consistent with this
106
106
  # property. Example: properties/1234
107
107
  # @param [Google::Apis::AnalyticsdataV1beta::BatchRunReportsRequest] batch_run_reports_request_object
@@ -142,10 +142,10 @@ module Google
142
142
  # the report is compatible. The Realtime and Core reports have different
143
143
  # compatibility rules. This method checks compatibility for Core reports.
144
144
  # @param [String] property
145
- # A Google Analytics GA4 property identifier whose events are tracked. To learn
146
- # more, see [where to find your Property ID](https://developers.google.com/
147
- # analytics/devguides/reporting/data/v1/property-id). `property` should be the
148
- # same value as in your `runReport` request. Example: properties/1234
145
+ # A Google Analytics property identifier whose events are tracked. To learn more,
146
+ # see [where to find your Property ID](https://developers.google.com/analytics/
147
+ # devguides/reporting/data/v1/property-id). `property` should be the same value
148
+ # as in your `runReport` request. Example: properties/1234
149
149
  # @param [Google::Apis::AnalyticsdataV1beta::CheckCompatibilityRequest] check_compatibility_request_object
150
150
  # @param [String] fields
151
151
  # Selector specifying which fields to include in a partial response.
@@ -178,7 +178,7 @@ module Google
178
178
 
179
179
  # Returns metadata for dimensions and metrics available in reporting methods.
180
180
  # Used to explore the dimensions and metrics. In this method, a Google Analytics
181
- # GA4 Property Identifier is specified in the request, and the metadata response
181
+ # property identifier is specified in the request, and the metadata response
182
182
  # includes Custom dimensions and metrics as well as Universal metadata. For
183
183
  # example if a custom metric with parameter name `levels_unlocked` is registered
184
184
  # to a property, the Metadata response will contain `customEvent:levels_unlocked`
@@ -187,11 +187,11 @@ module Google
187
187
  # @param [String] name
188
188
  # Required. The resource name of the metadata to retrieve. This name field is
189
189
  # specified in the URL path and not URL parameters. Property is a numeric Google
190
- # Analytics GA4 Property identifier. To learn more, see [where to find your
191
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
192
- # v1/property-id). Example: properties/1234/metadata Set the Property ID to 0
193
- # for dimensions and metrics common to all properties. In this special mode,
194
- # this method will not return custom dimensions and metrics.
190
+ # Analytics property identifier. To learn more, see [where to find your Property
191
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
192
+ # property-id). Example: properties/1234/metadata Set the Property ID to 0 for
193
+ # dimensions and metrics common to all properties. In this special mode, this
194
+ # method will not return custom dimensions and metrics.
195
195
  # @param [String] fields
196
196
  # Selector specifying which fields to include in a partial response.
197
197
  # @param [String] quota_user
@@ -224,10 +224,10 @@ module Google
224
224
  # pivot report, dimensions are only visible if they are included in a pivot.
225
225
  # Multiple pivots can be specified to further dissect your data.
226
226
  # @param [String] property
227
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
228
- # in the URL path and not the body. To learn more, see [where to find your
229
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
230
- # v1/property-id). Within a batch request, this property should either be
227
+ # A Google Analytics property identifier whose events are tracked. Specified in
228
+ # the URL path and not the body. To learn more, see [where to find your Property
229
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
230
+ # property-id). Within a batch request, this property should either be
231
231
  # unspecified or consistent with the batch-level property. Example: properties/
232
232
  # 1234
233
233
  # @param [Google::Apis::AnalyticsdataV1beta::RunPivotReportRequest] run_pivot_report_request_object
@@ -268,10 +268,10 @@ module Google
268
268
  # understanding responses, see [Creating a Realtime Report](https://developers.
269
269
  # google.com/analytics/devguides/reporting/data/v1/realtime-basics).
270
270
  # @param [String] property
271
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
272
- # in the URL path and not the body. To learn more, see [where to find your
273
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
274
- # v1/property-id). Example: properties/1234
271
+ # A Google Analytics property identifier whose events are tracked. Specified in
272
+ # the URL path and not the body. To learn more, see [where to find your Property
273
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
274
+ # property-id). Example: properties/1234
275
275
  # @param [Google::Apis::AnalyticsdataV1beta::RunRealtimeReportRequest] run_realtime_report_request_object
276
276
  # @param [String] fields
277
277
  # Selector specifying which fields to include in a partial response.
@@ -312,10 +312,10 @@ module Google
312
312
  # see [Creating a Report](https://developers.google.com/analytics/devguides/
313
313
  # reporting/data/v1/basics).
314
314
  # @param [String] property
315
- # A Google Analytics GA4 property identifier whose events are tracked. Specified
316
- # in the URL path and not the body. To learn more, see [where to find your
317
- # Property ID](https://developers.google.com/analytics/devguides/reporting/data/
318
- # v1/property-id). Within a batch request, this property should either be
315
+ # A Google Analytics property identifier whose events are tracked. Specified in
316
+ # the URL path and not the body. To learn more, see [where to find your Property
317
+ # ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
318
+ # property-id). Within a batch request, this property should either be
319
319
  # unspecified or consistent with the batch-level property. Example: properties/
320
320
  # 1234
321
321
  # @param [Google::Apis::AnalyticsdataV1beta::RunReportRequest] run_report_request_object
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.37.0
4
+ version: 0.38.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: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-09-01 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-analyticsdata_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.38.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: []