xwiki.com stats deactivated
Hi, We got a new load of spam related hammering on xwiki.com. It is more and more horrible and creates more and more unuseful load on xwiki.com. Spam robots have included creation of XWiki accounts and use of these accounts to publish spam data in the wiki pages. I've had to deactivate statistics since each spam-related request that cannot be catched by mod_security creates load on the database for these statistics. The only way to get statistics back will be to use Javascripts which triggers a statistics storage request in the database (which would be ignored by spam robots and search engines), or to wait until we can read Google Analytics or another external statistics engine and redisplay it on xwiki.com. In the future we will propose a tutorial to activate Google Analytics on your wikis. If you know how to do it you should include this on your wiki pages to get statistics for your wiki. I'm getting more and more worried about these spam robots and would welcome any help and ideas on how to handle this to make xwiki.com a viable platform for hosted public wikis. Ludovic -- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Hei, Is this tutorial ready? Coudn't find any information on how to embedd Google Analytics into XWiki. Ludovic Dubost wrote:
In the future we will propose a tutorial to activate Google Analytics on your wikis. If you know how to do it you should include this on your wiki pages to get statistics for your wiki.
Mark -- View this message in context: http://www.nabble.com/xwiki.com-stats-deactivated-tp5056836p14238241.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Mark, On Dec 9, 2007, at 1:49 PM, MarkKofman wrote:
Hei,
Is this tutorial ready? Coudn't find any information on how to embedd Google Analytics into XWiki.
Ludovic has experience with GA but I haven't used it myself so can't help much here. Ludovic? OTOH XWiki has a statistics module. See http://www.xwiki.org/xwiki/bin/view/Code/Statistics The only drawback (and it's an important one) is that I've found that stats eat a lot of the performance. So you might want to try it and see if the performance degradation is acceptable in your case. We need to do some profiling to see how it could be improved. Thanks -Vincent
Ludovic Dubost wrote:
In the future we will propose a tutorial to activate Google Analytics on your wikis. If you know how to do it you should include this on your wiki pages to get statistics for your wiki.
Mark -- View this message in context: http://www.nabble.com/xwiki.com-stats-deactivated-tp5056836p14238241.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hei,
Is this tutorial ready? Coudn't find any information on how to embedd Google Analytics into XWiki.
Hi, As far as I know, embedding Google Analytics into XWiki to monitor the stats is not difficult. You just need to create a google analytics account and paste the script code that will be generated into the header of your XWiki pages. I think there is a javascript.vm template in albatross skin which seems to be the good place where pasting this code. Regards, Nicolas
On Dec 9, 2007, at 3:39 PM, Nicolas Réau wrote:
Hei,
Is this tutorial ready? Coudn't find any information on how to embedd Google Analytics into XWiki.
Hi,
As far as I know, embedding Google Analytics into XWiki to monitor the stats is not difficult. You just need to create a google analytics account and paste the script code that will be generated into the header of your XWiki pages. I think there is a javascript.vm template in albatross skin which seems to be the good place where pasting this code.
Actually the good place is in the header. So just go the Administration page, then select the Presentation tab and modify the content of the HTTP Meta Information field. For example add at the end: <script src="http://www.google-analytics.com/urchin.js" type="text/ javascript"> </script> <script type="text/javascript"> _uacct = "xxx"; urchinTracker(); </script> -Vincent
ok. thanx! On Dec 9, 2007 5:47 PM, Vincent Massol <vincent@massol.net> wrote:
On Dec 9, 2007, at 3:39 PM, Nicolas Réau wrote:
Hei,
Is this tutorial ready? Coudn't find any information on how to embedd Google Analytics into XWiki.
Hi,
As far as I know, embedding Google Analytics into XWiki to monitor the stats is not difficult. You just need to create a google analytics account and paste the script code that will be generated into the header of your XWiki pages. I think there is a javascript.vm template in albatross skin which seems to be the good place where pasting this code.
Actually the good place is in the header. So just go the Administration page, then select the Presentation tab and modify the content of the HTTP Meta Information field.
For example add at the end:
<script src="http://www.google-analytics.com/urchin.js" type="text/ javascript"> </script> <script type="text/javascript"> _uacct = "xxx"; urchinTracker(); </script>
-Vincent
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (5)
-
Ludovic Dubost -
Mark Kofman -
MarkKofman -
Nicolas Réau -
Vincent Massol