$MaximizeSpendBidStrategy constructor

$MaximizeSpendBidStrategy({
  1. String? customBiddingAlgorithmId,
  2. String? maxAverageCpmBidAmountMicros,
  3. String? performanceGoalType,
  4. bool? raiseBidForDeals,
})

Implementation

$MaximizeSpendBidStrategy({
  this.customBiddingAlgorithmId,
  this.maxAverageCpmBidAmountMicros,
  this.performanceGoalType,
  this.raiseBidForDeals,
});