We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be ideal to have event hooks to cater for existing users, that we can add additional functionality too.
Index: core/Tracker/Visit.php =================================================================== --- core/Tracker/Visit.php (revision 2) +++ core/Tracker/Visit.php (working copy) @@ -148,6 +148,9 @@ $idActionReferer, $this->visitorInfo['time_spent_ref_action'] ); + + Piwik_PostEvent('Tracker.existingVisitorInformation', $this->visitorInfo); + } catch(Piwik_Tracker_Visit_VisitorNotFoundInDatabase $e) { printDebug($e->getMessage()); $this->visitorKnown = false;
The text was updated successfully, but these errors were encountered:
Defer to #813 review.
Sorry, something went wrong.
Sorry, wrong ticket. Deferred to #613 review.
see: Tracker.knownVisitorInformation
(In [1344]) fixes #825 - add event hook for known users, Tracker.knownVisitorInformation
updated wiki:Plugins/Hooks
No branches or pull requests
It would be ideal to have event hooks to cater for existing users, that we can add additional functionality too.
The text was updated successfully, but these errors were encountered: