AdWords API Re: Getting NoSOAPAction Error

2009-09-18 Thread Diwakar
Hi Eric, Thanks for your response. The problem is solved now. As our present application cannot access any external resources, we cannot use SOAP toolkit. We need to go with only XMLHttp Object. Can you foresee any kind of potential problem if we don't use any SOAP toolkit in our application? -D

AdWords API Re: API Access Without MCC Account UI/API Access

2009-09-18 Thread AdWords API Advisor
Hi Cohn, The AdWords API is run by Google and is hosted under https://adwords.google.com. Best, - Eric On Sep 18, 12:41 pm, Cohn wrote: > Who's server / what IP is running the API? > > On Sep 17, 7:13 pm, AdWords API Advisor > wrote: > > > > > Hi, > > > Just to be clear, there is no distincti

AdWords API Re: API Access Without MCC Account UI/API Access

2009-09-18 Thread Cohn
Who's server / what IP is running the API? On Sep 17, 7:13 pm, AdWords API Advisor wrote: > Hi, > > Just to be clear, there is no distinction between reports generated in > the API and those generated from the UI.  That is, if the account > owner schedules a report through the UI, you will see t

AdWords API Re: Timeout error when I add new group

2009-09-18 Thread AdWords API Advisor
Hi Lee, I haven't heard any other reports about this. What specifically does the exception say? Best, - Eric Koleda, AdWords API Team On Sep 18, 4:56 am, Lee Kap Ju wrote: > I got timeout error (soap exception) several times when I tried to add > new groups... > Not seldom... so often... > Is

AdWords API Re: Getting NoSOAPAction Error

2009-09-18 Thread AdWords API Advisor
Hi Diwakar, The SOAP 1.1 specification lists SOAPAction as a required field: http://www.w3.org/TR/2000/NOTE-SOAP-2508/#_Toc478383528. The AdWords API servers don't validate the value of the header, but it must have a value. The common convention is to set the value to a pair of double quote

AdWords API Re: Is it possible to get the current position of an ad using the Adwords API?

2009-09-18 Thread AdWords API Advisor
Hi Andrew, You can determine the average position of an ad group by either: a) Getting the stats using the v2009 API: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Stats.html b) Running a report using the v13 API: http://code.google.com/apis/adwords/docs/de

AdWords API Re: Abstract keyValue without superclass.

2009-09-18 Thread AdWords API Advisor
Hi Rohan, The API currently doesn't throw an exception if you try to delete a keyword you've already deleted. Please ensure that you have the right ID's in your request, and that you are making requests against the correct environment (production or sandbox). Best, - Eric On Sep 18, 6:38 am, R

AdWords API Re: Fields missing in V2009 as compared to V13?

2009-09-18 Thread AdWords API Advisor
Hi Ravi, In v2009 these fields aren't a part of the AdGroup object directly, but are on the object in the "bids" field. The field adGroup.bids is of the type ManualCPCAdGroupBids ( http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.ManualCPCAdGroupBids.html ) for manual CPC

AdWords API Is it possible to get the current position of an ad using the Adwords API?

2009-09-18 Thread Andrew
Using the Adwords API, is it possible to know the positions of ads or to know if an ad moves "off the page" and requires a higher bid to bring it back? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API For

AdWords API Timeout error when I add new group

2009-09-18 Thread Lee Kap Ju
I got timeout error (soap exception) several times when I tried to add new groups... Not seldom... so often... Is it normal? or any problem? anyone who has timeout error when adding some group or ad? like me?? --~--~-~--~~~---~--~~ You received this message because

AdWords API Getting NoSOAPAction Error

2009-09-18 Thread Diwakar
I just started working on AdWords API. I am using the following SOAP request to retrieve all campaigns in sand box environment. http://www.w3.org/2001/XMLSchema"; xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> XX

AdWords API Re: Abstract keyValue without superclass.

2009-09-18 Thread ROHAN ROZI
Hi. Eric. I tested it. and it has no erros, but it doesn't delete any keyword.. what's the problem? Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email

AdWords API Fields missing in V2009 as compared to V13?

2009-09-18 Thread Ravi Jain
Hi, Can you please tell me in which service and object can I find these fields in V2009 API. They were present in the AdGroup service Adgroup object in the V13 APIs. adGroup.keywordContentMaxCpc adGroup.keywordMaxCpc adGroup.siteMaxCpm Thank you very much. Ravi. --~--~-~--~~

AdWords API Re: get Keyword Approval Status with v200906

2009-09-18 Thread Qmeapi
Well done Eric, the problem was due to my adwords-api jar. I added the latest one and now everything is much better. Thanks for your help. Cheers, Qmeapi On Sep 18, 7:42 am, AdWords API Advisor wrote: > Hi Qmeapi, > > The SOAP XML response appears to be correctly formatted. My guess is > that

AdWords API Re: v2009 lunch

2009-09-18 Thread Qmeapi
Hi Harutyun, Have a look at these pages : http://adwordsapi.blogspot.com/2009/08/adwords-api-v2009-beta-now-available-to.html http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-launch.html The response is v2009 is already implemented into production environment. Cheers. Qmeapi On Sep 18,