google-analytics-data-v1beta 0.6.0 → 0.7.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: 5134b98fc41b7d917e3fe80a3c6562725c1379ebb19dbd61ea9d76c5b85cd9f5
4
- data.tar.gz: 3df9c421232682bfd64758f0cb0a24922eef5aff90ef8f67f2f2bc0998da2da0
3
+ metadata.gz: 9177b63c8a4e928cf21993f422f53650f6e2ef309103f0738f55272bf0ab81c2
4
+ data.tar.gz: bfe38a506a945aae66d9787a7589c12e2365fdb9c764111a2400550bd1b13e45
5
5
  SHA512:
6
- metadata.gz: 854cd6373f7222ab12711fbc63af02e1888a766e0752f5e28de8050e70707dd46ced34be8b00c75764b4adc046d69eb7f1cc43f89ac55c7a8493a2a85907d28d
7
- data.tar.gz: 40b4ad526d172c8cbdaa85bfd46ec63400c9033f1509bc7d8510236010b077cf5053a2cf106322c5b8ca5362ac27f7424edf0121b4641650d70020e1ee235941
6
+ metadata.gz: dee419b6ba097e9d9e042ba4c343dfe3ea01c5f51750c7495e1f99348fa89f8c4d61acf2c9b99535a05f98f05814647c339b17ccda608389378087d1af3b6332
7
+ data.tar.gz: ccb2ec5a6f03d00e1d7c060641df12f26d848a361c649c9af2c0fdf735032130534913413e7dc55cb20d383b572f5716f5320458d2025f2adf0c7d792b50a767
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Google Analytics Data V1beta API
2
2
 
3
- API Client library for the Google Analytics Data V1beta API
3
+ Accesses report data in Google Analytics.
4
4
 
5
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
 
@@ -46,7 +46,7 @@ for general usage information.
46
46
  ## Enabling Logging
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
49
+ The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
50
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.