Pap_Api_ClickTracker::setChannel PHP Method

setChannel() public method

Use this function if you want to explicitly specify channel through which this click was made
public setChannel ( $channelId )
        public function setChannel($channelId)
        {
            $this->channelId = $channelId;
        }