Struct google_api_proto::google::ads::googleads::v16::common::TargetRoasSimulationPoint
source · pub struct TargetRoasSimulationPoint {
pub target_roas: Option<f64>,
pub required_budget_amount_micros: i64,
pub biddable_conversions: Option<f64>,
pub biddable_conversions_value: Option<f64>,
pub clicks: Option<i64>,
pub cost_micros: Option<i64>,
pub impressions: Option<i64>,
pub top_slot_impressions: Option<i64>,
}
Expand description
Projected metrics for a specific target ROAS amount.
Fields§
§target_roas: Option<f64>
The simulated target ROAS upon which projected metrics are based.
required_budget_amount_micros: i64
Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency.
biddable_conversions: Option<f64>
Projected number of biddable conversions.
biddable_conversions_value: Option<f64>
Projected total value of biddable conversions.
clicks: Option<i64>
Projected number of clicks.
cost_micros: Option<i64>
Projected cost in micros.
impressions: Option<i64>
Projected number of impressions.
top_slot_impressions: Option<i64>
Projected number of top slot impressions. Only Search advertising channel type supports this field.
Implementations§
source§impl TargetRoasSimulationPoint
impl TargetRoasSimulationPoint
sourcepub fn target_roas(&self) -> f64
pub fn target_roas(&self) -> f64
Returns the value of target_roas
, or the default value if target_roas
is unset.
sourcepub fn biddable_conversions(&self) -> f64
pub fn biddable_conversions(&self) -> f64
Returns the value of biddable_conversions
, or the default value if biddable_conversions
is unset.
sourcepub fn biddable_conversions_value(&self) -> f64
pub fn biddable_conversions_value(&self) -> f64
Returns the value of biddable_conversions_value
, or the default value if biddable_conversions_value
is unset.
sourcepub fn clicks(&self) -> i64
pub fn clicks(&self) -> i64
Returns the value of clicks
, or the default value if clicks
is unset.
sourcepub fn cost_micros(&self) -> i64
pub fn cost_micros(&self) -> i64
Returns the value of cost_micros
, or the default value if cost_micros
is unset.
sourcepub fn impressions(&self) -> i64
pub fn impressions(&self) -> i64
Returns the value of impressions
, or the default value if impressions
is unset.
sourcepub fn top_slot_impressions(&self) -> i64
pub fn top_slot_impressions(&self) -> i64
Returns the value of top_slot_impressions
, or the default value if top_slot_impressions
is unset.
Trait Implementations§
source§impl Clone for TargetRoasSimulationPoint
impl Clone for TargetRoasSimulationPoint
source§fn clone(&self) -> TargetRoasSimulationPoint
fn clone(&self) -> TargetRoasSimulationPoint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TargetRoasSimulationPoint
impl Debug for TargetRoasSimulationPoint
source§impl Default for TargetRoasSimulationPoint
impl Default for TargetRoasSimulationPoint
source§impl Message for TargetRoasSimulationPoint
impl Message for TargetRoasSimulationPoint
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 TargetRoasSimulationPoint
impl PartialEq for TargetRoasSimulationPoint
source§fn eq(&self, other: &TargetRoasSimulationPoint) -> bool
fn eq(&self, other: &TargetRoasSimulationPoint) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for TargetRoasSimulationPoint
impl StructuralPartialEq for TargetRoasSimulationPoint
Auto Trait Implementations§
impl Freeze for TargetRoasSimulationPoint
impl RefUnwindSafe for TargetRoasSimulationPoint
impl Send for TargetRoasSimulationPoint
impl Sync for TargetRoasSimulationPoint
impl Unpin for TargetRoasSimulationPoint
impl UnwindSafe for TargetRoasSimulationPoint
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