How to get the next 10,000 data from google analytics api using php?
问题 Good day, Is there a way to get the next 10,000 data from google analytics API? I would want to get the next set of data after getting the first 10,000. Is there a way to accomplish that? I am using google analytics api php client libraries. Here is my code: <?php $analytics = initializeAnalytics(); $response = getReport($analytics); printResults($response); function initializeAnalytics() { $KEY_FILE_LOCATION = __DIR__ . 'MyFileDirectory'; // Create and configure a new client object. $client