Hi  Xiaoming,

I've read your message and i tried to execute that code example 
<https://github.com/googleads/google-ads-python/blob/master/examples/remarketing/add_customer_match_user_list.py>
,
```
    # Wait until the operation has finished.
    print("Request to execute the added operations started.")
    print("Waiting until operation completes...")
*    operation_response.result()*

    print(
        "Offline user data job with resource name "
        f"'{offline_user_data_job_resource_name}' has finished."
    )
```

operation response take so long, and loggers say

[2020-10-21 18:27:42 - INFO] Request made: ClientCustomerId: None, Host: 
googleads.googleapis.com:443, Method: 
/google.longrunning.Operations/GetOperation, RequestId: 
8P42b247BOAPOg53D3dcPw, IsFault: False, FaultMessage: None
[2020-10-21 18:27:42 - INFO] Request made: ClientCustomerId: None, Host: 
googleads.googleapis.com:443, Method: 
/google.longrunning.Operations/GetOperation, RequestId: 
RNQl7oIUzB69IpMwLRgSMg, IsFault: False, FaultMessage: None

like that.

is this alright ? especially " *ClientCustomerId : None".  *I have no idea 
why that logger says there is no clientCustomerId in offlineUserDatajob 
resource.
2020년 10월 15일 목요일 오후 11시 49분 17초 UTC+9에 adsapiforumadvisor님이 작성:

> Hi, 
>
> Thank you for reaching out. Yes, you could definitely upload the 
> CrmBasedUserList with the OfflineUserDataJobService 
> <https://developers.google.com/google-ads/api/reference/rpc/v5/OfflineUserDataJobService>.
>  
> Please refer to this code example 
> <https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java>
>  
> on how to create and populate the CrmBasedUserList with 
> OfflineUserDataJobService in the Google Ads API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q269PXZ: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/1b7b5f67-d609-4624-975e-eb81acc1bad5n%40googlegroups.com.

Reply via email to