Struct gapi_grpc::google::ads::googleads::v7::common::BidModifierSimulationPoint [−][src]
Projected metrics for a specific bid modifier amount.
Fields
bid_modifier: f64
The simulated bid modifier upon which projected metrics are based.
biddable_conversions: f64
Projected number of biddable conversions. Only search advertising channel type supports this field.
biddable_conversions_value: f64
Projected total value of biddable conversions. Only search advertising channel type supports this field.
clicks: i64
Projected number of clicks.
cost_micros: i64
Projected cost in micros.
impressions: i64
Projected number of impressions.
top_slot_impressions: i64
Projected number of top slot impressions. Only search advertising channel type supports this field.
parent_biddable_conversions: f64
Projected number of biddable conversions for the parent resource. Only search advertising channel type supports this field.
parent_biddable_conversions_value: f64
Projected total value of biddable conversions for the parent resource. Only search advertising channel type supports this field.
parent_clicks: i64
Projected number of clicks for the parent resource.
parent_cost_micros: i64
Projected cost in micros for the parent resource.
parent_impressions: i64
Projected number of impressions for the parent resource.
parent_top_slot_impressions: i64
Projected number of top slot impressions for the parent resource. Only search advertising channel type supports this field.
parent_required_budget_micros: i64
Projected minimum daily budget that must be available to the parent resource to realize this simulation.
Trait Implementations
impl Clone for BidModifierSimulationPoint
[src][+]
impl Debug for BidModifierSimulationPoint
[src][+]
impl Default for BidModifierSimulationPoint
[src][+]
impl Message for BidModifierSimulationPoint
[src][+]
impl PartialEq<BidModifierSimulationPoint> for BidModifierSimulationPoint
[src][+]
impl StructuralPartialEq for BidModifierSimulationPoint
[src]
Auto Trait Implementations
impl RefUnwindSafe for BidModifierSimulationPoint
impl Send for BidModifierSimulationPoint
impl Sync for BidModifierSimulationPoint
impl Unpin for BidModifierSimulationPoint
impl UnwindSafe for BidModifierSimulationPoint
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,