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
Hi everyone, exists a way to set a callback function after the trackPage/trackEvent?
L.
The text was updated successfully, but these errors were encountered:
No. What would be the use case for this? Could you elaborate little on your requirements?
Sorry, something went wrong.
Yes, we have a page with redirect to the other app, and we would monitoring this event.
myFunctionRedirect(){ Analytics.trackEvent('button', 'click', 'newPageRedirect'); window.location.href = 'urlOtherApp'; }
The redirect after the trackEvent remove the previous call to the analytics service of the current page.
No branches or pull requests
Hi everyone,
exists a way to set a callback function after the trackPage/trackEvent?
L.
The text was updated successfully, but these errors were encountered: