Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5354

Add a parameter to use google analytics for an intranet

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Invalid
    • Icon: Major Major
    • 4.2.0
    • 3.7
    • None
    • None

      New script :

      <script type="text/javascript">
       
           var _gaq = _gaq || [];
           _gaq.push(['_setAccount', 'UA-xxxxxxxx-1']);
           _gaq.push(['_setDomainName', 'none']);
           _gaq.push(['_trackPageview']);
       
           (function ()
           {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
           })();
       
      </script>
      

      Source : http://www.archaique.net/using-google-analytics-in-an-intranet-without-fqdn/

            Unassigned Unassigned
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: