blob: 503e0ece69b0b61da74e6839bd2a04f2cfb1bb47 [file] [log] [blame]
pR0Ps061c6242014-01-28 18:12:53 -05001{% if GOOGLE_ANALYTICS_ID and GOOGLE_ANALYTICS_PROP %}
2<script>
3 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
Justin Montgomery4ccf35a2016-10-02 23:14:20 -07006 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
Giulio Fidente44ccac72013-03-21 18:51:03 +01007
pR0Ps061c6242014-01-28 18:12:53 -05008 ga('create', '{{ GOOGLE_ANALYTICS_ID }}', '{{ GOOGLE_ANALYTICS_PROP }}');
9 ga('send', 'pageview');
Giulio Fidente44ccac72013-03-21 18:51:03 +010010</script>
11{% endif %}