google-analytics-data 0.7.1 → 0.7.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: 19eb11ca1b696363b5f5af3edb816460adcb816e611a261cbccfd156deddf46a
4
- data.tar.gz: 6de2109a6252cbead75b00cd928bf867720c4415362c09eeed78e1fd083cfee7
3
+ metadata.gz: a7ade949e4ee5ba4ec9f3f2a04b27cc12ae74d174f542e485f5ba9673fb2f8c6
4
+ data.tar.gz: b057eab7ab7ee799f9db4a10827a537ad4d707153dda772a292fcc4146acae4a
5
5
  SHA512:
6
- metadata.gz: 0d7d53305c6c839752e444e2985a40b8b663205135c4daf483d8128e33084dd85b39cce57b0e7959363ce85482fbfe64f8c18b61c066c65a316187ea50971c5a
7
- data.tar.gz: 2c2720e800d277e2c24e2f044c154bfe93d05b6c463cb2561a63d3b06f3cf6f880b0d841d6a609793bcf737508adea1a5129180f0e4b7349fd04979071b1599c
6
+ metadata.gz: c4e0b471c32b128b58d33cc9ea8e6b85b8659f52866306250aabd9ea147c1d196ddbb1c07e0facdd9a930e824c8f53a898198824bec08891832cd55d55cc0c38
7
+ data.tar.gz: 1b1a6249f67edbd655eef9676a27f0905d50ed7c099a52f7b9fd3f8918b0fd64722bd0ec2c2b7393b7748341aa2a63e013d9f3088dd1f41835dd8029d9cf32ba
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/analytics/data"
39
+
40
+ client = Google::Analytics::Data.analytics_data
41
+ request = ::Google::Analytics::Data::V1beta::RunReportRequest.new # (request fields as keyword arguments...)
42
+ response = client.run_report request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Data
23
- VERSION = "0.7.1"
23
+ VERSION = "0.7.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Google Analytics Data API
82
82
  test_files: []