how to upload 1 million email on audiences google adwords use api php?

104 views
Skip to first unread message

trancon...@gmail.com

unread,
Jun 9, 2016, 2:42:46 PM6/9/16
to AdWords API Forum
i have a problem when use api google adwords, I don't upload data email on audiences google adwords, it has limit 10000 email, I want upload more 10k. please help me !

Umesh Dengale

unread,
Jun 9, 2016, 3:55:36 PM6/9/16
to AdWords API Forum
Hello,

You could use the CrmBasedUserList to upload the customer emails. Please check out re-marketing guide for more details.

Please check out AddCrmBasedUserList example code from Java client library. Other languages example code could be found here. 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.

Joshua Wells

unread,
Apr 28, 2017, 2:41:35 AM4/28/17
to AdWords API Forum
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.

Ivan Bautista

unread,
Apr 28, 2017, 3:22:06 AM4/28/17
to AdWords API Forum
Hi Joshua,

Being that this thread is almost a year old, I suggest that you create a new thread for your queries and from there we can continue with our discussion.

Regards,
Ivan
AdWords API Team
Reply all
Reply to author
Forward
0 new messages