$PerformanceGoalBidStrategy constructor

$PerformanceGoalBidStrategy({
  1. String? customBiddingAlgorithmId,
  2. String? maxAverageCpmBidAmountMicros,
  3. String? performanceGoalAmountMicros,
  4. String? performanceGoalType,
})

Implementation

$PerformanceGoalBidStrategy({
  this.customBiddingAlgorithmId,
  this.maxAverageCpmBidAmountMicros,
  this.performanceGoalAmountMicros,
  this.performanceGoalType,
});