Hi Yang,

You don't need to add 100 separate list. You could create one 
CrmBasedUserList. The first call, which is the mutate, creates the 
CrmBasedUserList, with no members. The subsequent calls are to 
mutateMembers, which can then add people to the existing list up to 10,000 
per operation/request. If you have 1,000,000 email addresses, you can have 
100 different requests for the same user list (e.g. 
AdwordsUserListService.mutateMembers(mutateMembersOperation1)) 
, AdwordsUserListService.mutateMembers(mutateMembersOperation2)), ..up to 
AdwordsUserListService.mutateMembers(mutateMembersOperation100) each 
mutateMembersOperation 
contains 10,000 user emails).

Regarding the remove 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdwordsUserListService#mutate>
 operation 
in the API, yes, it is currently not supported by AdwordsUserListService, 
however, as a workaround, you can set the status 
<https://developers.google.com/adwords/api/docs/reference/v201605/AdwordsUserListService.UserList#status>
 into 
CLOSED.

Hope it helps.

Thanks and Regards,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/1ac0add4-312a-4adb-947b-584950e02aed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to