cpcBidCeilingMicros = $cpcBidCeilingMicros; } /** * @return string */ public function getCpcBidCeilingMicros() { return $this->cpcBidCeilingMicros; } /** * Adjusts the bid for each auction upward or downward, depending on the * likelihood of a conversion. Individual bids may exceed * cpc_bid_ceiling_micros, but the average bid amount for a campaign should * not. * * @param bool $enhancedCpcEnabled */ public function setEnhancedCpcEnabled($enhancedCpcEnabled) { $this->enhancedCpcEnabled = $enhancedCpcEnabled; } /** * @return bool */ public function getEnhancedCpcEnabled() { return $this->enhancedCpcEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonPercentCpc::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonPercentCpc');