Hi - I am developing a something which will add users to a UserList. Something like this:
add_emails_op = { "operand": {"userListId": list_id, "membersList": members}, "operator": "ADD", } return list_service.mutateMembers([add_emails_op]) The number of users (aka "members" in the above code) is ~1 million. First of all is there a maximum number of users which can be added in a single mutateMembers call? And even if there isn't, is there a best practices for perhaps doing the mutate in parts? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6abea78f-0e8c-4777-acee-5238fffa404e%40googlegroups.com.