Sha256: 951776fc05add9dac3aa143a108afef885df6c2b14dd5e0342bd5701e88043b2
Contents?: true
Size: 744 Bytes
Versions: 11
Compression:
Stored size: 744 Bytes
Contents
{% if site.production %} {% assign analytics_code = site.data.settings.google_analytics.production %} {% elsif site.production == false %} {% assign analytics_code = site.data.settings.google_analytics.staging %} {% else %} {% assign analytics_code = site.data.settings.google_analytics.production %} {% endif %} <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'); ga('create', '{{analytics_code}}', 'auto'); ga('send', 'pageview'); </script>
Version data entries
11 entries across 11 versions & 1 rubygems