Good Morning.
When using the new service for BatchJob, and a batchJob finishes on Canceled Status, I can't retrieve the results in order to find errors occurred.
I use Adwords client library v201509 for .Net
Below the steps I follow:
1.- Get status of BatchJob <-- CANCELED
2.- The list of processingErrors is always empty (nothing within the object)
3.- Using the object BatchJobUtilities and the method Download with downloadUrl <-- Result is an Exception with "Invalid Primitive JSON"
When the BatchJob finishes correctly (DONE), the method BatchJobUtilities.Download(downloadUrl) works correctly.
I would appreciate it if you could give me some support regarding the above mentioned.
Thanks a lot.