google-apis-analyticsadmin_v1beta 0.11.0 → 0.12.0

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: 07053ab71d2ac5147ff3df68d8f7fe811f053278eec72a6206e735ae96540366
4
- data.tar.gz: b3dd4d4d339ae3bbb6aaf2c0f288a1af3739045c9bdc0d8e44e534aad00aac79
3
+ metadata.gz: b26c47afd908d88811564f298135f01f9fcde6b3bc1a6d3b19bc38d32b4623ac
4
+ data.tar.gz: 2c96eab77b755b52bde8612d924b69fa2c094f7bc80134de09e1fef2d8b8225a
5
5
  SHA512:
6
- metadata.gz: f0828028cad446a29e66a9885d4e27e3b5f5a7fc624a6f883108074fcd5bd571262f2fe2f42d997056f7c947bb74ba0ec4d82e6e21af40cd2f1ba59eeda3989b
7
- data.tar.gz: 82ba9d06e2ebc915f28c9614179559fbde95f4679befa5ff0d1e0e10e8467b77f367b38222834b82cb8df08d6297ec69ab09169ec951e57f4c5e90fa41467496
6
+ metadata.gz: a51c7e697a613fd6f7fc0d04f6a797e5f129a27674bbab007c13b30c3df8d76a753af430d42c4feeb37fe00dc93d2df6c001454d62f009ec9a319f071025a671
7
+ data.tar.gz: 960ec735865b2cf3796f88a9c1751839bbc50b9203588179df2de0cf962120ce7be3a33263cc2d02653b27711058515a1a04cdb8214e454a8dd4a4a78b2bc961
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.12.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231212
6
+
3
7
  ### v0.11.0 (2023-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20231027
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1beta
18
18
  # Version of the google-apis-analyticsadmin_v1beta gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231027"
25
+ REVISION = "20231212"
26
26
  end
27
27
  end
28
28
  end
@@ -309,14 +309,16 @@ module Google
309
309
  # Returns a customized report of data access records. The report provides
310
310
  # records of each time a user reads Google Analytics reporting data. Access
311
311
  # records are retained for up to 2 years. Data Access Reports can be requested
312
- # for a property. The property must be in Google Analytics 360. This method is
313
- # only available to Administrators. These data access records include GA4 UI
314
- # Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase
315
- # & Admob that can retrieve data from Google Analytics through a linkage. These
316
- # records don't include property configuration changes like adding a stream or
317
- # changing a property's time zone. For configuration change history, see [
318
- # searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/
319
- # config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
312
+ # for a property. Reports may be requested for any property, but dimensions that
313
+ # aren't related to quota can only be requested on Google Analytics 360
314
+ # properties. This method is only available to Administrators. These data access
315
+ # records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other
316
+ # products like Firebase & Admob that can retrieve data from Google Analytics
317
+ # through a linkage. These records don't include property configuration changes
318
+ # like adding a stream or changing a property's time zone. For configuration
319
+ # change history, see [searchChangeHistoryEvents](https://developers.google.com/
320
+ # analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
321
+ # searchChangeHistoryEvents).
320
322
  # @param [String] entity
321
323
  # The Data Access Report supports requesting at the property level or account
322
324
  # level. If requested at the account level, Data Access Reports include all
@@ -651,14 +653,16 @@ module Google
651
653
  # Returns a customized report of data access records. The report provides
652
654
  # records of each time a user reads Google Analytics reporting data. Access
653
655
  # records are retained for up to 2 years. Data Access Reports can be requested
654
- # for a property. The property must be in Google Analytics 360. This method is
655
- # only available to Administrators. These data access records include GA4 UI
656
- # Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase
657
- # & Admob that can retrieve data from Google Analytics through a linkage. These
658
- # records don't include property configuration changes like adding a stream or
659
- # changing a property's time zone. For configuration change history, see [
660
- # searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/
661
- # config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
656
+ # for a property. Reports may be requested for any property, but dimensions that
657
+ # aren't related to quota can only be requested on Google Analytics 360
658
+ # properties. This method is only available to Administrators. These data access
659
+ # records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other
660
+ # products like Firebase & Admob that can retrieve data from Google Analytics
661
+ # through a linkage. These records don't include property configuration changes
662
+ # like adding a stream or changing a property's time zone. For configuration
663
+ # change history, see [searchChangeHistoryEvents](https://developers.google.com/
664
+ # analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
665
+ # searchChangeHistoryEvents).
662
666
  # @param [String] entity
663
667
  # The Data Access Report supports requesting at the property level or account
664
668
  # level. If requested at the account level, Data Access Reports include all
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []