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