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

2010-07-26 Thread Birckin
too. Thank you very much. On 23 jul, 12:42, AdWords API Advisor adwordsapiadvi...@google.com wrote: 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

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

2010-07-26 Thread Birckin
to that number. Please, notice me if I'm right or wrong, and if there is anything I can do for fixing this issue if it's the actual problem. Thank you. On 26 jul, 12:05, Birckin birc...@gmail.com wrote: Hello again, Sorry for the delay in the answer, these are the whole SOAP request

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 adwordsapiadvi...@google.com wrote: Hi Birckin, I wonder if your

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

2010-07-22 Thread Birckin
Hello, I'm currently using v200909 for PHP, and I'm having an issue when getting information of some AdGroups. The problem is quite odd, because the response from the API is that the AdGroup doesn't exist (see SOAP response below), but it does exist in the Campaign's AdGroups list, and so it

Re: Could not connect to host SOAP Fault on v200909

2010-04-22 Thread Birckin
is:  https://adwords.google.com/api/adwords/cm/v200909/CampaignService?wsdl Can you try to wget this URL on your server? Best, - Eric On Apr 20, 1:07 pm, Birckin birc...@gmail.com wrote: This is my current settings.ini file: [LOGGING] ; Log directory is either an abosolute path

Could not connect to host SOAP Fault on v200909

2010-04-20 Thread Birckin
Hello. I'm in the process of updating the tool to v200909 from the old v13 using AdWords API PHP Client Library. Setting the things first I've just tried to log into the AdWords account (following the simple Getting started video in the library site) getting a Could not connect to host SOAP

Re: Could not connect to host SOAP Fault on v200909

2010-04-20 Thread Birckin
to make sure that there are no firewall configurations on your server needed to allow this connection? Best, - Eric Koleda, AdWords API Team On Apr 20, 6:39 am, Birckin birc...@gmail.com wrote: Hello. I'm in the process of updating the tool to v200909 from the old v13 using AdWords