Re: Question about Paging

2014-04-16 Thread Josh Radcliff (AdWords API Team)
, > > I just had a question about paging. When performing a get operation, is > there any reason to use paging and advance the paging index, i.e. is there > any reason I should not be directly looping through the results like this: > > $page = $campaignCriterionService->get($

Question about Paging

2014-04-16 Thread Visar
Hi Guys, I just had a question about paging. When performing a get operation, is there any reason to use paging and advance the paging index, i.e. is there any reason I should not be directly looping through the results like this: $page = $campaignCriterionService->get($selector); fore