GoogleAdsSearchads360V23ServicesForecast constructor
GoogleAdsSearchads360V23ServicesForecast({
- double? conversions,
- List<
GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown> ? effectiveFrequencyBreakdowns, - String? onTargetCoviewImpressions,
- String? onTargetCoviewReach,
- String? onTargetImpressions,
- String? onTargetReach,
- String? totalCoviewImpressions,
- String? totalCoviewReach,
- String? totalImpressions,
- String? totalReach,
- String? trueviewViews,
- String? viewableImpressions,
Implementation
GoogleAdsSearchads360V23ServicesForecast({
this.conversions,
this.effectiveFrequencyBreakdowns,
this.onTargetCoviewImpressions,
this.onTargetCoviewReach,
this.onTargetImpressions,
this.onTargetReach,
this.totalCoviewImpressions,
this.totalCoviewReach,
this.totalImpressions,
this.totalReach,
this.trueviewViews,
this.viewableImpressions,
});