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

A strategy that automatically adjusts the bid to optimize a specified performance goal while spending the full budget.

Attributes

  • customBiddingAlgorithmId (type: String.t, default: nil) - The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO.
  • maxAverageCpmBidAmountMicros (type: String.t, default: nil) - The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. For example, 1500000 represents 1.5 standard units of the currency.
  • performanceGoalType (type: String.t, default: nil) - Required. The type of the performance goal that the bidding strategy tries to minimize while spending the full budget. BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM is not supported for this strategy.
  • raiseBidForDeals (type: boolean(), default: nil) - Whether the strategy takes deal floor prices into account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.MaximizeSpendBidStrategy{
  customBiddingAlgorithmId: String.t() | nil,
  maxAverageCpmBidAmountMicros: String.t() | nil,
  performanceGoalType: String.t() | nil,
  raiseBidForDeals: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.