google-apis-analyticsdata_v1beta 0.28.0 → 0.29.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: 0fca0a0dc6ecdfb6c0ce207b6a67b7c23eba216e7475aae468b98ba679ec6cff
|
|
4
|
+
data.tar.gz: be309341050317a117fa797c37bedb096211005fe28a1a63665f05555d30c596
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 523daa7e5fcd76a176c83779be364e70cd4cae6567268195198eac057097571a198fea0f5a1e2c66bfe60c51bdfb4ff93fdbd303961c0fd830e5d3e5ba8e81b9
|
|
7
|
+
data.tar.gz: 0465ce56e57f62b284a936d9a28f45dbad916d3b66b69eeb13ea608a0d477b03c8b93656de15dec100b677bfabfc52b047af0114a955c3771635fcdde47d2599
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
519
|
-
#
|
|
520
|
-
#
|
|
521
|
-
#
|
|
522
|
-
#
|
|
523
|
-
#
|
|
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
|
|
903
|
-
#
|
|
904
|
-
#
|
|
905
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|