在gapi类中设置日期范围以进行分析

发布于 2024-10-24 18:43:47 字数 198 浏览 1 评论 0原文

我正在开发一个从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无声静候 2024-10-31 18:43:47

您需要填充 $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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文