GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint constructor
GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint({
- double? appInstalls,
- double? biddableConversions,
- double? biddableConversionsValue,
- String? clicks,
- String? costMicros,
- String? impressions,
- double? inAppActions,
- String? interactions,
- String? requiredBudgetAmountMicros,
- String? targetCpaMicros,
- double? targetCpaScalingModifier,
- 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,
});