YoutubeAndPartnersSettings constructor
YoutubeAndPartnersSettings({
- YoutubeAndPartnersBiddingStrategy? biddingStrategy,
- String? contentCategory,
- String? effectiveContentCategory,
- YoutubeAndPartnersInventorySourceConfig? inventorySourceSettings,
- String? leadFormId,
- String? linkedMerchantId,
- TargetFrequency? targetFrequency,
- YoutubeAndPartnersThirdPartyMeasurementSettings? thirdPartyMeasurementSettings,
- VideoAdSequenceSettings? videoAdSequenceSettings,
- FrequencyCap? viewFrequencyCap,
Implementation
YoutubeAndPartnersSettings({
this.biddingStrategy,
this.contentCategory,
this.effectiveContentCategory,
this.inventorySourceSettings,
this.leadFormId,
this.linkedMerchantId,
this.relatedVideoIds,
this.targetFrequency,
this.thirdPartyMeasurementSettings,
this.videoAdSequenceSettings,
this.viewFrequencyCap,
});