GoogleApi.DisplayVideo.V1.Model.FixedBidStrategy (google_api_display_video v0.28.0) View Source
A strategy that uses a fixed bidding price.
Attributes
-
bidAmountMicros
(type:String.t
, default:nil
) - The fixed bid amount, in micros of the advertiser's currency. For insertion order entity, bid_amount_micros should be set as 0. For line item entity, bid_amount_micros must be greater than or equal to billable unit of the given currency and smaller than or equal to the upper limit 1000000000. For example, 1500000 represents 1.5 standard units of the currency.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.FixedBidStrategy{ bidAmountMicros: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.