Re: Page Limits

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Josh, Could you confirm if you have defined a value for the PAGE_LIMIT similar to the one below : const PAGE_LIMIT = 500; Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Page Limits

2017-05-25 Thread Josh Averbeck
Hello, With all the example files I'm seeing the error: *Fatal error*: Undefined class constant 'PAGE_LIMIT' which is being thrown by this line of code: $selector->setPaging(new Paging(0, self::PAGE_LIMIT)); Any help is appreciated. Using v201702 of the PHP library. -- -- =~=~=~=~=~=~=~=