[xwiki-devs] Statistics for links to external pages in Xwiki
To implement an "most visited links" box, I need information about what external pages are visited the most from XWiki-pages. First idea (lacking knowledge on how to implement it): - change link parser to tranformer links like "http://www.externalpage.com" to "http://www.mypage.com/proxypage.php?destination=http://www.externalpage.com" - implement proxypage at "http://www.mypage.com/proxypage.php" to count destination and Redirect I am thankful for any suggestions... Best regards, Jan -- View this message in context: http://xwiki.475771.n2.nabble.com/Statistics-for-links-to-external-pages-in-... Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi Jan, I'd use a tool such as Piwik which has the ability to track link to external files through JS in order to handle this use case. Guillaume On Fri, Jun 6, 2014 at 2:53 PM, felixixix <[email protected]> wrote:
To implement an "most visited links" box, I need information about what external pages are visited the most from XWiki-pages. First idea (lacking knowledge on how to implement it): - change link parser to tranformer links like "http://www.externalpage.com " to " http://www.mypage.com/proxypage.php?destination=http://www.externalpage.com " - implement proxypage at "http://www.mypage.com/proxypage.php" to count destination and Redirect
I am thankful for any suggestions... Best regards, Jan
-- View this message in context: http://xwiki.475771.n2.nabble.com/Statistics-for-links-to-external-pages-in-... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Guillaume, thanks for the hint! I'll try that in the next weeks. How can you manage the JS integration? Don't you have to set a special class for every link? Best regards, Jan -- View this message in context: http://xwiki.475771.n2.nabble.com/Statistics-for-links-to-external-pages-in-... Sent from the XWiki- Dev mailing list archive at Nabble.com.
participants (2)
-
felixixix -
Guillaume Lerouge