DemandGenSettings constructor
DemandGenSettings({
- bool? geoLanguageTargetingEnabled,
- String? linkedMerchantId,
- ThirdPartyMeasurementConfigs? thirdPartyMeasurementConfigs,
Implementation
DemandGenSettings({
this.geoLanguageTargetingEnabled,
this.linkedMerchantId,
this.thirdPartyMeasurementConfigs,
});