Class: Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DisplayVideo360AdvertiserLinkProposal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A proposal for a link between a GA4 property and a Display & Video 360 advertiser.
A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
Instance Attribute Summary collapse
-
#ads_personalization_enabled ⇒ ::Google::Protobuf::BoolValue
Immutable.
-
#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.
-
#link_proposal_status_details ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalStatusDetails
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#validation_email ⇒ ::String
Input only.
Instance Attribute Details
#ads_personalization_enabled ⇒ ::Google::Protobuf::BoolValue
Returns Immutable. Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal 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 Advertiser. Only populated for proposals that originated from Display & Video 360.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#advertiser_id ⇒ ::String
Returns Immutable. The Display & Video 360 Advertiser's advertiser ID.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal 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. If this field is not set on create, it will be defaulted to true.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal 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. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#link_proposal_status_details ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalStatusDetails (readonly)
Returns Output only. The status information for this link proposal.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}
Note: proposalId is not the Display & Video 360 Advertiser ID.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validation_email ⇒ ::String
Returns Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.
744 745 746 747 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 744 class DisplayVideo360AdvertiserLinkProposal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |