google-analytics-data-v1beta 0.4.1 → 0.4.2
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: c5a6e028a0c423a4290d5d240eb2ba7a3f509ef81b8b77c67f844e84b8e92c09
|
|
4
|
+
data.tar.gz: ad94729733503c8c45eb33d5c90dfc411d52863e466ad3060d2d710f3166654f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 123cdc1b0b65e0181c342188c9bfec10f0ebe7a3f79014472aba27bacca0eea2f575e8fabb7c220e4ff48a3eb3cd8ecde162a798b404c7d0617c02f32c52ef18
|
|
7
|
+
data.tar.gz: b4eb652192bd7338649d1469b6080fabfc94f1cd5cdfefa57dc20dcfdfad75b440b63c5e59cf36198daa68dc087978cb4528d1a4528771b516270ba8dd7993a3
|
|
@@ -94,7 +94,7 @@ module Google
|
|
|
94
94
|
# would like within the allowed character set. For example if a
|
|
95
95
|
# `dimensionExpression` concatenates `country` and `city`, you could call
|
|
96
96
|
# that dimension `countryAndCity`. Dimension names that you choose must match
|
|
97
|
-
# the regular expression
|
|
97
|
+
# the regular expression `^[a-zA-Z0-9_]$`.
|
|
98
98
|
#
|
|
99
99
|
# Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
|
|
100
100
|
# `dimensionExpression`, and `pivots`.
|
|
@@ -168,7 +168,7 @@ module Google
|
|
|
168
168
|
# within the allowed character set. For example if `expression` is
|
|
169
169
|
# `screenPageViews/sessions`, you could call that metric's name =
|
|
170
170
|
# `viewsPerSession`. Metric names that you choose must match the regular
|
|
171
|
-
# expression
|
|
171
|
+
# expression `^[a-zA-Z0-9_]$`.
|
|
172
172
|
#
|
|
173
173
|
# Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
|
|
174
174
|
# `expression`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-data-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
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-11-
|
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|