diff options
Diffstat (limited to 'foundation-default-colours/templates/analytics.html')
-rw-r--r-- | foundation-default-colours/templates/analytics.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/foundation-default-colours/templates/analytics.html b/foundation-default-colours/templates/analytics.html new file mode 100644 index 0000000..911935b --- /dev/null +++ b/foundation-default-colours/templates/analytics.html @@ -0,0 +1,14 @@ +{% if GOOGLE_ANALYTICS %} +{% if FOUNDATION_NEW_ANALYTICS %} +<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','//www.google-analytics.com/analytics.js','ga'); + ga('create', '{{GOOGLE_ANALYTICS}}', '{{ FOUNDATION_ANALYTICS_DOMAIN }}'); + ga('send', 'pageview'); +</script> +{% else %} +<script>var _gaq=[['_setAccount','{{GOOGLE_ANALYTICS}}'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script> +{% endif %} +{% endif %}
\ No newline at end of file |