Is there any way to delete a user list?

2018-08-15 Thread Max Drobin
Is there any way to delete user list via google AdWords API? I was trying to do it this way: def delete_userList(self, userListId): mutate_members_operation = { 'operand': { 'userListId': userListId, 'membersList': [] }, 'opera

Is there any way to delete user list?

2018-08-15 Thread Max Drobin
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' }, 'operat

Very long removing users from userlist

2018-09-25 Thread Max Drobin
Hello! Is it possible to tackle very long deleting users from userlist? If i'm not mistaken, the documentation says that deleting can not be longer then 12 hours, but in my case I have more than 12 hours. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

Sequential uploading users to userlist

2018-09-25 Thread Max Drobin
Hello! Can I upload users phones to a userlist and immidietly(not waiting for SUCCESS uploading status) start upload users emails? Can I expect that all uploadings will finish just right? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Uploading users to userlist and deleting old ones at the same time

2018-09-25 Thread Max Drobin
It's very confusing that I can delete users from and upload them to the same userlist at the same time. What I will get when the process finished? If I start upload before deleting - will all users be deleted or only the users that were in the userlist at the moment of starting deletion process