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 
offline_user_data_job.status from offline_user_data_job resource to check the 
job status.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2B1PgQ: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 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 
"AdWords API and Google Ads 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/a_BYL0QNCR3100nxrLFX_cSZWyvDB33GGaKg%40sfdc.net.


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 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 might be 
> larger in this case. However, in the code example uploading the customer 
> match data 
> ,
>  
> the synchronous API calls were issued as typically the customer info is 
> smaller in size.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B1PgQ: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 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 
"AdWords API and Google Ads 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/e8f03e6d-1bdf-43d0-9f8a-5b428bb57cc0n%40googlegroups.com.


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 might be larger 
in this case. However, in the code example uploading the customer match data, 
the synchronous API calls were issued as typically the customer info is smaller 
in size.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2B1PgQ: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 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 
"AdWords API and Google Ads 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/PwK9V0QN71I7009jem8qgvT2GHeGkmWqXqhg%40sfdc.net.


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 

 
and very similar one 

 
for uploading sales transactions, both use *offlineUserDataJobServiceClient*. 
I see that in the example for customer match there is no 
*offlineUserDataJobServiceClient.runOfflineUserDataJobAsync(offlineUserDataJobResourceName)*
 call. 
Is it ok not to call *runOfflineUserDataJobAsync* for customer match?
What is the difference between calling and not calling 
*runOfflineUserDataJob* method?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/8fe0bcfe-17b7-4818-b68e-22bb6cb90749n%40googlegroups.com.