fiskhandlarn / dontvis.it

:no_entry_sign: dontvis.it, the idiot circumventor tool
MIT License
0 stars 0 forks source link

Add google analytics #24

Closed fiskhandlarn closed 4 years ago

fiskhandlarn commented 4 years ago

Remove this? <noscript><img src="http://nojsstats.appspot.com/UA/<?php echo $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];?><?php if($_SERVER['HTTP_REFERER']){echo '?r='.$_SERVER['HTTP_REFERER'];}; ?>&dummy=<?php echo rand(); ?>" /></noscript>

fiskhandlarn commented 4 years ago

<head> code:

        <script type="text/javascript">
            window.google_analytics_uacct = "UA";
        </script>
fiskhandlarn commented 4 years ago

from boilerplate:

  <!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
  <script>
    window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
    ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview')
  </script>
  <script src="https://www.google-analytics.com/analytics.js" async></script>