Hi, I use OfflineUserDataJob to Add/Remove identifier from an UserList. >From what I understand, when we run the job, it is actually handled by Google Backend.
May I ask when is the actual Data transfer happen? From some of the REST API I saw, it look like when I use addOperation, the identifier data is already sent to Google, and it should be safe to terminate the operation Object after run the Offline Job. (We check the status later). However, since the v17 API use protobuf as the method to transfer data, I would need to get confirmation about whether or not the identifier has reached Google back end at the moment operation are added, and if it is safe to (assumably) kill the application after requesting to run the Offline Job. I have this concern since for some reason, when I run the job async, there are still some thread running in the background, and constantly run request to check the operation status to Google, and I cant find anywhere anything that explain it behaviour. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bd017962-e90a-4aff-805f-eb65d429f678n%40googlegroups.com.