google-analytics.html 539 B

1234567891011121314151617
  1. <script>
  2. // Google Analytics Tracking Script
  3. (function(i, s, o, g, r, a, m) {
  4. i['GoogleAnalyticsObject'] = r;
  5. i[r] = i[r] || function() {
  6. (i[r].q = i[r].q || []).push(arguments)
  7. }, i[r].l = 1 * new Date();
  8. a = s.createElement(o),
  9. m = s.getElementsByTagName(o)[0];
  10. a.async = 1;
  11. a.src = g;
  12. m.parentNode.insertBefore(a, m)
  13. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  14. ga('create', 'UA-38417733-17', 'startbootstrap.com');
  15. ga('send', 'pageview');
  16. </script>