Pap_Api_ClickTracker::setBannerId PHP Method

setBannerId() public method

Use this function if you want to explicitly specify banner through which the click was made
public setBannerId ( $bannerId )
$bannerId
        public function setBannerId($bannerId)
        {
            $this->bannerId = $bannerId;
        }