Class: Google::Analytics::Admin::V1alpha::GoogleAdsLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GoogleAdsLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A link between a Google Analytics property and a Google Ads account.
Instance Attribute Summary collapse
-
#ads_personalization_enabled ⇒ ::Google::Protobuf::BoolValue
Enable personalized advertising features with this integration.
-
#can_manage_clients ⇒ ::Boolean
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#creator_email_address ⇒ ::String
readonly
Output only.
-
#customer_id ⇒ ::String
Immutable.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 class GoogleAdsLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_id ⇒ ::String
Returns Immutable. Google Ads customer ID.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 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.
303 304 305 306 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 303 class GoogleAdsLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |