Hello Nick, You don't have to use individual SOAP calls for each keyword; addCriteria()/updateCriteria() both take lists of Criterion objects as parameters, so you can do a batch of criteria at once.
http://www.google.com/apis/adwords/developer/CriterionService.html Of course, you're still charged API units on a per-criterion basis even if you manage them in a batch, so it's not a way to manage criteria without consuming the corresponding API units. You're going to have to look at an alternative to the AdWords API if you want to accomplish that--either by working with your AdWords account representative or by using the AdWords Editor software: http://www.google.com/intl/en/adwordseditor/ Cheers, -Jeff Posnick, AdWords API Team On Sep 18, 4:04 pm, Nick Retallack <[EMAIL PROTECTED]> wrote: > I noticed people have asked this question before, but I haven't seen a > satisfactory answer. > > My application organizes groups of keywords. It would be really nice > to be able to sync this all to adwords without having to use > individual soap calls for each keyword. Is there any way to post an > adgroup full of keywords in one call? > > http://groups.google.com/group/adwords-api/browse_thread/thread/7c1fe... > This can't be serious. Every response I've seen to this sort of > question has indicated there is no programmatic way to upload adgroups > without wasting your api call quota, or calling up people instead of > computers. Advice? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
