Class: Google::Analytics::Admin::V1alpha::GoogleAdsLink

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

A link between a GA4 property and a Google Ads account.

Instance Attribute Summary collapse

Instance Attribute Details

#ads_personalization_enabled::Google::Protobuf::BoolValue

Returns Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.

Returns:

  • (::Google::Protobuf::BoolValue)

    Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#can_manage_clients::Boolean (readonly)

Returns Output only. If true, this link is for a Google Ads manager account.

Returns:

  • (::Boolean)

    Output only. If true, this link is for a Google Ads manager account.



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when this link was originally created.

Returns:



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#creator_email_address::String (readonly)

Returns Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.

Returns:

  • (::String)

    Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#customer_id::String

Returns Immutable. Google Ads customer ID.

Returns:

  • (::String)

    Immutable. Google Ads customer ID.



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId}

Note: googleAdsLinkId is not the Google Ads customer ID.

Returns:

  • (::String)

    Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId}

    Note: googleAdsLinkId is not the Google Ads customer ID.



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when this link was last updated.

Returns:



292
293
294
295
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 292

class GoogleAdsLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end