Hi,

Firstly can I say it's great to see a forum where the developers actually 
reply! 

I have a python script that uploads or removes hashed emails to a user list 

Adwords_client.GetService('AdwordsUserListService', 'v201809')
mutate_members_operation = {
'operand': {
': google,
'membersList': hashed_email},
'operator': 'REMOVE'} 
response = user_list_service.mutateMembers([mutate_members_operation])  


Is there a way of getting a response back to say whether the add/delete of 
users was successful ? And if possible how many records were successfully 
removed/added? 

How would I do this?

Thanks in advance
Nick


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a1c65854-a030-4ca1-8ccb-b59ec76f96abn%40googlegroups.com.

Reply via email to