Struct gapi_grpc::google::ads::googleads::v7::resources::ad_group_criterion::PositionEstimates [−][src]
Estimates for criterion bids at various positions.
Fields
first_page_cpc_micros: i64
Output only. The estimate of the CPC bid required for ad to be shown on first page of search results.
first_position_cpc_micros: i64
Output only. The estimate of the CPC bid required for ad to be displayed in first position, at the top of the first page of search results.
top_of_page_cpc_micros: i64
Output only. The estimate of the CPC bid required for ad to be displayed at the top of the first page of search results.
estimated_add_clicks_at_first_position_cpc: i64
Output only. Estimate of how many clicks per week you might get by changing your keyword bid to the value in first_position_cpc_micros.
estimated_add_cost_at_first_position_cpc: i64
Output only. Estimate of how your cost per week might change when changing your keyword bid to the value in first_position_cpc_micros.
Trait Implementations
impl Clone for PositionEstimates
[src][+]
impl Debug for PositionEstimates
[src][+]
impl Default for PositionEstimates
[src][+]
impl Message for PositionEstimates
[src][+]
impl PartialEq<PositionEstimates> for PositionEstimates
[src][+]
impl StructuralPartialEq for PositionEstimates
[src]
Auto Trait Implementations
impl RefUnwindSafe for PositionEstimates
impl Send for PositionEstimates
impl Sync for PositionEstimates
impl Unpin for PositionEstimates
impl UnwindSafe for PositionEstimates
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>,