Last active
March 11, 2020 15:09
-
-
Save vinayakhumberi/c79db8efae133c6f6edad7af7cc6baee to your computer and use it in GitHub Desktop.
Performance Script usage
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
<script> | |
(function(d, script) { | |
script = d.createElement('script'); | |
script.type = 'text/javascript'; | |
script.async = true; | |
script.onload = function(){ | |
// remote script has loaded | |
}; | |
script.src = 'http://www.google-analytics.com/ga.js'; | |
d.getElementsByTagName('head')[0].appendChild(script); | |
}(document)); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment