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
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.
--
--
=~=~=~=~=~=~=~=