GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest constructor
GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest({
- List<
GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAdGroupInfo> ? adGroupInfo, - String? advertisingChannelType,
- List<
GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestAssetGroupInfo> ? assetGroupInfo, - GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestBiddingInfo? biddingInfo,
- GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestBudgetInfo? budgetInfo,
- int? campaignCallAssetCount,
- int? campaignImageAssetCount,
- int? campaignSitelinkCount,
- String? conversionTrackingStatus,
- List<
String> ? countryCodes, - bool? isNewCustomer,
- List<
String> ? languageCodes, - String? merchantCenterAccountId,
- List<
String> ? negativeLocationsIds, - List<
String> ? positiveLocationsIds, - List<
String> ? recommendationTypes, - GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestSeedInfo? seedInfo,
- bool? targetContentNetwork,
- bool? targetPartnerSearchNetwork,
Implementation
GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequest({
this.adGroupInfo,
this.advertisingChannelType,
this.assetGroupInfo,
this.biddingInfo,
this.budgetInfo,
this.campaignCallAssetCount,
this.campaignImageAssetCount,
this.campaignSitelinkCount,
this.conversionTrackingStatus,
this.countryCodes,
this.isNewCustomer,
this.languageCodes,
this.merchantCenterAccountId,
this.negativeLocationsIds,
this.positiveLocationsIds,
this.recommendationTypes,
this.seedInfo,
this.targetContentNetwork,
this.targetPartnerSearchNetwork,
});