Piwik Actions.getPageTitles 问题!
您好,我正在检索最常访问的页面,它工作正常,但是我如何检索该页面的链接,而不仅仅是页面标题。还有其他操作或类似的功能吗?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Actions.getPageUrls 报告获取所有页面 URL,但无法获取给定标题的 URL 列表。请参阅http://dev.piwik.org/trac/wiki/API/Reference
Actions.getPageUrls 调用示例: http://demo.piwik.org/?module=API&method=Actions.getPageUrls&idSite=1&period=day&date=today&format=xml&token_auth=anonymous< /a>
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