[Mailman-Users] Adding Google Analytics to Mailman templates

Odieresis [Gmail] odieresis at gmail.com
Tue Jan 29 09:49:15 CET 2008


I want to add Google Analytics to Mailman templates to track visits.
When I try to save /General Informations Page/ template with the code 
from Analytics it changes the code.

I paste this in:

    * <script src="http://www.google-analytics.com/urchin.js"
      type="text/javascript">
      </script>
      <script type="text/javascript">
      _uacct = "UA-000000-0";
      urchinTracker();
      </script>

It saves this:

    * &lt;script src="http://www.google-analytics.com/urchin.js"
      type="text/javascript"&gt;
      &lt;/script&gt;
      &lt;script type="text/javascript"&gt;
      _uacct = "UA-000000-0";
      urchinTracker();
      &lt;/script&gt;

Why does it do this? I'm looking for an answer on the internet but I 
didn't find any about code savings in templates.

Thank you in advance.

Francesco


More information about the Mailman-Users mailing list