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, > > Thanks for reaching out. You could use the > AdwordsUserListService.mutateMembers() > <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService#mutateMembers> > > to add members to an existing customer match list. This is an example code > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/AddCrmBasedUserList.java> > > to create and populate a user list. You could get rid of these code > snippets > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/AddCrmBasedUserList.java#L144-L166> > > and set the existing userId in this line of code > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/remarketing/AddCrmBasedUserList.java#L169> > . > > Thanks and regards, > Xiaoming, Google Ads API Team > > [image: Google Logo] > Xiaoming > Google Ads API Team > > > ref:_00D1U1174p._5004Q26Actt:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/327e7a8c-2d32-4a6c-90c0-ff5a72342b96n%40googlegroups.com.
