Re: create and update user list with Google Ads API

2024-10-17 Thread cv
H, Can you please help me how I can remove the members from list first? There is no code example for this. Does remove member also needed to do with Offline Job processing? Thanks, On Tuesday 13 December 2022 at 16:14:54 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Derek, > > Thank you

Re: create and update user list with Google Ads API

2022-12-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Derek, Thank you for getting back to us. I hope that you are doing well today. Moving forward to your concern, please note that we cannot create a user list with our preferred user list id. In Google Ads API perspective, the user_list id is Output only. The user list id is automatically gene

Re: create and update user list with Google Ads API

2022-12-12 Thread derek
Hi Thank you for the info. If I want to create a new list with my preferred List ID, eg. 1234567890, which set methods should I use to set the List ID? // Creates the new user list. UserList userList = UserList.newBuilder() .setName("Customer Match list #" + getPrintable

RE: create and update user list with Google Ads API

2022-12-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. You are using correct example that only you can create a new list through Google Ads API and not update an existing list. You may need to remove existing user list then add new updated user list. Listed in this section of our c

create and update user list with Google Ads API

2022-12-12 Thread derek
Hi I am migrating from Google AdWords API to Google Ads API. I need to be able to create user list and also to update existing user lists (containing email addresses). Is this the example to refer to? If I wan