google-apis-analyticsdata_v1beta 0.12.0 → 0.13.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: deb5fd202e6615d3387cb1c5a4dc36802a589b972912c5ed91d5783fbfbf32a3
|
|
4
|
+
data.tar.gz: 1ea4218d25ef647107d1f00c62dde6da1c44b4897ddcb611fe82a72833d3aebd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf8d8008c4b60c39407425120d1ef8376c41ed0359a419003b34c770a32297102ad7e7b722d2b99e610b34f40e8beb265de5bb3bfacd68e4645b199dc3a8640a
|
|
7
|
+
data.tar.gz: b36405f38399c261a434d37c67681a695e682ae700f98e364fc2389a9e41588b96c8c94a472c6f34490444bc80efecb02e8f1ca214daa5b7894163c6084224c0
|
data/CHANGELOG.md
CHANGED
|
@@ -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.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220416"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -258,7 +258,9 @@ module Google
|
|
|
258
258
|
|
|
259
259
|
# The Google Analytics Realtime API returns a customized report of realtime
|
|
260
260
|
# event data for your property. These reports show events and usage from the
|
|
261
|
-
# last 30 minutes.
|
|
261
|
+
# last 30 minutes. For a guide to constructing realtime requests & understanding
|
|
262
|
+
# responses, see [Creating a Realtime Report](https://developers.google.com/
|
|
263
|
+
# analytics/devguides/reporting/data/v1/realtime-basics).
|
|
262
264
|
# @param [String] property
|
|
263
265
|
# A Google Analytics GA4 property identifier whose events are tracked. Specified
|
|
264
266
|
# in the URL path and not the body. To learn more, see [where to find your
|
|
@@ -300,7 +302,9 @@ module Google
|
|
|
300
302
|
# the requested dimensions and metrics. Metrics are individual measurements of
|
|
301
303
|
# user activity on your property, such as active users or event count.
|
|
302
304
|
# Dimensions break down metrics across some common criteria, such as country or
|
|
303
|
-
# event name.
|
|
305
|
+
# event name. For a guide to constructing requests & understanding responses,
|
|
306
|
+
# see [Creating a Report](https://developers.google.com/analytics/devguides/
|
|
307
|
+
# reporting/data/v1/basics).
|
|
304
308
|
# @param [String] property
|
|
305
309
|
# A Google Analytics GA4 property identifier whose events are tracked. Specified
|
|
306
310
|
# 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.13.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-04-25 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.13.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: []
|