【发布时间】:2016-11-28 07:54:51
【问题描述】:
我正在使用这个库 https://github.com/google/google-api-php-client-services 和这个示例:https://developers.google.com/analytics/devguides/reporting/core/v4/samples?hl=ru
这是一个代码示例:
$body = new Google_Service_AnalyticsReporting_GetReportsRequest();
$body->setReportRequests( array( $request) );
return $analyticsreporting->reports->batchGet( $body );
问题是我找不到任何方法或示例来获取下一页报告。
【问题讨论】:
标签: php google-analytics google-analytics-api google-api-php-client