Hi Yin, Thanks for the reply. I have to check whether the job status is Pending or in Processing state. BatchJobStatus has values UNKNOWN, AWAITING_FILE,ACTIVE,CANCELING, CANCELED and DONE. Can a job which is NOT in DONE or CANCELLED be regarded as PENDING?
Regards, Priya On Tuesday, February 23, 2016 at 2:56:19 PM UTC-5, Yin Niu wrote: > > Hi Priya, > > You can poll the batch status > <https://developers.google.com/adwords/api/docs/guides/batch-jobs#poll_the_batch_job_status> > after > the job is submitted. Once the job status is DONE or CANCELLED, a > downloadUrl > <https://developers.google.com/adwords/api/docs/reference/v201601/BatchJobService.BatchJob#downloadUrl> > will > be returned. You can use the URL to download results. > > Thanks, > Yin, 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/0f9bc562-4e84-409d-9184-798acfef6370%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
