Hello I'm retrieving pages that are most visited,it works fine,but how can I retrieve also and links to that pages,not just page titles.Any other Action,or similar function?

Thanks!

link|improve this question

74% accept rate
Any help with this ? piwik forums don't work :( – user303832 Oct 3 '10 at 14:30
feedback

1 Answer

You can use the Actions.getPageUrls report to get all page URLs, but you can't get the list of URLs for a given Title. See http://dev.piwik.org/trac/wiki/API/Reference Example of Actions.getPageUrls call: http://demo.piwik.org/?module=API&method=Actions.getPageUrls&idSite=1&period=day&date=today&format=xml&token_auth=anonymous

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.