Hi, By default, for a single API service *mutate* call, either all operations succeed or all operations fail. You can change this behavior by utilizing the partialFailure feature <https://developers.google.com/adwords/api/docs/guides/soap#partialFailure> of the API (also described here <https://developers.google.com/adwords/api/docs/guides/bestpractices#partial_failure> ).
Regardless of whether you use *partialFailure* or not, each error returned in your response should contain fields that help you identify the index of each failed operation (the *fieldPath* element) as well as any relative contextual information (e.g., the *trigger* element). See our Troubleshooting Guide <https://developers.google.com/adwords/api/docs/guides/troubleshooting#first_step_determine_what_exactly_the_problem_is> for a sample failed response and example values for these fields. Cheers, Josh, AdWords API Team On Monday, June 9, 2014 7:35:26 AM UTC-4, Barani velan wrote: > > Hi, I am trying to upload bulk conversions ( offline ) to my > account through API. But I am unable to handle exceptions while adding > multiple conversions i.e Not able to find which conversions causes the > problem and what are all the conversion uploaded to Adwords account. > For example : If I added 3 conversions through API, in which 2nd one has > wrong timezone means I will get an timezone related exception while calling > the API. From this exception how can we find out which conversion has wrong > timezone and the remaining conversions are added or not ? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
