Ah I've been caught out by the slightly idiosyncratic syntax of the AWQL limit clause.
On second look at the docs I now see it's select stuff limit $offset,$limit So my limit clauses should have been progressing like this: limit 0,2000 limit 2000,2000 limit 4000,2000 Thanks - I'm sure it'll work OK like this. On Monday, 7 July 2014 16:01:58 UTC+1, Ray Tsang (AdWords API Team) wrote: > > David, > > Thanks for the log - in the log I do not see duplicate criterion Ids. > There were 2 selects w/ the same LIMIT clause, however. > Please also send me a log where the subsequent pages produces items that > were returned in the previous pages. > > Thanks! > > Ray > >> >>>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
