Re: ADD keywords operations : Concurrent vs. sequential

2014-11-06 Thread Anash P. Oommen (AdWords API Team)
Hi, You are using AdGroupCriterionService, right? What kind of responseTimes are you seeing in the SOAP response header of the API calls? Cheers, Anash On Wednesday, November 5, 2014 12:42:40 PM UTC-5, GDZ wrote: Still unclear how to fix that... On Wednesday, October 29, 2014 5:32:42 PM

Re: ADD keywords operations : Concurrent vs. sequential

2014-11-06 Thread GDZ
Don't have access to log files right now, will check later. But for now it appears that using MutateJobService is a way to go for us at the moment so we switched to MJS. Thank you, GDZ On Thursday, November 6, 2014 3:01:49 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi, You are

Re: ADD keywords operations : Concurrent vs. sequential

2014-11-05 Thread GDZ
Still unclear how to fix that... On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote: Hello! Not really a question but an observation. Situation: 5 AdGroups, ~500 keywords each. Keywords ADD operations are batched into one mutate job for each AdGroup. So naturally 5 mutate jobs

Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread Anash P. Oommen (AdWords API Team)
Hi GDZ, Are you sure your machine is not blocking on outgoing connections? .NET, for instance, limits the number of simultaneous Web connections to 2. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote: Hello! Not really a question but

Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread GDZ
Absolutely no blocking. We're for example running 20 threads concurrently to get accounts report data without any problems... Blazing fast. On Thursday, October 30, 2014 3:07:42 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi GDZ, Are you sure your machine is not blocking on