Re: Google Ads API userListService.MutateMembers ?

2019-12-27 Thread Rainier Pazcoguin
Hi Bharani, Do you know if the MutateMembers operation is supported now in Google Ads API? I do not yet see anything in the API documentation for it, and don't see any updates regarding user list membership mutation in on the blog. Thanks in advance! Warm regards, Rainier On Monday, March

RE: Google Ads API userListService.MutateMembers ?

2019-03-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sarah, MutateMembers operation is not yet supported through the Google Ads API. If you are looking to update the user list and not the members in the user list, you can use the MutateUserLists

Google Ads API userListService.MutateMembers ?

2019-03-25 Thread Sarah
Hi In AdWords API, I could use add hashed emails to a userlist for customer match, e.g. MutateMembersReturnValue mutateMembersResult = userListService.mutateMembers( new MutateMembersOperation[] {mutateMembersOperation}); How to do the same using Google Ads API ? Thanks