Re: How to add new customers to user list in Ads API

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Wonkeun, Thank you for reaching out. Were you able to successfully upload the user list to your account through API? What is the current status of the user list? Could you please share the complete request and response logs along with the client customer id via the Reply privately to author

Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
P.S. I checked my ads.google.com status, and I just checked that its status is "Populating" However, it doesn't populate really for a long time. Do I need additional operation in order to populate? Or is it just a problem of time? 2020년 10월 22일 목요일 오후 5시 16분 38초 UTC+9에 Wonkeun Song님이 작성: > Hell

Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
Hello. Thanks for your answer. I researched about offline user data job service, and I am trying to upload my sample user data with sample python code. Unfortunately, it stops when it goes to operation_response.result() section. I've tried operation_response.result(timeout=100) and it returned

RE: How to add new customers to user list in Ads API

2020-10-21 Thread Google Ads API Forum Advisor Prod
Hi Wonkeun, Thank you for reaching out. You could add/remove members to/from CrmBasedUserList with the OfflineUserDataJobService in the Google Ads API. Please refer to this code example on how to create and populate the CrmBasedUserList with OfflineUserDataJobService in the Google Ads API. Tha

How to add new customers to user list in Ads API

2020-10-20 Thread Wonkeun Song
Hello. WE are doing migration from Google Adwords API to Ads API. In the Google Adwords API, we can add or delete some customers from user list with "MutateMembersOperation" and ADD/REMOVE operators. However, we researched the Ads API and we got that there only exist create/update/delete opreat