$MaximizeSpendBidStrategy class
Used by:
- displayvideo:v2 : MaximizeSpendBidStrategy
- displayvideo:v3 : MaximizeSpendBidStrategy
Constructors
- $MaximizeSpendBidStrategy({String? customBiddingAlgorithmId, String? maxAverageCpmBidAmountMicros, String? performanceGoalType, bool? raiseBidForDeals})
- $MaximizeSpendBidStrategy.fromJson(Map json_)
Properties
- customBiddingAlgorithmId ↔ String?
- 
  The ID of the Custom Bidding Algorithm used by this strategy.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- maxAverageCpmBidAmountMicros ↔ String?
- 
  The maximum average CPM that may be bid, in micros of the advertiser's
currency.
  getter/setter pair
- performanceGoalType ↔ String?
- 
  The type of the performance goal that the bidding strategy tries to
minimize while spending the full budget.
  getter/setter pair
- raiseBidForDeals ↔ bool?
- 
  Whether the strategy takes deal floor prices into account.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited