Skip to content

Instantly share code, notes, and snippets.

@inerba
Last active September 25, 2019 22:55
Show Gist options
  • Save inerba/14640dd8041860ffb518 to your computer and use it in GitHub Desktop.
Save inerba/14640dd8041860ffb518 to your computer and use it in GitHub Desktop.
Evento Analytics per monitorizzare gli errori 404
(function() {
ga('send', 'event', 'ERRORE', '404: ' + document.location.pathname + document.location.search + ' ref: ' + document.referrer, {
'nonInteraction': 1
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment