2018-03-04 02:25:42 +00:00
|
|
|
{#
|
2013-01-11 23:49:59 +00:00
|
|
|
# @file
|
|
|
|
# Google analytics, rendered on every page
|
2018-03-04 02:25:42 +00:00
|
|
|
#}
|
2013-01-11 23:49:59 +00:00
|
|
|
|
2017-01-04 17:08:12 +00:00
|
|
|
<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');
|
|
|
|
|
2018-03-04 02:25:42 +00:00
|
|
|
ga('create', '{ ENV["GA_TRACKING_CODE"] }', 'auto');
|
2012-10-30 22:32:48 +00:00
|
|
|
|
2013-01-11 23:49:59 +00:00
|
|
|
</script>
|