I have a question about the v200909 Java API. If I call CampaignServiceInterface.mutate() and pass in a big batch of operations, is that API call treated like an all-or-nothing transaction?
For example, if I call it with 10 operations, and the first 9 are valid and work great, what happens if the 10th element causes an ApiException? Will the first 9 also fail? If it's all in one transaction, that's great. If not, how do I get to the Campaign elements for the 9 that succeeded? (Or at least a CampaignReturnValue) Is this something that has been solved in newer versions of the API? Thanks for any advice, - Jim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
