Struct gapi_grpc::google::ads::googleads::v7::common::TargetImpressionShare[][src]

pub struct TargetImpressionShare {
    pub location: i32,
    pub location_fraction_micros: i64,
    pub cpc_bid_ceiling_micros: i64,
}

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

Fields

location: i32

The targeted location on the search results page.

location_fraction_micros: i64

The desired fraction of ads to be shown in the targeted location in micros. E.g. 1% equals 10,000.

cpc_bid_ceiling_micros: i64

The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.

Implementations

impl TargetImpressionShare[src]

pub fn location(&self) -> TargetImpressionShareLocation[src]

Returns the enum value of location, or the default if the field is set to an invalid enum value.

pub fn set_location(&mut self, value: TargetImpressionShareLocation)[src]

Sets location to the provided enum value.

Trait Implementations

impl Clone for TargetImpressionShare[src]

impl Debug for TargetImpressionShare[src]

impl Default for TargetImpressionShare[src]

impl Message for TargetImpressionShare[src]

impl PartialEq<TargetImpressionShare> for TargetImpressionShare[src]

impl StructuralPartialEq for TargetImpressionShare[src]

Auto Trait Implementations

impl RefUnwindSafe for TargetImpressionShare

impl Send for TargetImpressionShare

impl Sync for TargetImpressionShare

impl Unpin for TargetImpressionShare

impl UnwindSafe for TargetImpressionShare

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]