Hi,

With a batch job, once you upload the operations 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs?authuser=3#upload_operations_to_the_upload_url>,
 
you can poll the status of the job 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs?authuser=3#poll_the_batch_job_status>
 until 
it is DONE or CANCELED. If the status is DONE you can download the results 
from the downloadUrl 
<https://developers.google.com/adwords/api/docs/reference/v201609/BatchJobService.BatchJob?authuser=3#downloadUrl>.
 
In that case, the index in the result element can be used to correlate the 
result to the corresponding operation in your upload. However, if the 
status of the batch job is CANCELED, you can inspect the processingErrors 
<https://developers.google.com/adwords/api/docs/reference/v201609/BatchJobService.BatchJob?authuser=3#processingErrors>
 and 
check if your operation succeeded (using the same process using 
downloadUrl). The errorList attribute of the result can return one or more 
error elements in that case. More information on the same topic can be 
found here 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs?authuser=3#download_the_batch_job_results_and_check_for_errors>
.

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e6da410f-2ae8-4bab-8fad-bb4426051629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Removing a Campa... J.D.
    • Re: Removin... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to