Hello, You could use the AdWordsUserListService.mutateMembers <https://developers.google.com/adwords/api/docs/reference/v201710/AdwordsUserListService#mutateMembers> to either add or remove the members from the list. You will need to use ADD or REMOVE operators to add or remove members to the user list. Please note that it might take a few hours for the list to be populated with the members. Let me know if you have any other questions.
Regards, Bharani, AdWords API Team On Thursday, December 28, 2017 at 2:19:15 PM UTC-5, Дмитро Булах wrote: > > Hello > > I'm trying to replace all records in my CRM based user list with given > list of hashed emails. > > Here are the steps I'm following: > 1. Get the list based on its ID > 2. Call `mutate` with operator `SET` for retrieved list > 3. Call `mutateMembers` with operator `ADD` and my list of hashed emails. > > Could anyone confirm that this is the right way of replacing members in > the list? > I have only short lists for testing purposes and cannot detect any changes > in list after running `mutate` with operator `SET` > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bdf0081c-9449-43bf-a008-4a86af6d80e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
