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

Re: Add new customers to user list

2020-10-21 Thread Google Ads API Forum Advisor Prod
Hi Karan, Thank you for reaching out. Yes, with a 'ADD' operator in mutateMembers() the new members could be appended to the existing user list. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q26Actt:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Add new customers to user list

2020-10-21 Thread Karan
with a 'ADD' operator in mutateMembers() will the new data get appended onto the existing customers in that list? because 'SET' operator is not supported In this case. P.S. I am using python client. On Tuesday, October 20, 2020 at 9:26:25 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Karan, > > T

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

Re: Add new customers to user list

2020-10-20 Thread Karan
with a 'ADD' operator in mutateMembers() will the new data get appended onto the existing customers in that list? because 'SET' operator is not supported In this case. P.S. I am using python client. On Tuesday, October 20, 2020 at 9:26:25 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Karan, > > T

RE: Add new customers to user list

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Karan, Thanks for reaching out. You could use the AdwordsUserListService.mutateMembers() to add members to an existing customer match list. This is an example code to create and populate a user list. You could get rid of these code snippets and set the existing userId in this line of code.

Add new customers to user list

2020-10-20 Thread Karan
I have created and populated a com based audience list through Adwords api. how can I add more customers in the same list through API. I see the option to do it through dashboard but can't find a documentation for doing it through API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also