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, > > I'm trying to cr

Re: PHP Adwords API returning wrong (?) AdGroupId

2018-10-09 Thread Mike Hagendoorn
Hi, I have responded to you privately. Regards, Mike Op dinsdag 9 oktober 2018 18:12:35 UTC+2 schreef Teja Makani: > > Hello Mike, > > Could you please verify that while running the GetAdGroups.php >

Re: PHP Adwords API returning wrong (?) AdGroupId

2018-10-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Mike, Could you please verify that while running the GetAdGroups.php and AddExpandedTextAds.php

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