PHP Classes

File: templates/includes/analytics.inc.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   templates/includes/analytics.inc.php   Download  
File: templates/includes/analytics.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 455 bytes
 

Contents

Class file image Download
<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', '<?= $_ENV['GOOGLE_ANALYTICS_ID'] ?>', 'auto');
    ga('send', 'pageview');
</script>