google-apis-analyticsadmin_v1beta 0.18.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79cd832c6626e6238268eedf39267e966004ac1948aaf7c70d183d2a0ed8944c
|
4
|
+
data.tar.gz: 0ec65fa20a3a7235562bbbbbaf193af79ebfcd6ea4ebe90dd3d278c899705e5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7827bdece313a6b5229147346d5d98adeb05e128fa9d3fe1342600a6451e6fac2f0d133eaf57018fccace4104edfbe4545ec6a96689bf5e88e4518b6b973028
|
7
|
+
data.tar.gz: '09670bede0a34787b8c0747feb428b862d5d8599b9b4a8243ab5198aa1c81909e17bc2a0f0dc5c756f749bd9f3e7c3a923e5dffcdd11c713163d9a57f6dde127'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
2
2
|
|
3
|
+
### v0.20.0 (2024-09-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240916
|
6
|
+
|
7
|
+
### v0.19.0 (2024-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240823
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.18.0 (2024-07-24)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240722
|
@@ -629,7 +629,7 @@ module Google
|
|
629
629
|
end
|
630
630
|
|
631
631
|
# A virtual resource representing an overview of an account and all its child
|
632
|
-
#
|
632
|
+
# Google Analytics properties.
|
633
633
|
class GoogleAnalyticsAdminV1betaAccountSummary
|
634
634
|
include Google::Apis::Core::Hashable
|
635
635
|
|
@@ -795,12 +795,12 @@ module Google
|
|
795
795
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream]
|
796
796
|
attr_accessor :data_stream
|
797
797
|
|
798
|
-
# A link between a
|
798
|
+
# A link between a Google Analytics property and a Firebase project.
|
799
799
|
# Corresponds to the JSON property `firebaseLink`
|
800
800
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink]
|
801
801
|
attr_accessor :firebase_link
|
802
802
|
|
803
|
-
# A link between a
|
803
|
+
# A link between a Google Analytics property and a Google Ads account.
|
804
804
|
# Corresponds to the JSON property `googleAdsLink`
|
805
805
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink]
|
806
806
|
attr_accessor :google_ads_link
|
@@ -810,7 +810,7 @@ module Google
|
|
810
810
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret]
|
811
811
|
attr_accessor :measurement_protocol_secret
|
812
812
|
|
813
|
-
# A resource message representing a Google Analytics
|
813
|
+
# A resource message representing a Google Analytics property.
|
814
814
|
# Corresponds to the JSON property `property`
|
815
815
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty]
|
816
816
|
attr_accessor :property
|
@@ -1356,7 +1356,7 @@ module Google
|
|
1356
1356
|
end
|
1357
1357
|
end
|
1358
1358
|
|
1359
|
-
# A link between a
|
1359
|
+
# A link between a Google Analytics property and a Firebase project.
|
1360
1360
|
class GoogleAnalyticsAdminV1betaFirebaseLink
|
1361
1361
|
include Google::Apis::Core::Hashable
|
1362
1362
|
|
@@ -1391,7 +1391,7 @@ module Google
|
|
1391
1391
|
end
|
1392
1392
|
end
|
1393
1393
|
|
1394
|
-
# A link between a
|
1394
|
+
# A link between a Google Analytics property and a Google Ads account.
|
1395
1395
|
class GoogleAnalyticsAdminV1betaGoogleAdsLink
|
1396
1396
|
include Google::Apis::Core::Hashable
|
1397
1397
|
|
@@ -1894,7 +1894,7 @@ module Google
|
|
1894
1894
|
end
|
1895
1895
|
end
|
1896
1896
|
|
1897
|
-
# A resource message representing a Google Analytics
|
1897
|
+
# A resource message representing a Google Analytics property.
|
1898
1898
|
class GoogleAnalyticsAdminV1betaProperty
|
1899
1899
|
include Google::Apis::Core::Hashable
|
1900
1900
|
|
@@ -2000,7 +2000,7 @@ module Google
|
|
2000
2000
|
end
|
2001
2001
|
end
|
2002
2002
|
|
2003
|
-
# A virtual resource representing metadata for a
|
2003
|
+
# A virtual resource representing metadata for a Google Analytics property.
|
2004
2004
|
class GoogleAnalyticsAdminV1betaPropertySummary
|
2005
2005
|
include Google::Apis::Core::Hashable
|
2006
2006
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240916"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -195,7 +195,7 @@ module Google
|
|
195
195
|
end
|
196
196
|
|
197
197
|
# Returns all accounts accessible by the caller. Note that these accounts might
|
198
|
-
# not currently have
|
198
|
+
# not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
|
199
199
|
# excluded by default. Returns an empty list if no relevant accounts are found.
|
200
200
|
# @param [Fixnum] page_size
|
201
201
|
# The maximum number of resources to return. The service may return fewer than
|
@@ -314,20 +314,22 @@ module Google
|
|
314
314
|
# for a property. Reports may be requested for any property, but dimensions that
|
315
315
|
# aren't related to quota can only be requested on Google Analytics 360
|
316
316
|
# properties. This method is only available to Administrators. These data access
|
317
|
-
# records include
|
317
|
+
# records include GA UI Reporting, GA UI Explorations, GA Data API, and other
|
318
318
|
# products like Firebase & Admob that can retrieve data from Google Analytics
|
319
319
|
# through a linkage. These records don't include property configuration changes
|
320
320
|
# like adding a stream or changing a property's time zone. For configuration
|
321
321
|
# change history, see [searchChangeHistoryEvents](https://developers.google.com/
|
322
322
|
# analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
|
323
|
-
# searchChangeHistoryEvents).
|
323
|
+
# searchChangeHistoryEvents). To give your feedback on this API, complete the [
|
324
|
+
# Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/
|
325
|
+
# 1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
|
324
326
|
# @param [String] entity
|
325
327
|
# The Data Access Report supports requesting at the property level or account
|
326
328
|
# level. If requested at the account level, Data Access Reports include all
|
327
329
|
# access for all properties under that account. To request at the property level,
|
328
|
-
# entity should be for example 'properties/123' if "123" is your
|
329
|
-
# ID. To request at the account level, entity should be for
|
330
|
-
# 1234' if "1234" is your
|
330
|
+
# entity should be for example 'properties/123' if "123" is your Google
|
331
|
+
# Analytics property ID. To request at the account level, entity should be for
|
332
|
+
# example 'accounts/1234' if "1234" is your Google Analytics Account ID.
|
331
333
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
|
332
334
|
# @param [String] fields
|
333
335
|
# Selector specifying which fields to include in a partial response.
|
@@ -428,7 +430,7 @@ module Google
|
|
428
430
|
execute_or_queue_command(command, &block)
|
429
431
|
end
|
430
432
|
|
431
|
-
# Creates
|
433
|
+
# Creates a Google Analytics property with the specified location and attributes.
|
432
434
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty] google_analytics_admin_v1beta_property_object
|
433
435
|
# @param [String] fields
|
434
436
|
# Selector specifying which fields to include in a partial response.
|
@@ -463,8 +465,7 @@ module Google
|
|
463
465
|
# be restored using the Trash Can UI. If the properties are not restored before
|
464
466
|
# the expiration time, the Property and all child resources (eg: GoogleAdsLinks,
|
465
467
|
# Streams, AccessBindings) will be permanently purged. https://support.google.
|
466
|
-
# com/analytics/answer/6154772 Returns an error if the target is not found
|
467
|
-
# is not a GA4 Property.
|
468
|
+
# com/analytics/answer/6154772 Returns an error if the target is not found.
|
468
469
|
# @param [String] name
|
469
470
|
# Required. The name of the Property to soft-delete. Format: properties/`
|
470
471
|
# property_id` Example: "properties/1000"
|
@@ -495,7 +496,7 @@ module Google
|
|
495
496
|
execute_or_queue_command(command, &block)
|
496
497
|
end
|
497
498
|
|
498
|
-
# Lookup for a single
|
499
|
+
# Lookup for a single GA Property.
|
499
500
|
# @param [String] name
|
500
501
|
# Required. The name of the property to lookup. Format: properties/`property_id`
|
501
502
|
# Example: "properties/1000"
|
@@ -557,10 +558,10 @@ module Google
|
|
557
558
|
execute_or_queue_command(command, &block)
|
558
559
|
end
|
559
560
|
|
560
|
-
# Returns child Properties under the specified parent Account.
|
561
|
-
#
|
562
|
-
#
|
563
|
-
#
|
561
|
+
# Returns child Properties under the specified parent Account. Properties will
|
562
|
+
# be excluded if the caller does not have access. Soft-deleted (ie: "trashed")
|
563
|
+
# properties are excluded by default. Returns an empty list if no relevant
|
564
|
+
# properties are found.
|
564
565
|
# @param [String] filter
|
565
566
|
# Required. An expression for filtering the results of the request. Fields
|
566
567
|
# eligible for filtering are: `parent:`(The resource name of the parent account/
|
@@ -659,20 +660,22 @@ module Google
|
|
659
660
|
# for a property. Reports may be requested for any property, but dimensions that
|
660
661
|
# aren't related to quota can only be requested on Google Analytics 360
|
661
662
|
# properties. This method is only available to Administrators. These data access
|
662
|
-
# records include
|
663
|
+
# records include GA UI Reporting, GA UI Explorations, GA Data API, and other
|
663
664
|
# products like Firebase & Admob that can retrieve data from Google Analytics
|
664
665
|
# through a linkage. These records don't include property configuration changes
|
665
666
|
# like adding a stream or changing a property's time zone. For configuration
|
666
667
|
# change history, see [searchChangeHistoryEvents](https://developers.google.com/
|
667
668
|
# analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
|
668
|
-
# searchChangeHistoryEvents).
|
669
|
+
# searchChangeHistoryEvents). To give your feedback on this API, complete the [
|
670
|
+
# Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/
|
671
|
+
# 1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
|
669
672
|
# @param [String] entity
|
670
673
|
# The Data Access Report supports requesting at the property level or account
|
671
674
|
# level. If requested at the account level, Data Access Reports include all
|
672
675
|
# access for all properties under that account. To request at the property level,
|
673
|
-
# entity should be for example 'properties/123' if "123" is your
|
674
|
-
# ID. To request at the account level, entity should be for
|
675
|
-
# 1234' if "1234" is your
|
676
|
+
# entity should be for example 'properties/123' if "123" is your Google
|
677
|
+
# Analytics property ID. To request at the account level, entity should be for
|
678
|
+
# example 'accounts/1234' if "1234" is your Google Analytics Account ID.
|
676
679
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
|
677
680
|
# @param [String] fields
|
678
681
|
# Selector specifying which fields to include in a partial response.
|
@@ -1522,7 +1525,7 @@ module Google
|
|
1522
1525
|
execute_or_queue_command(command, &block)
|
1523
1526
|
end
|
1524
1527
|
|
1525
|
-
# Lookup for a single
|
1528
|
+
# Lookup for a single MeasurementProtocolSecret.
|
1526
1529
|
# @param [String] name
|
1527
1530
|
# Required. The name of the measurement protocol secret to lookup. Format:
|
1528
1531
|
# properties/`property`/dataStreams/`dataStream`/measurementProtocolSecrets/`
|
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.
|
4
|
+
version: 0.20.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: 2024-
|
11
|
+
date: 2024-09-22 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.20.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: []
|