google-apis-analyticsdata_v1beta 0.10.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8161a68dacdecb39659fa2424218e74edde6ba2989e26b9f8de154f78195d9c6
4
- data.tar.gz: 89b02d11526f136c8458f653f12f15d55dffa76bfc027fbc8bf0ecb369e4e609
3
+ metadata.gz: deb5fd202e6615d3387cb1c5a4dc36802a589b972912c5ed91d5783fbfbf32a3
4
+ data.tar.gz: 1ea4218d25ef647107d1f00c62dde6da1c44b4897ddcb611fe82a72833d3aebd
5
5
  SHA512:
6
- metadata.gz: 952b5e72783d4c9be55aa864a9d65fe4eef1fe09a734fbdbbe529dd60a1b76070da7bfb3c3e221aa94ed8d58ad45a733aa1934eb9d79e32f0f3e7a9a0ade1869
7
- data.tar.gz: a630ca4945c5d665eb859d758c47d1adeb64636d0a4c0b56e284ba0c7734f85b8a0f9583ce2b582088ae239e34fe608d3422dfb7a30bab46daccc120514f334e
6
+ metadata.gz: cf8d8008c4b60c39407425120d1ef8376c41ed0359a419003b34c770a32297102ad7e7b722d2b99e610b34f40e8beb265de5bb3bfacd68e4645b199dc3a8640a
7
+ data.tar.gz: b36405f38399c261a434d37c67681a695e682ae700f98e364fc2389a9e41588b96c8c94a472c6f34490444bc80efecb02e8f1ca214daa5b7894163c6084224c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.13.0 (2022-04-19)
4
+
5
+ * Regenerated from discovery document revision 20220416
6
+
7
+ ### v0.12.0 (2022-03-24)
8
+
9
+ * Regenerated from discovery document revision 20220322
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.11.0 (2022-01-05)
13
+
14
+ * Regenerated from discovery document revision 20211230
15
+
3
16
  ### v0.10.0 (2021-12-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20211203
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/analyticsdata_v1beta"
51
51
  client = Google::Apis::AnalyticsdataV1beta::AnalyticsDataService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -488,7 +488,7 @@ module Google
488
488
 
489
489
  # Dimensions are attributes of your data. For example, the dimension city
490
490
  # indicates the city from which an event originates. Dimension values in report
491
- # responses are strings; for example, city could be "Paris" or "New York".
491
+ # responses are strings; for example, the city could be "Paris" or "New York".
492
492
  # Requests are allowed up to 9 dimensions.
493
493
  class Dimension
494
494
  include Google::Apis::Core::Hashable
@@ -1176,7 +1176,9 @@ module Google
1176
1176
  end
1177
1177
  end
1178
1178
 
1179
- # The sort options.
1179
+ # Order bys define how rows will be sorted in the response. For example,
1180
+ # ordering rows by descending event count is one ordering, and ordering rows by
1181
+ # the event name string is a different ordering.
1180
1182
  class OrderBy
1181
1183
  include Google::Apis::Core::Hashable
1182
1184
 
@@ -1483,17 +1485,17 @@ module Google
1483
1485
  # @return [Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse]
1484
1486
  attr_accessor :schema_restriction_response
1485
1487
 
1486
- # If `thresholdingApplied` is true, this report has thresholding applied and
1487
- # only returns data that meets the minimum aggregation thresholds. This boolean
1488
- # only indicates if thresholding was applied. It is possible for thresholding to
1489
- # be applied and no data is absent from the report, and this happens when all
1490
- # data is above the thresholds. To learn more, see [Data thresholds](https://
1491
- # support.google.com/analytics/answer/9383630) and [About Demographics and
1492
- # Interests](https://support.google.com/analytics/answer/2799357).
1493
- # Corresponds to the JSON property `thresholdingApplied`
1488
+ # If `subjectToThresholding` is true, this report is subject to thresholding and
1489
+ # only returns data that meets the minimum aggregation thresholds. It is
1490
+ # possible for a request to be subject to thresholding thresholding and no data
1491
+ # is absent from the report, and this happens when all data is above the
1492
+ # thresholds. To learn more, see [Data thresholds](https://support.google.com/
1493
+ # analytics/answer/9383630) and [About Demographics and Interests](https://
1494
+ # support.google.com/analytics/answer/2799357).
1495
+ # Corresponds to the JSON property `subjectToThresholding`
1494
1496
  # @return [Boolean]
1495
- attr_accessor :thresholding_applied
1496
- alias_method :thresholding_applied?, :thresholding_applied
1497
+ attr_accessor :subject_to_thresholding
1498
+ alias_method :subject_to_thresholding?, :subject_to_thresholding
1497
1499
 
1498
1500
  # The property's current timezone. Intended to be used to interpret time-based
1499
1501
  # dimensions like `hour` and `minute`. Formatted as strings from the IANA Time
@@ -1513,7 +1515,7 @@ module Google
1513
1515
  @data_loss_from_other_row = args[:data_loss_from_other_row] if args.key?(:data_loss_from_other_row)
1514
1516
  @empty_reason = args[:empty_reason] if args.key?(:empty_reason)
1515
1517
  @schema_restriction_response = args[:schema_restriction_response] if args.key?(:schema_restriction_response)
1516
- @thresholding_applied = args[:thresholding_applied] if args.key?(:thresholding_applied)
1518
+ @subject_to_thresholding = args[:subject_to_thresholding] if args.key?(:subject_to_thresholding)
1517
1519
  @time_zone = args[:time_zone] if args.key?(:time_zone)
1518
1520
  end
1519
1521
  end
@@ -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.10.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211203"
25
+ REVISION = "20220416"
26
26
  end
27
27
  end
28
28
  end
@@ -777,7 +777,7 @@ module Google
777
777
  property :empty_reason, as: 'emptyReason'
778
778
  property :schema_restriction_response, as: 'schemaRestrictionResponse', class: Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse, decorator: Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse::Representation
779
779
 
780
- property :thresholding_applied, as: 'thresholdingApplied'
780
+ property :subject_to_thresholding, as: 'subjectToThresholding'
781
781
  property :time_zone, as: 'timeZone'
782
782
  end
783
783
  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.10.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: 2021-12-13 00:00:00.000000000 Z
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.10.0
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: []
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Analytics Data API V1beta