getParam('url'); $this->setActionUrl($url); } public static function shouldHandle(Request $request) { $name = $request->getParam('c_n'); return !empty($name); } protected function getActionsToLookup() { return array( 'idaction_url' => array($this->getActionUrl(), $this->getActionType()) ); } // Do not track this Event URL as Entry/Exit Page URL (leave the existing entry/exit) public function getIdActionUrlForEntryAndExitIds() { return false; } // Do not track this Event Name as Entry/Exit Page Title (leave the existing entry/exit) public function getIdActionNameForEntryAndExitIds() { return false; } }