GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint constructor

GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint({
  1. double? appInstalls,
  2. double? biddableConversions,
  3. double? biddableConversionsValue,
  4. String? clicks,
  5. String? costMicros,
  6. String? impressions,
  7. double? inAppActions,
  8. String? interactions,
  9. String? requiredBudgetAmountMicros,
  10. String? targetCpaMicros,
  11. double? targetCpaScalingModifier,
  12. String? topSlotImpressions,
})

Implementation

GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint({
  this.appInstalls,
  this.biddableConversions,
  this.biddableConversionsValue,
  this.clicks,
  this.costMicros,
  this.impressions,
  this.inAppActions,
  this.interactions,
  this.requiredBudgetAmountMicros,
  this.targetCpaMicros,
  this.targetCpaScalingModifier,
  this.topSlotImpressions,
});