Class: Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsAccountLink

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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

Returns Output only. The verification state of the link between the Analytics account and the parent organization.

Returns:



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".

Returns:

  • (::String)

    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