mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-05-19 16:20:17 +00:00
google analytics tracking code
This commit is contained in:
+8
-14
@@ -238,22 +238,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
<!-- This script makes the page take longer to load, unfortunately -->
|
<!-- This script makes the page take longer to load, unfortunately -->
|
||||||
<script>
|
<script>
|
||||||
(function(i, s, o, g, r, a, m) {
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
i['GoogleAnalyticsObject'] = r;
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
i[r] = i[r] || function() {
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
(i[r].q = i[r].q || []).push(arguments)
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
}, 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', '//www.google-analytics.com/analytics.js', 'ga');
|
|
||||||
|
|
||||||
ga('create', 'UA-47339221-1', 'limelight-stream.com');
|
ga('create', 'UA-47339221-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user