Using JAVA GOOGLE ADS API V10
I see that when we remove a data segment (UserList) from the web interface, the data segment is removed and the membership status is changed to CLOSED. I would like to do the same thing using the API. I was able to remove the user list, but the membership status stays at open.
Could you point me to code or example on how I could update the membership status of a data segment (UserList).
Classes currently used :
UserListOperation
UserListOperation.setRemove
UserListServiceClient.mutateUserLists
Thanks