cpcBidCeilingMicros = $cpcBidCeilingMicros; } /** * @return string */ public function getCpcBidCeilingMicros() { return $this->cpcBidCeilingMicros; } /** * Minimum bid limit that can be set by the bid strategy. The limit applies to * all keywords managed by the strategy. This should only be set for portfolio * bid strategies. * * @param string $cpcBidFloorMicros */ public function setCpcBidFloorMicros($cpcBidFloorMicros) { $this->cpcBidFloorMicros = $cpcBidFloorMicros; } /** * @return string */ public function getCpcBidFloorMicros() { return $this->cpcBidFloorMicros; } /** * Average CPA target. This target should be greater than or equal to minimum * billable unit based on the currency for the account. * * @param string $targetCpaMicros */ public function setTargetCpaMicros($targetCpaMicros) { $this->targetCpaMicros = $targetCpaMicros; } /** * @return string */ public function getTargetCpaMicros() { return $this->targetCpaMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonTargetCpa::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonTargetCpa');