pub struct DisplayVideo360AdvertiserLink {
pub name: String,
pub advertiser_id: String,
pub advertiser_display_name: String,
pub ads_personalization_enabled: Option<bool>,
pub campaign_data_sharing_enabled: Option<bool>,
pub cost_data_sharing_enabled: Option<bool>,
}
Expand description
A link between a GA4 property and a Display & Video 360 advertiser.
Fields§
§name: String
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId}
Note: linkId is not the Display & Video 360 Advertiser ID
advertiser_id: String
Immutable. The Display & Video 360 Advertiser’s advertiser ID.
advertiser_display_name: String
Output only. The display name of the Display & Video 360 Advertiser.
ads_personalization_enabled: Option<bool>
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
campaign_data_sharing_enabled: Option<bool>
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.
cost_data_sharing_enabled: Option<bool>
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.
Trait Implementations§
source§impl Clone for DisplayVideo360AdvertiserLink
impl Clone for DisplayVideo360AdvertiserLink
source§fn clone(&self) -> DisplayVideo360AdvertiserLink
fn clone(&self) -> DisplayVideo360AdvertiserLink
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for DisplayVideo360AdvertiserLink
impl Message for DisplayVideo360AdvertiserLink
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 DisplayVideo360AdvertiserLink
impl PartialEq for DisplayVideo360AdvertiserLink
source§fn eq(&self, other: &DisplayVideo360AdvertiserLink) -> bool
fn eq(&self, other: &DisplayVideo360AdvertiserLink) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisplayVideo360AdvertiserLink
Auto Trait Implementations§
impl Freeze for DisplayVideo360AdvertiserLink
impl RefUnwindSafe for DisplayVideo360AdvertiserLink
impl Send for DisplayVideo360AdvertiserLink
impl Sync for DisplayVideo360AdvertiserLink
impl Unpin for DisplayVideo360AdvertiserLink
impl UnwindSafe for DisplayVideo360AdvertiserLink
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