Is there a way to scale that to something like 1MM plus hashed emails? We 
have been able to upload through the GUI a like of that size or double, but 
through the API is comes to a crawl and doesn't seem to process or error 
out.  Using Python library for AdWords API.

On Thursday, June 9, 2016 at 3:55:36 PM UTC-4, Umesh Dengale wrote:
>
> Hello,
>
> You could use the CrmBasedUserList 
> <https://developers.google.com/adwords/api/docs/reference/v201605/AdwordsUserListService.CrmBasedUserList>
>  
> to upload the customer emails. Please check out re-marketing guide 
> <https://developers.google.com/adwords/api/docs/guides/remarketing#remarketing-using-customer-emails>
>  
> for more details. 
>
> Please check out AddCrmBasedUserList 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201605/remarketing/AddCrmBasedUserList.java>
>  
> example code from Java client library. Other languages example code could 
> be found here 
> <https://developers.google.com/adwords/api/docs/clientlibraries>. 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 (e.g 
> AdwordsUserListService.mutateMembers(mutateMembersOperation)).  You can 
> only have one operation per user list id when you call mutateMembers. 
>
>
> E.g. you want to upload 100,000 user email to CrmBasedUserList. In this 
> case, to upload 100,000 users, first call, which is the mutate, creates the 
> CrmBasedUserList, with no members and you could have another 10 separate 
> mutateMembers requests(i.e. 10 separate 
> AdwordsUserListService.mutateMembers(mutateMembersOperation1) API calls) 
> each containing 10,000 users in mutateMembersOperation. (e.g. 
> AdwordsUserListService.mutateMembers(mutateMembersOperation1)) , 
> AdwordsUserListService.mutateMembers(mutateMembersOperation2)), ..up to. 
> AdwordsUserListService.mutateMembers(mutateMembersOperation10)).
>
>
> Thanks,
>
> Umesh, 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/1d3fd5d0-3fba-4931-a488-ec47c38e23d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to