Struct google_api_proto::google::ads::googleads::v16::common::CpcBidSimulationPoint
source · pub struct CpcBidSimulationPoint {
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>,
pub cpc_simulation_key_value: Option<CpcSimulationKeyValue>,
}
Expand description
Projected metrics for a specific CPC bid amount.
Fields§
§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.
cpc_simulation_key_value: Option<CpcSimulationKeyValue>
When SimulationModificationMethod = UNIFORM or DEFAULT, cpc_bid_micros is set. When SimulationModificationMethod = SCALING, cpc_bid_scaling_modifier is set.
Implementations§
source§impl CpcBidSimulationPoint
impl CpcBidSimulationPoint
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 CpcBidSimulationPoint
impl Clone for CpcBidSimulationPoint
source§fn clone(&self) -> CpcBidSimulationPoint
fn clone(&self) -> CpcBidSimulationPoint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CpcBidSimulationPoint
impl Debug for CpcBidSimulationPoint
source§impl Default for CpcBidSimulationPoint
impl Default for CpcBidSimulationPoint
source§impl Message for CpcBidSimulationPoint
impl Message for CpcBidSimulationPoint
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 CpcBidSimulationPoint
impl PartialEq for CpcBidSimulationPoint
source§fn eq(&self, other: &CpcBidSimulationPoint) -> bool
fn eq(&self, other: &CpcBidSimulationPoint) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for CpcBidSimulationPoint
impl StructuralPartialEq for CpcBidSimulationPoint
Auto Trait Implementations§
impl Freeze for CpcBidSimulationPoint
impl RefUnwindSafe for CpcBidSimulationPoint
impl Send for CpcBidSimulationPoint
impl Sync for CpcBidSimulationPoint
impl Unpin for CpcBidSimulationPoint
impl UnwindSafe for CpcBidSimulationPoint
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