Struct google_api_proto::google::analytics::admin::v1alpha::DisplayVideo360AdvertiserLinkProposal
source · pub struct DisplayVideo360AdvertiserLinkProposal {
pub name: String,
pub advertiser_id: String,
pub link_proposal_status_details: Option<LinkProposalStatusDetails>,
pub advertiser_display_name: String,
pub validation_email: String,
pub ads_personalization_enabled: Option<bool>,
pub campaign_data_sharing_enabled: Option<bool>,
pub cost_data_sharing_enabled: Option<bool>,
}
Expand description
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.
Fields§
§name: String
Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}
Note: proposalId is not the Display & Video 360 Advertiser ID
advertiser_id: String
Immutable. The Display & Video 360 Advertiser’s advertiser ID.
link_proposal_status_details: Option<LinkProposalStatusDetails>
Output only. The status information for this link proposal.
advertiser_display_name: String
Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.
validation_email: String
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.
ads_personalization_enabled: Option<bool>
Immutable. Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
campaign_data_sharing_enabled: Option<bool>
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.
cost_data_sharing_enabled: Option<bool>
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.
Trait Implementations§
source§impl Clone for DisplayVideo360AdvertiserLinkProposal
impl Clone for DisplayVideo360AdvertiserLinkProposal
source§fn clone(&self) -> DisplayVideo360AdvertiserLinkProposal
fn clone(&self) -> DisplayVideo360AdvertiserLinkProposal
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for DisplayVideo360AdvertiserLinkProposal
impl Message for DisplayVideo360AdvertiserLinkProposal
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for DisplayVideo360AdvertiserLinkProposal
impl PartialEq for DisplayVideo360AdvertiserLinkProposal
source§fn eq(&self, other: &DisplayVideo360AdvertiserLinkProposal) -> bool
fn eq(&self, other: &DisplayVideo360AdvertiserLinkProposal) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisplayVideo360AdvertiserLinkProposal
Auto Trait Implementations§
impl Freeze for DisplayVideo360AdvertiserLinkProposal
impl RefUnwindSafe for DisplayVideo360AdvertiserLinkProposal
impl Send for DisplayVideo360AdvertiserLinkProposal
impl Sync for DisplayVideo360AdvertiserLinkProposal
impl Unpin for DisplayVideo360AdvertiserLinkProposal
impl UnwindSafe for DisplayVideo360AdvertiserLinkProposal
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request