Re: Running OfflineUserDataJob

2021-01-22 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thank you for reaching out. My assumption is that the uploading of the store sales data is processed asynchronously but the uploading of the customer match data isn’t as the store sales example explicitly uses the runOfflineUserDataJobAsync method. Yes, you could query the

Re: Running OfflineUserDataJob

2021-01-21 Thread Ilya Karpov
Thanks for reply! Am I right that uploaded dataset (in both examples) will be processed *asynchronously* on the *Google Ads backends side* (and I can poll for job status by issuing a search query)? вторник, 19 января 2021 г. в 21:19:14 UTC+3, adsapiforumadvisor: > Hi Ilya, > > Thank you for

RE: Running OfflineUserDataJob

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thank you for reaching out. In the code example uploading the store sales data, the asynchronous API requests were issued by calling offlineUserDataJobServiceClient.runOfflineUserDataJobAsync(offlineUserDataJobResourceName) to improve the performance and responsiveness as the data set

Running OfflineUserDataJob

2021-01-19 Thread Ilya Karpov
Hi, I'm looking forward to implement user list upload for Customer Match and was investigating provided example