Open GoogleCodeExporter opened 9 years ago
I ran into this too. Google only allows anyone to get 1000 results per query
through the API. I checked using: echo count($ga->getResults()); Perhaps
that's why you're not seeing all the results.
Original comment by iamchri...@gmail.com
on 8 Nov 2010 at 7:01
I ran into this too. Google only allows anyone to get 1000 results per query
through the API. I checked using: echo count($ga->getResults()); Perhaps
that's why you're not seeing all the results.
Original comment by iamchri...@gmail.com
on 8 Nov 2010 at 7:02
$maxcount is set to 30 by default when calling requestReportData. By setting a
new value to $maxcount you can override the default.
Original comment by trioniaa...@gmail.com
on 14 Nov 2010 at 7:47
The $maxcount argument does seem pointless; if you want fewer results then just
request less in the first place.
Original comment by dan.deebster
on 15 Oct 2013 at 2:57
Original issue reported on code.google.com by
edgardo....@gmail.com
on 24 Aug 2010 at 4:17