google-analytics-data 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/analytics/data/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8a94e45e4bea0a5c13660cbe4ae4259187be0a8651e8a524233414b0d95d3f8
|
4
|
+
data.tar.gz: ebd2be4a56ac20c4336a62bab20dae462d32ec0c80a297d9114e944b12e80830
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec8c2e8ef3178907ebf4b409d0a540c4b6e1c5d56ce2f1e78426c40047677927872d3804284e344c201e92c73dc9667ed05a8710de25be08ff86612797ba74a
|
7
|
+
data.tar.gz: 1b28e9f440603b346fade5266b190d9bf94a17e638ab2d50fbddbeeb02e382c58e14186e730fffcd1fc178a5146546d0943c9a7a76046c28cbc4e266c31ea2cb
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
API Client library for the Google Analytics Data API
|
4
4
|
|
5
|
-
The Google Analytics Data API provides programmatic methods to access report data in Google Analytics 4 (GA4) properties. Google Analytics 4 helps you understand how people use your web, iOS, or Android app.
|
5
|
+
The Google Analytics Data API provides programmatic methods to access report data in Google Analytics 4 (GA4) properties. Google Analytics 4 helps you understand how people use your web, iOS, or Android app.
|
6
6
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-analytics-data-v*`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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
|
+
date: 2021-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-analytics-data-v1alpha
|
@@ -178,9 +178,7 @@ dependencies:
|
|
178
178
|
version: '0.9'
|
179
179
|
description: The Google Analytics Data API provides programmatic methods to access
|
180
180
|
report data in Google Analytics 4 (GA4) properties. Google Analytics 4 helps you
|
181
|
-
understand how people use your web, iOS, or Android app.
|
182
|
-
is a version-specific client library. For most uses, we recommend installing the
|
183
|
-
main client library google-analytics-data instead. See the readme for more details.
|
181
|
+
understand how people use your web, iOS, or Android app.
|
184
182
|
email: googleapis-packages@google.com
|
185
183
|
executables: []
|
186
184
|
extensions: []
|