I inserted the code into the skin of the wiki, I'm wondering if that would work....
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Arjun Jacob Thomas Sent: Tuesday, July 25, 2006 10:59 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Adding google analytics features to your wiki
Has anyone attempted to add the Google analytics tracker to their wiki pages?? I'm finding it very difficult to do so, any help would be most appreciated... I need to add the following code to every page on the wiki..
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-XXXXX-X"; urchinTracker(); </script>
Thanks in advance..
AJ> _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
yes it will. I wonder if there is a more appropriate (without modifying skin files) way to do it.. this is quite a usual task - to insert some script/counter etc. is copying/modifying a skin the recommended way to do it?
2006/7/25, Arjun Jacob Thomas Arjun.Jacob@mphasis.com:
I inserted the code into the skin of the wiki, I'm wondering if that
would work....
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Arjun Jacob Thomas Sent: Tuesday, July 25, 2006 10:59 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Adding google analytics features to your wiki
Has anyone attempted to add the Google analytics tracker to their wiki pages?? I'm finding it very difficult to do so, any help would be most appreciated... I need to add the following code to every page on the wiki..
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
<script type="text/javascript"> _uacct = "UA-XXXXX-X"; urchinTracker(); </script>
Thanks in advance..
AJ> _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org