AdWords API API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-28 Thread Inah from Brazil
Hi! Im migratting from v13 to v2009 and I tryin'to addCampaign. Until now my method looks like: public SponsorResponse addCampaign(Campaign campaign, Boolean save) { SponsorResponse response = null; com.google.api.adwords.v200909.cm.Campaign campaign2009 = new com.

AdWords API Re: To many connection failures

2009-10-28 Thread Santhosh Nair
Thanks Eric. It looks like the error occours randomly (on this particular account) . API returned these errors while retrieving list of Keywords as well as Ads. This error is easily reproducible on this account. It is been 5 days since we tried to download campaign data, it fails even after mor

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread showroomlogic
I am NOT using BulkMutateJobeService. But I am making posts to productions. Thanks! Pat On Oct 28, 11:58 am, AdWords API Advisor wrote: > Hi Pat, > > Another cause of the concurrency error may be updates done by the > internal AdWords system.  For example, new keywords added to an ad > group mu

AdWords API Re: issues on ad group deletion

2009-10-28 Thread AdWords API Advisor
Hi Harout, No, ad group names must be unique, even for deleted ad groups. It can be useful to rename ad groups before deleting them to prevent collisions. For example, append the word "DELETED" to the end of the name. Best, - Eric Koleda, AdWords API Team On Oct 28, 1:08 pm, harroot wrote: >

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, Another cause of the concurrency error may be updates done by the internal AdWords system. For example, new keywords added to an ad group must be checked for violations by the AdWords system. This process usually takes a couple of seconds, after which the system will update the keywords

AdWords API Re: getKeywordVariations method doesn't return all seeds keword

2009-10-28 Thread damian.irigaray
I tried the question in the other forum and I get this answer: "Hello dirigaray, I will admit to not being an expert on the AdWords API, and in the absence of other responses I'd like to send you to the AdWords API Forum, which you will find at the link below. The forum is similar to this one,

AdWords API issues on ad group deletion

2009-10-28 Thread harroot
Hi all I'm currently using .net api v13, and have some question about ad group deletion. I know that the ad group names are unique per parent campaign, so what about the deleted ad groups, are they in count?, I mean if can I have 2 adgroups with the same name, but with different statuses? Best r

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread showroomlogic
I am getting that error with only one thread running, and not being logged into the interface. Most of my woes are coming when I create a new adword group and submit keywords. I am using the AdGroupCriterionService to add individual keywords to the new group created. I am adding on average 72 keyw

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, The CONCURRENT_MODIFICATION error is returned when the same AdWords object is being modified by two processes at once. This can happen when you have multiple threads making requests to the API, or if a user is making a change in the web interface at the same time. We recommend that you

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2009-10-28 Thread AdWords API Advisor
Hi Daniel, If you are using the official AdWords API .NET client library you can enable logging of the SOAP requests. See the README file for more information on how to do this: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/README. Best, - Eric On Oct 28, 8:03 am, Dan

AdWords API Re: v200909 now available!

2009-10-28 Thread AdWords API Advisor
Hi, In regards to the sunset, certain services will be shut off in April 2010. Specifically CampaignService, AdGroupService, CriterionService, AdService, InfoService, KeywordToolService, and SiteSuggestionService. Rather than wait for the sunset though, we recommend that you start migrating por

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread showroomlogic
Thanks Eric. Here is another one for you: CONCURRENT_MODIFICATION @ ; trigger:'Customer [] was changed in the database This is starting to happen quite a bit and have no idea what it means. Also, I have spaced out all of my calls by 1 second, and I am still getting that same error I men

AdWords API Re: Error EstimateKeyword.java using sandbox

2009-10-28 Thread AdWords API Advisor
Hi, The XML namespace doesn't change when using the sandbox, only the endpoint URL does. If you are new to the API you may want to take a look at our Intro to the Sandbox video: http://www.youtube.com/watch?v=cqVtUdB975M. Additional information on the sandbox is available here: http://code.goog

AdWords API Error EstimateKeyword.java using sandbox

2009-10-28 Thread i...@larseggert.de
I Just tried the example from EstimateKeyword.java, set the properties: email,passwort,clientEmail,useragent,developerToken and applicationToken But still get an error. For namespace i choose: private static final String namespace = "https://sandbox.google.com/api/adwords/v13";; I am usin

AdWords API Re: To many connection failures

2009-10-28 Thread AdWords API Advisor
Hi Santhosh, 502 errors are usually returned when a timeout has occurred between internal Google servers. Are you noticing that there certain services or method that are triggering this error? Is the error consistent or reproducible? Best, - Eric On Oct 27, 8:22 pm, Santhosh Nair wrote: > He

AdWords API Re: Is there a place that lists all of the quota exception errors and what they mean?

2009-10-28 Thread AdWords API Advisor
Hi Pat, I've addressed your question in a previous thread: http://groups.google.com/group/adwords-api/browse_thread/thread/96e1970f7b356b57/. Best, - Eric Koleda, AdWords API Team On Oct 27, 5:26 pm, showroomlogic wrote: > I am receiving some quota errors, and I don't know what they mean so >

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread AdWords API Advisor
Hi Pat, Unfortunately these categories aren't yet documented, and I've raised the issue with the AdWords API team. Dan's assumption is correct, that you've exceeded the allowed number of requests per second. Adding a small delay between requests, or batching small requests into larger ones, can

AdWords API Re: Mapping between Metro and Cities in US

2009-10-28 Thread AdWords API Advisor
Hi Parvendra, Unfortunately there is no available mapping between metros and the cities they contain. We are aware this presents a problem when assigning geo targeting information, and our recommendation is to ensure that you have proper exception handling in place to catch errors raised by over

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2009-10-28 Thread DanielB
Hi Eric, Unfortunately I am not able to obtain them since my current development environment has no debug option. Is there an other way to obtain them? Your help is gratefully appriciated, Regards, Daniel On Oct 26, 5:20 pm, AdWords API Advisor wrote: > Hi Daniel, > > Do you have the SOAP XM

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread daniel.pl...@gmail.com
this is only a guess, but based on my error, it looks like your submitting too many queries per second (QPS). I put a 200 millisecond delay between calls, and that fixed my problem. Dan On Oct 27, 9:20 pm, showroomlogic wrote: > Can someone please provide a place where we know what the actual