GoogleAdsSearchads360V23ServicesCampaignToForecast constructor
GoogleAdsSearchads360V23ServicesCampaignToForecast({
- List<
GoogleAdsSearchads360V23ServicesForecastAdGroup> ? adGroups, - GoogleAdsSearchads360V23ServicesCampaignToForecastCampaignBiddingStrategy? biddingStrategy,
- double? conversionRate,
- List<
GoogleAdsSearchads360V23ServicesCriterionBidModifier> ? geoModifiers, - String? keywordPlanNetwork,
- List<
String> ? languageConstants, - List<
GoogleAdsSearchads360V23CommonKeywordInfo> ? negativeKeywords,
Implementation
GoogleAdsSearchads360V23ServicesCampaignToForecast({
this.adGroups,
this.biddingStrategy,
this.conversionRate,
this.geoModifiers,
this.keywordPlanNetwork,
this.languageConstants,
this.negativeKeywords,
});