GoogleAdsSearchads360V23CommonPercentCpc constructor

GoogleAdsSearchads360V23CommonPercentCpc({
  1. String? cpcBidCeilingMicros,
  2. bool? enhancedCpcEnabled,
})

Implementation

GoogleAdsSearchads360V23CommonPercentCpc({
  this.cpcBidCeilingMicros,
  this.enhancedCpcEnabled,
});