Class: Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsAccountLink
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsAccountLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/resources.rb
Overview
A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.
Instance Attribute Summary collapse
-
#analytics_account ⇒ ::String
Required.
-
#display_name ⇒ ::String
readonly
Output only.
-
#link_verification_state ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::LinkVerificationState
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#analytics_account ⇒ ::String
Returns Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name.
Format: analyticsadmin.googleapis.com/accounts/{account_id}.
62 63 64 65 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 62 class AnalyticsAccountLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The human-readable name for the Analytics account.
62 63 64 65 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 62 class AnalyticsAccountLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#link_verification_state ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::LinkVerificationState (readonly)
Returns Output only. The verification state of the link between the Analytics account and the parent organization.
62 63 64 65 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 62 class AnalyticsAccountLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account.
Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234".
62 63 64 65 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/resources.rb', line 62 class AnalyticsAccountLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |