AdWords API Re: Bulk upload

2009-08-03 Thread AdWords API Advisor
Hello, There's no way to create both a campaign and a keyword in the same SOAP call. You need to make multiple SOAP calls to achieve this. If you want to add multiple objects of the same type though, then yes, you can do that in a single SOAP call. If you want to add multiple campaigns using v13

AdWords API Re: Bulk Upload Criteria

2008-09-19 Thread Jan Piotrowski (AdWords API Guru)
Hey Nick, have a look at Adwords Editor. The shortcuts Ctrl + Shift + K/T are very powerful and probably exactly what you are looking for. - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" gr

AdWords API Re: Bulk Upload Criteria

2008-09-18 Thread AdWords API Advisor
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