kylenstone / kylethinks

professional blog
0 stars 0 forks source link

add google analytics #24

Closed kylenstone closed 7 years ago

kylenstone commented 7 years ago

either use a plugin or add it as a script to footer.html:

        <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');
       </script>

          ga('create', '<<INSERT UUID HERE>>', 'auto');
          ga('send', 'pageview');
kylenstone commented 7 years ago

UA-106228305-1