Hello, I've been running into some issues with Batch operations and it's hard to tell what's going wrong. There are two ways I'm triggering a batch job, one way works, the other doesn't.
Way that works: A cron job pulls data from our database, constructs payloads, and sends it to our google ads service that starts the batch job. When doing this, everything updates, and results are sent back to the initial script and we log results in our database. Way that doesn't work: We have a UI that allows us to make updates on campaigns or ad groups. When a user submits a number of edits, it constructs the same type of payload as in the other case, and sends it to our google ads service that starts the batch job. But then after about 10 seconds, the front end gets a null response. When checking the Google ads UI, it looks as if the data updated appropriately. So the problem seems to be that a null response is sent back to the UI instead of an actual response with results. I can't tell if polling finishes too early or what, but I can't pinpoint the issue. No errors are coming back either. I'd be happy to send some code, but unsure of what code to send, if you need something let me know. Thanks for any help you can provide! Best, Matt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/cc5f366f-06b6-43ea-b12c-a5851016d37fn%40googlegroups.com.
