[Midnightbsd-cvs] www [569] trunk/footer.html: enable google analytics tracking features
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 12 20:46:04 EST 2014
Revision: 569
http://svnweb.midnightbsd.org/www/?rev=569
Author: laffer1
Date: 2014-11-12 20:46:03 -0500 (Wed, 12 Nov 2014)
Log Message:
-----------
enable google analytics tracking features
Modified Paths:
--------------
trunk/footer.html
Modified: trunk/footer.html
===================================================================
--- trunk/footer.html 2014-10-22 12:41:59 UTC (rev 568)
+++ trunk/footer.html 2014-11-13 01:46:03 UTC (rev 569)
@@ -61,7 +61,9 @@
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-560995-2', 'auto'); // Replace with your property ID.
+ga('create', 'UA-560995-2', 'auto');
+ga('require', 'linkid', 'linkid.js');
+ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
More information about the Midnightbsd-cvs
mailing list