Hi,
I am trying to add AdGroupCriterionOperation using
AdGroupCriterionReturnValue mutate(AdGroupCriterionOperation[] var1) throws RemoteException, ApiException;
In a batch, some of the operations are failing due to which ApiException is thrown and nothing is returned from the mutate call. But I need to find the operations which were successful. How can I find them.
Thanks.