Piwik Analytics 通过 REST 获取特定页面的汇总统计信息
尝试使用 REST API 通过 http 来实现 Piwik,但需要一些帮助。
我想做的是获取自定义字段 = x 的特定页面的分析。
我不确定我是否以正确的方式进行处理,但到目前为止我已经做到了:
我的自定义字段已设置并可在管理员中查看。
然而结果似乎一切都返回 0。我正在通过将 url 直接插入浏览器以及在 php 中获取来进行测试。
还有一种方法可以获取特定页面和给定日期范围(其中自定义字段 = x)的所有统计信息?我在 API 文档中似乎看不到这一点。
任何帮助/示例将不胜感激。
Trying to implement Piwik using REST API over http but need a little help.
What I'm trying to do is get the analytics for a particular page where a custom field = x.
I'm not sure if I'm going about it the right way but I have this so far:
My custom field is set up and viewable in the admin.
However the result just seems to return 0 for everything. I'm testing by inserting the url directly into a browser and also by fetching in php.
Also is there a method to get all statistics for a particular page and given date range where custom field = x? I can't seem to see one in the API docs.
Any help/ examples would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果其他人碰巧在寻找这个,我最终使用了 getPageUrl 方法:
问候,
fl3x7
In case anyone else happens to be looking for this I ended up using the getPageUrl method:
regards,
fl3x7