Struct gapi_grpc::google::ads::googleads::v4::resources::ad_group_criterion::PositionEstimates[][src]

pub struct PositionEstimates {
    pub first_page_cpc_micros: Option<i64>,
    pub first_position_cpc_micros: Option<i64>,
    pub top_of_page_cpc_micros: Option<i64>,
    pub estimated_add_clicks_at_first_position_cpc: Option<i64>,
    pub estimated_add_cost_at_first_position_cpc: Option<i64>,
}

Estimates for criterion bids at various positions.

Fields

first_page_cpc_micros: Option<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: Option<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: Option<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: Option<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: Option<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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]