Hey, We are migrating from v9 to v11 and noticed all *GET* requests being deprecated and there seems to be no GAQL way to obtain batch jobs.
We need the *Status* of the *BatchJob *to monitor weather its done or not but no other service seems to provide this anymore. While our client library (java) lets you use a future to poll <https://developers.google.com/google-ads/api/docs/client-libs/java/lro>, it's not suitable for our use case. Our theory is that we can use *BatchJobService.ListBatchJobResults *to do the same by handling the *RESULTS_NOT_READY* error and assuming the job is *done* when getting a successful response. Can you confirm this approach is valid? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a747ec85-9e92-4db7-b02e-76afb2d74117n%40googlegroups.com.
