Hello, I am developing a process to bulk add/purchase keywords. I need to maintain what is added and what I need to add or save to my database. Will the operations that I send in the mutate request be returned to me in the same order as I sent them (based on index)? Here is my code and expectation.
m_adGroupCriterionService.mutate(new AdGroupCriterionOperation[] { operation1, operation2 }); if (result != null && result.value != null && result.value.Length > 0) { // expecting: // result.value[0] = operation1 // result.value[1] = operation2 } Thanks, Kyle LeNeau -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.