google-apis-analyticsdata_v1beta 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4af9a846a88e9f171b96e64436e30877e2e83690669735b92ffd10530aa2321
|
|
4
|
+
data.tar.gz: d7e0af2bcc9e678718448eecbb35664601e546b6971fdf12f8998309e56538d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9b8ccba850d497aa91734f6723d95acd38b368b7f1522b9341747e86686911a16791c25aece89c791a01bf76049820d0638c5ca3ac40f03f17663b2faa179ea
|
|
7
|
+
data.tar.gz: 2cf1f0202f05d6ac6e467037843d1935665b7eede449b7c824e44af7d4e7150822dc227de55afdfec1829da90f7bb1b9744c2ba5ae6f857d4e989dc8c019d422
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.37.0 (2024-08-04)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240731
|
|
10
|
+
* Regenerated using generator version 0.15.1
|
|
11
|
+
|
|
3
12
|
### v0.36.0 (2024-05-19)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20240512
|
|
@@ -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
|
|
1994
|
-
#
|
|
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
|
|
2024
|
-
#
|
|
2025
|
-
#
|
|
2026
|
-
#
|
|
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
|
|
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
|
|
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
|
|
2353
|
-
#
|
|
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`
|
|
@@ -2372,7 +2372,9 @@ module Google
|
|
|
2372
2372
|
attr_accessor :limit
|
|
2373
2373
|
|
|
2374
2374
|
# Aggregation of metrics. Aggregated metric values will be shown in rows where
|
|
2375
|
-
# the dimension_values are set to "RESERVED_(MetricAggregation)".
|
|
2375
|
+
# the dimension_values are set to "RESERVED_(MetricAggregation)". Aggregates
|
|
2376
|
+
# including both comparisons and multiple date ranges will be aggregated based
|
|
2377
|
+
# on the date ranges.
|
|
2376
2378
|
# Corresponds to the JSON property `metricAggregations`
|
|
2377
2379
|
# @return [Array<String>]
|
|
2378
2380
|
attr_accessor :metric_aggregations
|
|
@@ -2399,23 +2401,25 @@ module Google
|
|
|
2399
2401
|
# @return [Fixnum]
|
|
2400
2402
|
attr_accessor :offset
|
|
2401
2403
|
|
|
2402
|
-
# Specifies how rows are ordered in the response.
|
|
2404
|
+
# Specifies how rows are ordered in the response. Requests including both
|
|
2405
|
+
# comparisons and multiple date ranges will have order bys applied on the
|
|
2406
|
+
# comparisons.
|
|
2403
2407
|
# Corresponds to the JSON property `orderBys`
|
|
2404
2408
|
# @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
|
|
2405
2409
|
attr_accessor :order_bys
|
|
2406
2410
|
|
|
2407
|
-
# A Google Analytics
|
|
2408
|
-
#
|
|
2409
|
-
#
|
|
2410
|
-
#
|
|
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
|
|
2411
2415
|
# unspecified or consistent with the batch-level property. Example: properties/
|
|
2412
2416
|
# 1234
|
|
2413
2417
|
# Corresponds to the JSON property `property`
|
|
2414
2418
|
# @return [String]
|
|
2415
2419
|
attr_accessor :property
|
|
2416
2420
|
|
|
2417
|
-
# Toggles whether to return the current state of this Analytics
|
|
2418
|
-
# 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).
|
|
2419
2423
|
# Corresponds to the JSON property `returnPropertyQuota`
|
|
2420
2424
|
# @return [Boolean]
|
|
2421
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.
|
|
19
|
+
GEM_VERSION = "0.38.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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
|
-
#
|
|
60
|
+
# Google Analytics property.
|
|
61
61
|
# @param [String] property
|
|
62
|
-
# A Google Analytics
|
|
63
|
-
#
|
|
64
|
-
#
|
|
65
|
-
#
|
|
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
|
|
99
|
-
#
|
|
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
|
|
102
|
-
#
|
|
103
|
-
#
|
|
104
|
-
#
|
|
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
|
|
146
|
-
#
|
|
147
|
-
#
|
|
148
|
-
#
|
|
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
|
-
#
|
|
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
|
|
191
|
-
#
|
|
192
|
-
#
|
|
193
|
-
#
|
|
194
|
-
#
|
|
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
|
|
228
|
-
#
|
|
229
|
-
#
|
|
230
|
-
#
|
|
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
|
|
272
|
-
#
|
|
273
|
-
#
|
|
274
|
-
#
|
|
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
|
|
316
|
-
#
|
|
317
|
-
#
|
|
318
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|