google-apis-analyticsdata_v1beta 0.28.0 → 0.29.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: b930b9198277576bf8326263af099440eb0678b17af080a72188e471a5a82d3b
4
- data.tar.gz: 93db4e8c687ff5229fd0d9c69516e5c00ca48a774ef4eb48f9821e9568473316
3
+ metadata.gz: 0fca0a0dc6ecdfb6c0ce207b6a67b7c23eba216e7475aae468b98ba679ec6cff
4
+ data.tar.gz: be309341050317a117fa797c37bedb096211005fe28a1a63665f05555d30c596
5
5
  SHA512:
6
- metadata.gz: e44939a6862b72e00f52d66aa9f87815d372489b55fc4bf14dda64820a45b4258095fc6ccfb18918fb4e342b47e3001790bb5683bff593068e89fe7108c49323
7
- data.tar.gz: 9d2208a715a651aebb1de48db0841660fce00ee2d4e8a022648da24b71910d92947774388db40f9a07423b955f8267c078b88057f4d0668d368a5faba056948f
6
+ metadata.gz: 523daa7e5fcd76a176c83779be364e70cd4cae6567268195198eac057097571a198fea0f5a1e2c66bfe60c51bdfb4ff93fdbd303961c0fd830e5d3e5ba8e81b9
7
+ data.tar.gz: 0465ce56e57f62b284a936d9a28f45dbad916d3b66b69eeb13ea608a0d477b03c8b93656de15dec100b677bfabfc52b047af0114a955c3771635fcdde47d2599
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.29.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.28.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230808
@@ -515,12 +515,19 @@ module Google
515
515
 
516
516
  # The name of the dimension. See the [API Dimensions](https://developers.google.
517
517
  # com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list
518
- # of dimension names. If `dimensionExpression` is specified, `name` can be any
519
- # string that you would like within the allowed character set. For example if a `
520
- # dimensionExpression` concatenates `country` and `city`, you could call that
521
- # dimension `countryAndCity`. Dimension names that you choose must match the
522
- # regular expression `^[a-zA-Z0-9_]$`. Dimensions are referenced by `name` in `
523
- # dimensionFilter`, `orderBys`, `dimensionExpression`, and `pivots`.
518
+ # of dimension names supported by core reporting methods such as `runReport` and
519
+ # `batchRunReports`. See [Realtime Dimensions](https://developers.google.com/
520
+ # analytics/devguides/reporting/data/v1/realtime-api-schema#dimensions) for the
521
+ # list of dimension names supported by the `runRealtimeReport` method. See [
522
+ # Funnel Dimensions](https://developers.google.com/analytics/devguides/reporting/
523
+ # data/v1/exploration-api-schema#dimensions) for the list of dimension names
524
+ # supported by the `runFunnelReport` method. If `dimensionExpression` is
525
+ # specified, `name` can be any string that you would like within the allowed
526
+ # character set. For example if a `dimensionExpression` concatenates `country`
527
+ # and `city`, you could call that dimension `countryAndCity`. Dimension names
528
+ # that you choose must match the regular expression `^[a-zA-Z0-9_]$`. Dimensions
529
+ # are referenced by `name` in `dimensionFilter`, `orderBys`, `
530
+ # dimensionExpression`, and `pivots`.
524
531
  # Corresponds to the JSON property `name`
525
532
  # @return [String]
526
533
  attr_accessor :name
@@ -899,10 +906,16 @@ module Google
899
906
 
900
907
  # The name of the metric. See the [API Metrics](https://developers.google.com/
901
908
  # analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of
902
- # metric names. If `expression` is specified, `name` can be any string that you
903
- # would like within the allowed character set. For example if `expression` is `
904
- # screenPageViews/sessions`, you could call that metric's name = `
905
- # viewsPerSession`. Metric names that you choose must match the regular
909
+ # metric names supported by core reporting methods such as `runReport` and `
910
+ # batchRunReports`. See [Realtime Metrics](https://developers.google.com/
911
+ # analytics/devguides/reporting/data/v1/realtime-api-schema#metrics) for the
912
+ # list of metric names supported by the `runRealtimeReport` method. See [Funnel
913
+ # Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/
914
+ # exploration-api-schema#metrics) for the list of metric names supported by the `
915
+ # runFunnelReport` method. If `expression` is specified, `name` can be any
916
+ # string that you would like within the allowed character set. For example if `
917
+ # expression` is `screenPageViews/sessions`, you could call that metric's name =
918
+ # `viewsPerSession`. Metric names that you choose must match the regular
906
919
  # expression `^[a-zA-Z0-9_]$`. Metrics are referenced by `name` in `metricFilter`
907
920
  # , `orderBys`, and metric `expression`.
908
921
  # Corresponds to the JSON property `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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20230808"
25
+ REVISION = "20230904"
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.28.0
4
+ version: 0.29.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-08-20 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.29.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Analytics Data API V1beta