Manual:LocalSettings.php: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: //Replace xxxxxxx-x with YOUR GoogleAnalytics UA number $googleAnalytics = "UA-35013628-1"; //Set to true if you are using the Monobook skin (uses a Monobook-specific hook) //This settin...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number
//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number
$googleAnalytics = "UA-35013628-1";
$googleAnalytics = "UA-75976848-1";
   
   
//Set to true if you are using the Monobook skin (uses a Monobook-specific hook)
//Set to true if you are using the Monobook skin (uses a Monobook-specific hook)
Line 6: Line 6:
$googleAnalyticsMonobook = true;
$googleAnalyticsMonobook = true;
   
   
require_once( "$IP/extensions/googleAnalytics/googleAnalytics.php" );
<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', 'UA-75976848-1', 'auto');
  ga('send', 'pageview');
 
</script>

Latest revision as of 21:03, 2 May 2016

//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number $googleAnalytics = "UA-75976848-1";

//Set to true if you are using the Monobook skin (uses a Monobook-specific hook) //This setting is ignored for MW 1.11+ (SkinAfterBottomScripts is used instead) $googleAnalyticsMonobook = true;

<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', 'UA-75976848-1', 'auto');
 ga('send', 'pageview');

</script>