1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-11-04 12:40:09 -05:00

google analytics

This commit is contained in:
2019-06-26 10:34:42 -04:00
parent b626005acc
commit 31343f5aea

View File

@@ -31,5 +31,14 @@
</table>
<p>Updates every 1 minute.</p>
<script src="fetch.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1563964-43', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>