pub struct PlannedProductForecast {
pub on_target_reach: i64,
pub total_reach: i64,
pub on_target_impressions: i64,
pub total_impressions: i64,
pub viewable_impressions: i64,
pub on_target_coview_reach: i64,
pub total_coview_reach: i64,
pub on_target_coview_impressions: i64,
pub total_coview_impressions: i64,
pub average_frequency: f64,
pub views: 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: 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: i64
Number of unique people reached that exactly matches the Targeting including co-viewers.
total_coview_reach: i64
Number of unique people reached including co-viewers. This includes people that may fall outside the specified Targeting.
on_target_coview_impressions: i64
Number of ad impressions that exactly matches the Targeting including co-viewers.
total_coview_impressions: 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: 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: 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.
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.Source§impl PartialEq for PlannedProductForecast
impl PartialEq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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