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