GoogleAdsSearchads360V23ServicesPlannedProductForecast constructor
GoogleAdsSearchads360V23ServicesPlannedProductForecast({
- double? averageFrequency,
- double? conversions,
- String? onTargetCoviewImpressions,
- String? onTargetCoviewReach,
- String? onTargetImpressions,
- String? onTargetReach,
- String? totalCoviewImpressions,
- String? totalCoviewReach,
- String? totalImpressions,
- String? totalReach,
- String? trueviewViews,
- String? viewableImpressions,
Implementation
GoogleAdsSearchads360V23ServicesPlannedProductForecast({
this.averageFrequency,
this.conversions,
this.onTargetCoviewImpressions,
this.onTargetCoviewReach,
this.onTargetImpressions,
this.onTargetReach,
this.totalCoviewImpressions,
this.totalCoviewReach,
this.totalImpressions,
this.totalReach,
this.trueviewViews,
this.viewableImpressions,
});