I am trying to upload audience members to a Remarketing list using the googleads library in Python. My list a little less than 500k members. When I send the data with email, phone, and address, it always fails with the error below (request id included). I have tried sending the same data with just the email and address and it works. Including a combination of the phone and address together breaks something. I have uploaded several other remarketing lists just fine and did not have the same issues. Please advise what I can do.
This is the way I add members to the list: mutate_members_add_operation = { 'operand': { 'userListId': [user_list_id], 'membersList': [members_to_upload] }, 'operator': 'ADD' } response = user_list_service.mutateMembers([mutate_members_add_operation]) Error: googleads.soap WARNING: Error summary: { "faultMessage": "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]" , "requestId":"0005a59e8de66cf70a81ac23ae056f22", "serviceName":"AdwordsUserListService", "methodName":"mutateMembers", "operations":"1", "responseTime":"12680" } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/e333fde5-41fa-420d-882a-7e034673b88f%40googlegroups.com.