Re: Job Result - get operator

2013-11-11 Thread Jeremy Aube
You'll need to save the original operations array and index into it based on where you are in the results. The order of the operations will be preserved. On Wednesday, November 6, 2013 10:38:26 AM UTC-5, goingdev wrote: > > How do I get the operator ( add/ remove / set) from a job result? > >

Job Result - get operator

2013-11-06 Thread goingdev
How do I get the operator ( add/ remove / set) from a job result? MutateJobService mutateJobService = (MutateJobService)user.GetService(AdWordsService.v201309.MutateJobService); JobResult jobResult = mutateJobService.getResult(new BulkMutateJobSelector { includeStats = true, jobI