Last active
September 25, 2019 22:55
-
-
Save inerba/14640dd8041860ffb518 to your computer and use it in GitHub Desktop.
Evento Analytics per monitorizzare gli errori 404
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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