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
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
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