Comment on Ask HN: How can I trust Google Analytics?parentComments−dudus11yYou can also do ga('send', 'event', 'button', 'click', {transport: 'beacon'}); This will work even after you redirect to another page but only if the browser supports navigator.sendBeacon(). Currently not IE or Safari.
Comments
You can also do
This will work even after you redirect to another page but only if the browser supports navigator.sendBeacon(). Currently not IE or Safari.