AdWords API Re: api xml upload

2009-06-22 Thread AdWords API Advisor
Hello Christian and Alex, You can specify multiple criteria, across multiple ad groups, in a single updateCriteria() call. I would definitely not try to update all 8000 in a single call, but you should be able to batch your updates in groups of 100 or so criteria. Your updateCriteria() calls wil

AdWords API Re: api xml upload

2009-06-20 Thread Alex Magdenko
good question, I'm also looking for decision for this problem... Also, I have the same performance problem related to AdParams (LiveAds API) in my flow to process all criterions for selected AdGroups. Regards, Alex On Jun 18, 7:33 pm, linux wrote: > Thanks now we have another problem, we have

AdWords API Re: api xml upload

2009-06-18 Thread linux
Thanks now we have another problem, we have about 1600 adgroups with 8000 keywords online, if we use getAllCriteria it is always a single request, so we need 1600 requests to update our keyword list. this take a long time about 30 min. how could we speed up this request? thanks christian On 16

AdWords API Re: api xml upload

2009-06-16 Thread AdWords API Advisor
Hello, It's possible to add multiple ad groups to the same campaign in one SOAP request. See addAdGroupList(): http://code.google.com/apis/adwords/docs/developer/AdGroupService.html#addAdGroupList It's also possible to update multiple ad groups in one SOAP request. See updateAdGroupList():