google-apis-analyticsdata_v1beta 0.12.0 → 0.15.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: eb4c582515c6db87cdd7a604aaa8c73f8009711307b423f00b85d416d1467c93
4
- data.tar.gz: 68fa7d4055124f9b96ec9fc06843c1a5987a6a0f3ba5248524d14f22005a6d4d
3
+ metadata.gz: da337ef793167c0721e9e38286e76294951b1763e519bcc9d36a4702ee8c37c6
4
+ data.tar.gz: 9d3a8360119f8d8a8acab873d6d97dd2f362cab43d5e049e0ae7f9b233802074
5
5
  SHA512:
6
- metadata.gz: 10ee790309cd7a931a99c91da1a953a5306ec416f3c97c770b80f7295b466392b7f7006a3a983c7e54f9adabdcf6f149e90fd3e58b5b8443b6e92cb38e84d9c2
7
- data.tar.gz: '049d96f72b7a15266feed7ff84e97f98e02788976b5f6063e9cf047bf5ae7f0dc036fe4cecb64fab5c57d66d73a0666688f0102beea73ab2629e580f9c0ddcbb'
6
+ metadata.gz: e74e658486086fa6834ba4e97a51ed7a2cd408a7b72f521349a4c42ca6212a013f00ec3554d49e53710f4d761fb168b9c58ae287da95560739ed18cd4bd433b4
7
+ data.tar.gz: d09850f3f5171a8dd852a68d3c5ff9b78bd58fe6e05bac39d10893d1b4cbd28294070189179d43d1bff586a59760b30982124c2db7c6fbd9aa3bee1a5615f553
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.15.0 (2022-06-04)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.14.0 (2022-05-06)
8
+
9
+ * Regenerated from discovery document revision 20220504
10
+
11
+ ### v0.13.0 (2022-04-19)
12
+
13
+ * Regenerated from discovery document revision 20220416
14
+
3
15
  ### v0.12.0 (2022-03-24)
4
16
 
5
17
  * Regenerated from discovery document revision 20220322
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -256,9 +256,13 @@ module Google
256
256
  execute_or_queue_command(command, &block)
257
257
  end
258
258
 
259
- # The Google Analytics Realtime API returns a customized report of realtime
260
- # event data for your property. These reports show events and usage from the
261
- # last 30 minutes.
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).
262
266
  # @param [String] property
263
267
  # A Google Analytics GA4 property identifier whose events are tracked. Specified
264
268
  # in the URL path and not the body. To learn more, see [where to find your
@@ -300,7 +304,9 @@ module Google
300
304
  # the requested dimensions and metrics. Metrics are individual measurements of
301
305
  # user activity on your property, such as active users or event count.
302
306
  # Dimensions break down metrics across some common criteria, such as country or
303
- # event name.
307
+ # event name. For a guide to constructing requests & understanding responses,
308
+ # see [Creating a Report](https://developers.google.com/analytics/devguides/
309
+ # reporting/data/v1/basics).
304
310
  # @param [String] property
305
311
  # A Google Analytics GA4 property identifier whose events are tracked. Specified
306
312
  # 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.12.0
4
+ version: 0.15.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-06 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.15.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.5
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