there any way to delete user list using AdWords API?
I way trying to do it this way:
def clear_userList(self, userListId):
mutate_members_operation = {
'operand': {
'userListId': str(userListId),
'removeAll': 'true'
},
'operator': 'REMOVE'
}
return
self.userListService.mutateMembers([mutate_members_operation])
and this:
def delete_userList(self, userListId):
mutate_members_operation = {
'operand': {
'userListId': userListId,
'membersList': []
},
'operator': 'REMOVE'
}
return self.userListService.mutate([mutate_members_operation])
but nothing has worked out
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
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/f8b7e198-85df-49ae-9d98-c8fdfd829e83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.