Re: PHP Adwords API returning wrong (?) AdGroupId

2018-10-12 Thread Mike Hagendoorn
I have fixed this. The problem was caused by the fact that I'm running a 32-bit version of PHP locally, which causes the ID to overflow. I've since installed a 64-bit version and it works flawlessly. Op dinsdag 9 oktober 2018 12:58:28 UTC+2 schreef Mike Hagendoorn: > > Hi, &

Re: PHP Adwords API returning wrong (?) AdGroupId

2018-10-09 Thread Mike Hagendoorn
ds/googleads-php-lib/blob/master/README.md#basic-usage> > to > modify the code and try again. > > Regards, > Sai Teja, AdWords API Team. > > On Tuesday, October 9, 2018 at 6:58:28 AM UTC-4, Mike Hagendoorn wrote: >> >> Hi, >> >> I'm trying

PHP Adwords API returning wrong (?) AdGroupId

2018-10-09 Thread Mike Hagendoorn
Hi, I'm trying to create ads using the PHP API. The problem I'm having is the following: I'm using this example code found on GitHub to retrieve my AdGroups. This seems to wor