computedClickThroughUrl = $computedClickThroughUrl; } /** * @return string */ public function getComputedClickThroughUrl() { return $this->computedClickThroughUrl; } /** * Custom click-through URL. Applicable if the landingPageId field is left * unset. * * @param string $customClickThroughUrl */ public function setCustomClickThroughUrl($customClickThroughUrl) { $this->customClickThroughUrl = $customClickThroughUrl; } /** * @return string */ public function getCustomClickThroughUrl() { return $this->customClickThroughUrl; } /** * ID of the landing page for the click-through URL. * * @param string $landingPageId */ public function setLandingPageId($landingPageId) { $this->landingPageId = $landingPageId; } /** * @return string */ public function getLandingPageId() { return $this->landingPageId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeClickThroughUrl::class, 'Google_Service_Dfareporting_CreativeClickThroughUrl');