GoogleAdsSearchads360V23ServicesCampaignToForecast constructor

GoogleAdsSearchads360V23ServicesCampaignToForecast({
  1. List<GoogleAdsSearchads360V23ServicesForecastAdGroup>? adGroups,
  2. GoogleAdsSearchads360V23ServicesCampaignToForecastCampaignBiddingStrategy? biddingStrategy,
  3. double? conversionRate,
  4. List<GoogleAdsSearchads360V23ServicesCriterionBidModifier>? geoModifiers,
  5. String? keywordPlanNetwork,
  6. List<String>? languageConstants,
  7. List<GoogleAdsSearchads360V23CommonKeywordInfo>? negativeKeywords,
})

Implementation

GoogleAdsSearchads360V23ServicesCampaignToForecast({
  this.adGroups,
  this.biddingStrategy,
  this.conversionRate,
  this.geoModifiers,
  this.keywordPlanNetwork,
  this.languageConstants,
  this.negativeKeywords,
});