Hi, >From your response, it's clear that multiple asynchronous jobs can't be executed in a sequential manner. But what if we separate each asynchronous job by a definite time interval? For example, if I need to make 5 API calls in a sequential manner then, I will spread these calls across 5 hours. That means submitting one asynchronous API call per hour. So could you please confirm that if I keep a certain time difference between each API call then these calls will be executed in a sequential manner or not? And if it can be then what should be this time gap between each API call?
On Tuesday, January 25, 2022 at 12:16:02 PM UTC+5:30 adsapi wrote: > Hi there, > > Thank you for our reply. > > Kindly note that the OfflineUserDataJob operations are asynchronous in > nature. This is why not executed in a sequential manner, behavior observed > is working as expected. Also, we do not suggest to use remove operations > and create operations in a single job to avoid error. > > Let us know if you have any further questions. > > Regards, > [image: Google Logo] > Yasar > Google Ads API Team > > > > > > ref:_00D1U1174p._5004Q2VOF6X:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/81aec27d-e884-4ba5-b931-629a82bd68ffn%40googlegroups.com.
