google-apis-analyticsdata_v1beta 0.23.0 → 0.25.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: 40d7ae7a5a34dab3c3948025d3b31603f3370438439a2f7ed0d7229f09504061
|
|
4
|
+
data.tar.gz: d662705c0ea2b520d735f9a53c94da1abd32b85b518523354fd39ad4c271e017
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 216fbcb0a2b5cec88b13ec6cbcff6efd118993379f9e149c0ff1d59c50c5d0e46a774b5df033c4f4d72e8ee675964d23e7db8684148b5b674232a8e330e55c0a
|
|
7
|
+
data.tar.gz: 2b6d6a40fe52382ccaddd04f557f685834dc06ee43f55a8a9127df4e3669695d0fe24677f60b5b96022bd6685f34fdf97c1dd538984196de48e0e7be2b17017c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsdata_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.25.0 (2023-04-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230402
|
|
6
|
+
|
|
7
|
+
### v0.24.0 (2023-03-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230226
|
|
10
|
+
|
|
3
11
|
### v0.23.0 (2023-02-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230214
|
|
@@ -1233,7 +1233,7 @@ module Google
|
|
|
1233
1233
|
# The number of unique combinations of dimension values to return in this pivot.
|
|
1234
1234
|
# The `limit` parameter is required. A `limit` of 10,000 is common for single
|
|
1235
1235
|
# pivot requests. The product of the `limit` for each `pivot` in a `
|
|
1236
|
-
# RunPivotReportRequest` must not exceed
|
|
1236
|
+
# RunPivotReportRequest` must not exceed 250,000. For example, a two pivot
|
|
1237
1237
|
# request with `limit: 1000` in each pivot will fail because the product is `1,
|
|
1238
1238
|
# 000,000`.
|
|
1239
1239
|
# Corresponds to the JSON property `limit`
|
|
@@ -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
|
|
@@ -1765,7 +1777,7 @@ module Google
|
|
|
1765
1777
|
attr_accessor :dimensions
|
|
1766
1778
|
|
|
1767
1779
|
# The number of rows to return. If unspecified, 10,000 rows are returned. The
|
|
1768
|
-
# API returns a maximum of
|
|
1780
|
+
# API returns a maximum of 250,000 rows per request, no matter how many you ask
|
|
1769
1781
|
# for. `limit` must be positive. The API can also return fewer rows than the
|
|
1770
1782
|
# requested `limit`, if there aren't as many dimension values as the `limit`.
|
|
1771
1783
|
# For instance, there are fewer than 300 possible values for the dimension `
|
|
@@ -1955,14 +1967,18 @@ 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
|
|
1962
1978
|
alias_method :keep_empty_rows?, :keep_empty_rows
|
|
1963
1979
|
|
|
1964
1980
|
# The number of rows to return. If unspecified, 10,000 rows are returned. The
|
|
1965
|
-
# API returns a maximum of
|
|
1981
|
+
# API returns a maximum of 250,000 rows per request, no matter how many you ask
|
|
1966
1982
|
# for. `limit` must be positive. The API can also return fewer rows than the
|
|
1967
1983
|
# requested `limit`, if there aren't as many dimension values as the `limit`.
|
|
1968
1984
|
# For instance, there are fewer than 300 possible values for the dimension `
|
|
@@ -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.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230402"
|
|
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.
|
|
4
|
+
version: 0.25.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-
|
|
11
|
+
date: 2023-04-16 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.25.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: []
|