Class: Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLink
- 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 Display & Video 360 advertiser.
Instance Attribute Summary collapse
-
#ads_personalization_enabled ⇒ ::Google::Protobuf::BoolValue
Enables personalized advertising features with this integration.
-
#advertiser_display_name ⇒ ::String
readonly
Output only.
-
#advertiser_id ⇒ ::String
Immutable.
-
#campaign_data_sharing_enabled ⇒ ::Google::Protobuf::BoolValue
Immutable.
-
#cost_data_sharing_enabled ⇒ ::Google::Protobuf::BoolValue
Immutable.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#ads_personalization_enabled ⇒ ::Google::Protobuf::BoolValue
Returns Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#advertiser_display_name ⇒ ::String (readonly)
Returns Output only. The display name of the Display & Video 360 Advertiser.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#advertiser_id ⇒ ::String
Returns Immutable. The Display & Video 360 Advertiser's advertiser ID.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#campaign_data_sharing_enabled ⇒ ::Google::Protobuf::BoolValue
Returns Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cost_data_sharing_enabled ⇒ ::Google::Protobuf::BoolValue
Returns Immutable. Enables the import of cost data from Display & Video 360 into the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId}
Note: linkId is not the Display & Video 360 Advertiser ID.
695 696 697 698 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 695 class DisplayVideo360AdvertiserLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |