Using the Adwords API :v201809, I've managed to create CRM User Lists and populate them with hashed emails.
I can see from the Adwords dashboard web interface that my Lists are in status populating, and the API response status is 'IN_PROGRESS'.
For my particular use case, I tried the following:
1). Create a new CRM User List
2). Add 2 hashed email addresses with command ADD with AdwordsUserListService, mutate_members method
3). Remove the exact same 2 hashed email addresses with REMOVE with AdwordsUserListService, mutate_members method
4). The status in the web interface for the List is still populating - why is it this way, given I've removed the exact same 2 hashed emails?
Furthermore, is there a way of seeing the status of the UserList via the API, and also the actual emails in the list (below 1000)?
Thanks
G