Re: Slow Performance of BulkMutateJob in uploading keywords

2010-09-02 Thread AdWords API Advisor
Hi, Unfortunately we don't provide a public roadmap, but news about features is posted to the AdWords API Blog: http://adwordsapi.blogspot.com/ Best, - Eric On Aug 31, 6:15 am, bhealy wrote: > Thanks for the reply Eric - really appreciate your help. > > Last question on this-: Do you guys pu

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-31 Thread bhealy
Thanks for the reply Eric - really appreciate your help. Last question on this-: Do you guys publish a roadmap for the API that I could get visibility of ? Something that contains your plans for new functionality, along with go live dates ? On Aug 9, 3:05 pm, AdWords API Advisor wrote: > Hi Bobb

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-09 Thread AdWords API Advisor
Hi Bobby, The AdWords API is the only API available, so there is nothing else to compare it with in regards to speed. You can try using the AdGroupCriterionService instead of the BulkMutateJobService, but I don't know if you'll see a dramatic speed difference. Best, - Eric On Aug 9, 6:21 am, bo

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-09 Thread bobby
Thanks Eric, yes I understand that - but what I was really asking was "what is the fastest way to upload 300,000 keywords?". In other words - is the ADWORDS API the fastest way to do it, or is there some other form of transfer that I can use? Currently 300,000 keywords is taking me nearly 12 hour

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-06 Thread AdWords API Advisor
Hi Bobby, The BulkMutateJobService does not offer any speed benefits over the regular synchronous services. There is the possibility of concurrent processing of operations, but in general you shouldn't assume that operations will process any faster using the BMJS. The BMJS is designed for upload

Slow Performance of BulkMutateJob in uploading keywords

2010-08-05 Thread bobby healy
OK, I've searched everywhere and there doesn't seem to be a single, definitive answer to this question-: "How do I bulk upload about 300,000 keywords as quickly as possible ?" Currently this takes me about 24 hours using the following code. Is there any faster way to do this ?