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

pub struct TargetSpend {
    pub target_spend_micros: i64,
    pub cpc_bid_ceiling_micros: i64,
}

An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

Fields

target_spend_micros: i64

The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.

cpc_bid_ceiling_micros: i64

Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.

Trait Implementations

impl Clone for TargetSpend[src]

impl Debug for TargetSpend[src]

impl Default for TargetSpend[src]

impl Message for TargetSpend[src]

impl PartialEq<TargetSpend> for TargetSpend[src]

impl StructuralPartialEq for TargetSpend[src]

Auto Trait Implementations

impl RefUnwindSafe for TargetSpend

impl Send for TargetSpend

impl Sync for TargetSpend

impl Unpin for TargetSpend

impl UnwindSafe for TargetSpend

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]