google-apis-analyticsdata_v1beta 0.13.0 → 0.16.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: 314f7be8a570f52b6a29e16340794288bebaa2c9dcbd928bcc2fbb5ad160667a
|
|
4
|
+
data.tar.gz: c23e9278d319f118d3e66c6730afa59d27999439ce31061c16dd665a523ac263
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9e33b193e1a594083bffd5109a160ed1bc917a377e7db29f9dc9997b4d43d9f8d0fc9e8926dcca7bf03ffc47ff7360fba57119f03a310030469353ff75e1e2f
|
|
7
|
+
data.tar.gz: 953a92cf77215127016eaf102d21745bf113a0d93590c246de1bddba5916610d95c6776e107f18ce4330244b207f6ff0cf6400411b2246c93520e451fb77bbe6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsdata_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.16.0 (2022-06-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220620
|
|
6
|
+
* Regenerated using generator version 0.7.0
|
|
7
|
+
|
|
8
|
+
### v0.15.0 (2022-06-04)
|
|
9
|
+
|
|
10
|
+
* Regenerated using generator version 0.5.0
|
|
11
|
+
|
|
12
|
+
### v0.14.0 (2022-05-06)
|
|
13
|
+
|
|
14
|
+
* Regenerated from discovery document revision 20220504
|
|
15
|
+
|
|
3
16
|
### v0.13.0 (2022-04-19)
|
|
4
17
|
|
|
5
18
|
* Regenerated from discovery document revision 20220416
|
|
@@ -713,8 +713,10 @@ module Google
|
|
|
713
713
|
# @return [Google::Apis::AnalyticsdataV1beta::BetweenFilter]
|
|
714
714
|
attr_accessor :between_filter
|
|
715
715
|
|
|
716
|
-
# The dimension name or metric name.
|
|
717
|
-
#
|
|
716
|
+
# The dimension name or metric name. In most methods, dimensions & metrics can
|
|
717
|
+
# be used for the first time in this field. However in a RunPivotReportRequest,
|
|
718
|
+
# this field must be additionally specified by name in the RunPivotReportRequest'
|
|
719
|
+
# s dimensions or metrics.
|
|
718
720
|
# Corresponds to the JSON property `fieldName`
|
|
719
721
|
# @return [String]
|
|
720
722
|
attr_accessor :field_name
|
|
@@ -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.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220620"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -256,11 +256,13 @@ module Google
|
|
|
256
256
|
execute_or_queue_command(command, &block)
|
|
257
257
|
end
|
|
258
258
|
|
|
259
|
-
#
|
|
260
|
-
#
|
|
261
|
-
#
|
|
262
|
-
#
|
|
263
|
-
#
|
|
259
|
+
# Returns a customized report of realtime event data for your property. Events
|
|
260
|
+
# appear in realtime reports seconds after they have been sent to the Google
|
|
261
|
+
# Analytics. Realtime reports show events and usage data for the periods of time
|
|
262
|
+
# ranging from the present moment to 30 minutes ago (up to 60 minutes for Google
|
|
263
|
+
# Analytics 360 properties). For a guide to constructing realtime requests &
|
|
264
|
+
# understanding responses, see [Creating a Realtime Report](https://developers.
|
|
265
|
+
# google.com/analytics/devguides/reporting/data/v1/realtime-basics).
|
|
264
266
|
# @param [String] property
|
|
265
267
|
# A Google Analytics GA4 property identifier whose events are tracked. Specified
|
|
266
268
|
# in the URL path and not the body. To learn more, see [where to find your
|
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.16.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-06-27 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.
|
|
19
|
+
version: '0.6'
|
|
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.
|
|
29
|
+
version: '0.6'
|
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.16.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.
|
|
78
|
+
rubygems_version: 3.3.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Google Analytics Data API V1beta
|