Struct google_api_proto::google::ads::googleads::v15::services::PlannedProductForecast
source · pub struct PlannedProductForecast {
pub on_target_reach: i64,
pub total_reach: i64,
pub on_target_impressions: i64,
pub total_impressions: i64,
pub viewable_impressions: Option<i64>,
pub on_target_coview_reach: Option<i64>,
pub total_coview_reach: Option<i64>,
pub on_target_coview_impressions: Option<i64>,
pub total_coview_impressions: Option<i64>,
pub average_frequency: Option<f64>,
pub views: Option<i64>,
}
Expand description
Forecasted traffic metrics for a planned product.
Fields§
§on_target_reach: i64
Number of unique people reached that exactly matches the Targeting.
Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the on_target_reach value will be rounded to 0.
total_reach: i64
Number of unique people reached. This includes people that may fall outside the specified Targeting.
Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the total_reach value will be rounded to 0.
on_target_impressions: i64
Number of ad impressions that exactly matches the Targeting.
total_impressions: i64
Total number of ad impressions. This includes impressions that may fall outside the specified Targeting, due to insufficient information on signed-in users.
viewable_impressions: Option<i64>
Number of times the ad’s impressions were considered viewable. See https://support.google.com/google-ads/answer/7029393 for more information about what makes an ad viewable and how viewability is measured.
on_target_coview_reach: Option<i64>
Number of unique people reached that exactly matches the Targeting including co-viewers.
total_coview_reach: Option<i64>
Number of unique people reached including co-viewers. This includes people that may fall outside the specified Targeting.
on_target_coview_impressions: Option<i64>
Number of ad impressions that exactly matches the Targeting including co-viewers.
total_coview_impressions: Option<i64>
Total number of ad impressions including co-viewers. This includes impressions that may fall outside the specified Targeting, due to insufficient information on signed-in users.
average_frequency: Option<f64>
The number of times per selected time unit a user will see an ad, averaged over the number of time units in the forecast length. This field will only be populated for a Target Frequency campaign.
See https://support.google.com/google-ads/answer/12400225 for more information about Target Frequency campaigns.
views: Option<i64>
Number of ad views forecasted for the specified product and targeting. A view is counted when a viewer views a larger portion or the entirety of an ad beyond an impression.
See https://support.google.com/google-ads/answer/2375431 for more information on views.
Implementations§
source§impl PlannedProductForecast
impl PlannedProductForecast
sourcepub fn viewable_impressions(&self) -> i64
pub fn viewable_impressions(&self) -> i64
Returns the value of viewable_impressions
, or the default value if viewable_impressions
is unset.
sourcepub fn on_target_coview_reach(&self) -> i64
pub fn on_target_coview_reach(&self) -> i64
Returns the value of on_target_coview_reach
, or the default value if on_target_coview_reach
is unset.
sourcepub fn total_coview_reach(&self) -> i64
pub fn total_coview_reach(&self) -> i64
Returns the value of total_coview_reach
, or the default value if total_coview_reach
is unset.
sourcepub fn on_target_coview_impressions(&self) -> i64
pub fn on_target_coview_impressions(&self) -> i64
Returns the value of on_target_coview_impressions
, or the default value if on_target_coview_impressions
is unset.
sourcepub fn total_coview_impressions(&self) -> i64
pub fn total_coview_impressions(&self) -> i64
Returns the value of total_coview_impressions
, or the default value if total_coview_impressions
is unset.
sourcepub fn average_frequency(&self) -> f64
pub fn average_frequency(&self) -> f64
Returns the value of average_frequency
, or the default value if average_frequency
is unset.
Trait Implementations§
source§impl Clone for PlannedProductForecast
impl Clone for PlannedProductForecast
source§fn clone(&self) -> PlannedProductForecast
fn clone(&self) -> PlannedProductForecast
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PlannedProductForecast
impl Debug for PlannedProductForecast
source§impl Default for PlannedProductForecast
impl Default for PlannedProductForecast
source§impl Message for PlannedProductForecast
impl Message for PlannedProductForecast
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 PlannedProductForecast
impl PartialEq for PlannedProductForecast
source§fn eq(&self, other: &PlannedProductForecast) -> bool
fn eq(&self, other: &PlannedProductForecast) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for PlannedProductForecast
impl StructuralPartialEq for PlannedProductForecast
Auto Trait Implementations§
impl Freeze for PlannedProductForecast
impl RefUnwindSafe for PlannedProductForecast
impl Send for PlannedProductForecast
impl Sync for PlannedProductForecast
impl Unpin for PlannedProductForecast
impl UnwindSafe for PlannedProductForecast
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