获取一组网站的聚合统计信息
例如,我在组 Group1 下有 5 个站点。有没有办法通过 API 来获取 Group1 下所有这 5 个网站的统计数据(例如访问量)?
For example I have 5 sites under a group Group1. Is there a way to fetch - through API - the stats (e.g. visits) collectively for all these 5 site under Group1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显然目前不支持此功能,但有一个票证功能请求:http://dev.piwik.org /trac/ticket/2541
Apparently this is not currently supported but there is a ticket feature request: http://dev.piwik.org/trac/ticket/2541
我只是在创建站点时设置了站点组,并编写了一个简单的 SINATRA 应用程序来获取特定组的统计信息。
I simply set the site group while creating the site and wrote a simple SINATRA application to fetch the stats for a particular group.