Re: user list service - status of upload

2020-10-10 Thread Nicholas Edwards
Great - thanks. I will try that out

On Thu, Oct 8, 2020 at 8:08 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Nick,
>
> Thank you for reaching out. You could try to use
> AdwordsUserListService.get()
> 
> to check the size
> 
> of the user list to determine if add/delete of users was successful.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo]
> Xiaoming
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q267inW:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAAYJ0a0Uq3-0iYb1pokFtgQAk5Yf7jfQy8AOe13CsQP-L1S5qQ%40mail.gmail.com.


RE: user list service - status of upload

2020-10-08 Thread Google Ads API Forum Advisor Prod
Hi Nick,

Thank you for reaching out. You could try to use AdwordsUserListService.get() 
to check the size of the user list to determine if add/delete of users was 
successful.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q267inW:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/AJc_T0QHWD5N00ul7OZGLtQnOyTbvYu2skag%40sfdc.net.


user list service - status of upload

2020-10-08 Thread Nicholas Edwards
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a1c65854-a030-4ca1-8ccb-b59ec76f96abn%40googlegroups.com.