RE: [1-1026000025441] Slow performance adding 25M+ users to adwords list

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mitesh, Here are some workarounds to your issue: - Instead of passing 50K emails in each thread, you can pass up to 1 million emails in a single operation. That would

Re: Slow performance adding 25M+ users to adwords list

2019-02-26 Thread mitesh
Hi Milind, Yes I absolutely am using multiple processes. Each one calls AdwordsServices.getUserList, then calls MutateMembers with about 5 user email hashes. They all run at the same time, because I have noticed that running one at a time is too slow (takes 1 hour). Running them all concur

RE: Slow performance adding 25M+ users to adwords list

2019-02-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mitesh, The CONCURRENT_MODIFICATION error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. To be able to troubleshoo

Slow performance adding 25M+ users to adwords list

2019-02-25 Thread mitesh
I'm trying to add many users (25 million email hashes) to a newly created adwords list. I'm doing this via many (around 30+) threads each doing a single big MutateMembersOperand with many users. I get CONCURRENT_MODIFICATION a lot, and just retry after a random wait time, but this still causes