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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33f4fe322fa826c299a5feb2b581d023d939af43d35bd8746adb813a88a85d81
4
- data.tar.gz: 1f54810460d5b26225d374893de5142f299c2183214a140d9bcbf7a9050fbfca
3
+ metadata.gz: c8a94e45e4bea0a5c13660cbe4ae4259187be0a8651e8a524233414b0d95d3f8
4
+ data.tar.gz: ebd2be4a56ac20c4336a62bab20dae462d32ec0c80a297d9114e944b12e80830
5
5
  SHA512:
6
- metadata.gz: 6035bb38efd80e492452cf186abf06133171d0a48021c92f6a128b96c7d9247a4ea27499933c1b91193e5f471641d76b12da3ac54864720d2bba925cd292c891
7
- data.tar.gz: 119a6dbd8e963e55115dca8cf4a5c03ef7cbb1b86d9e6d573acc123228d802a574aebe63f7544a8f913076a79df40733bb59be258b3bfd4f0eeb8f2628ee8a32
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. Note that google-analytics-data-v1beta is a version-specific client library. For most uses, we recommend installing the main client library google-analytics-data instead. See the readme for more details.
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Data
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
24
24
  end
25
25
  end
26
26
  end
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.2
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-07-12 00:00:00.000000000 Z
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. Note that google-analytics-data-v1beta
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: []