ga.html 474 B

1234567891011
  1. <script>
  2. (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r;
  3. i[r] = i[r] || function() {
  4. (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date();
  5. a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  6. a.async = 1;
  7. a.src = g;
  8. m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  9. ga('create', '{{ GOOGLE_ANALYTICS }}', 'auto');
  10. ga('send', 'pageview');
  11. </script>