geoLanguageTargetingEnabled = $geoLanguageTargetingEnabled; } /** * @return bool */ public function getGeoLanguageTargetingEnabled() { return $this->geoLanguageTargetingEnabled; } /** * Optional. The ID of the Merchant Center account used to provide a product * feed. This Merchant Center account must already be linked to the * advertiser. * * @param string $linkedMerchantId */ public function setLinkedMerchantId($linkedMerchantId) { $this->linkedMerchantId = $linkedMerchantId; } /** * @return string */ public function getLinkedMerchantId() { return $this->linkedMerchantId; } /** * Optional. The third party measurement settings for the Demand Gen line * item. * * @param ThirdPartyMeasurementConfigs $thirdPartyMeasurementConfigs */ public function setThirdPartyMeasurementConfigs(ThirdPartyMeasurementConfigs $thirdPartyMeasurementConfigs) { $this->thirdPartyMeasurementConfigs = $thirdPartyMeasurementConfigs; } /** * @return ThirdPartyMeasurementConfigs */ public function getThirdPartyMeasurementConfigs() { return $this->thirdPartyMeasurementConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DemandGenSettings::class, 'Google_Service_DisplayVideo_DemandGenSettings');