Re: AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Thank you Eric, now is pretty clear.. :)) Thanks a lot! Best Regards, Jakov On Apr 16, 4:06 pm, AdWords API Advisor wrote: > Hi, > > The SoapFaults returned by the PHP client library extend the Exception > class, so you can access the message using $e->getMessage().  I am > currently working on

Re: AdWords API Re: Api Error Parser

2010-04-16 Thread AdWords API Advisor
Hi, The SoapFaults returned by the PHP client library extend the Exception class, so you can access the message using $e->getMessage(). I am currently working on some utility methods to make it easier to get the inner ApiError objects, and it should be available in the next release. Best, - Eric

AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Yeah, i it's PHP. Thanks for your response. But if you see there is some protected parameters, and i need them. There should be some method in Class which will treat this object. you can't just say echo $object->message; you need to use some method which is in this Class to do it.. So, should I cr

AdWords API Re: Api Error Parser

2010-04-15 Thread Joshua J. Kugler
You didn't say what language you are using, but that looks like PHP. That is a PHP object, so you should be able to do treat it as a standard PHP array. No need to parse it. j On Thursday 15 April 2010, jakov34 elucidated thus: > Hi, > Is there any example, how to parse AdWords API Error. > L

AdWords API Re: API Error

2010-03-04 Thread AdWords API Advisor
Hi Anthony, There are some cases where manual approval is needed for the terms and conditions. I'll reach out to you offline to get your account details. Best, - Eric On Mar 4, 9:27 am, Anthony Coleman wrote: > Eric, > > Yes. That was one of the first things we did. Is there any other > reason

AdWords API Re: API Error

2010-03-04 Thread Anthony Coleman
Eric, Yes. That was one of the first things we did. Is there any other reason this error would appear? - Anthony On Mar 3, 6:14 pm, AdWords API Advisor wrote: > Hi, > > Have you set up billing on the MCC account that you used to sign up > for your developer token?  This usually involves adding

AdWords API Re: API Error

2010-03-03 Thread AdWords API Advisor
Hi, Have you set up billing on the MCC account that you used to sign up for your developer token? This usually involves adding a credit card to the account, and during this process the AdWords API terms and conditions will be presented to you. Best, - Eric Koleda, AdWords API Team On Mar 2, 10: