在gapi类中设置日期范围以进行分析
我正在开发一个从 Google Analytics API 获取数据的函数。为了解析和读取这些数据,我使用了此处的 GAPI 类。 Google 代码中的 GAPI
如何设置时间范围?
I am working on a function that gets data from the Google Analytics API. For parsing and reading this data, I am using the GAPI class from here. GAPI from Google Code
How can I set a timerange there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要填充 $start_date 和 $end_date 字段
请参阅此处:[1]: http://code.google.com/p/gapi-google-analytics-php-interface/wiki/GAPIDocumentation
You need to populate the $start_date and $end_date fields
See here: [1]: http://code.google.com/p/gapi-google-analytics-php-interface/wiki/GAPIDocumentation