Added Google Analytics script
This commit is contained in:
@ -17,3 +17,13 @@ html
|
|||||||
block content
|
block content
|
||||||
.container
|
.container
|
||||||
include partials/footer
|
include partials/footer
|
||||||
|
script.
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
Reference in New Issue
Block a user