Use archives google analytics
authorMagnus Hagander <magnus@hagander.net>
Mon, 31 Dec 2012 11:00:34 +0000 (12:00 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 31 Dec 2012 11:00:34 +0000 (12:00 +0100)
Use the google analytics code from the pg archives, not the one from the
main website, so we can keep separating them in the statistics.

django/archives/mailarchives/templates/base.html

index 551b25b548872058568b54e3c0e85f3724aa21ed..b2e494bd758ff321be789495727a50e4d9c27023 100644 (file)
@@ -17,7 +17,7 @@
   <style type="text/css" media="screen" title="Normal Text">@import url("/media-archives/css/archives.css");</style>
   <script type="text/javascript">
   var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-1345454-1']);
+  _gaq.push(['_setAccount', 'UA-1345454-2']);
   _gaq.push(['_trackPageview']);
   (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;