View Source GoogleApi.DisplayVideo.V1.Model.FixedBidStrategy (google_api_display_video v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.FixedBidStrategy{
  bidAmountMicros: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.