Re: Problem getting the info of an AdGroup, AdGroup "doesn't exist"

2010-07-26 Thread Birckin
It completely worked, thank you very much ^^ Just casting the id as a float is enough for avoiding the 32 bit overflow. Ignore the last answer then, I didn't read you before writing it. On 26 jul, 12:47, AdWords API Advisor wrote: > Hi Birckin, > > I wonder if your issue is related > tohttp:/

Re: Problem getting the info of an AdGroup, AdGroup "doesn't exist"

2010-07-26 Thread Birckin
I think I've found the overflow. The WSDL scheme for the AdGroupService from Google uses: I believe xsd:long size in SoapClient class from PHP5 is 32 bits, so any AdGroup id with a value higher than 2147483647 will be cut down to that number. Please, notice me if I'm right or wrong, and if ther

Re: Problem getting the info of an AdGroup, AdGroup "doesn't exist"

2010-07-26 Thread AdWords API Advisor
Hi Birckin, I wonder if your issue is related to http://code.google.com/p/google-api-adwords-php/issues/detail?id=5. The thread seem to suggest that casting the id to a float fixes the error. Could you try it out and let me know if it works? You might also want to open an issue at http://code.g

Re: Problem getting the info of an AdGroup, AdGroup "doesn't exist"

2010-07-26 Thread Birckin
Hello again, Sorry for the delay in the answer, these are the whole SOAP request and response for the Campaign's AdGroups list: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>**

Re: Problem getting the info of an AdGroup, AdGroup "doesn't exist"

2010-07-23 Thread AdWords API Advisor
Hi Birckin, Could you confirm if the adgroup id in your request is correct? I can't seem to locate this ad group. Could you try retrieving the adgroup ids from the campaign once more and post the sanitized xml (or the request id) if this adgroup id is valid? Cheers, Anash P. Oommen, AdWords API A