Re: Response Size Limit Exceeded -> Paging
Hi, You can set paging for your request as follows: $paging = new Paging(); $paging->startIndex = 0; $paging->numberResults = 10; $selectorAG->paging = $paging; When the server returns the AdGroupPage, the totalNumEntries field will contain the total number of AdGroups. You can use this
Response Size Limit Exceeded -> Paging
So I've read that I need to use "paging". I'm returning a lot of adgroups. Here's my current code: // Create selector. $selectorAG = new AdGroupSelector(); //$selectorAG->campa