Getting MutateMembersError.MISSING_MEMBER_IDENTIFIER error

2020-11-16 Thread 'Maulik Dholaria' via AdWords API and Google Ads API Forum
Hi, Getting following error when making calling `self.client.GetService('AdwordsUserListService', 'v201809')..mutateMembers([mutate_members_operation])` Received unexpected API error from Google API, tries: 2 error: [MutateMembersError.MISSING_MEMBER_IDENTIFIER @ operations[0].operand.mem

RE: Getting MutateMembersError.MISSING_MEMBER_IDENTIFIER error

2020-11-17 Thread Google Ads API Forum Advisor Prod
Hello, The MISSING_MEMBER_IDENTIFIER error is due to an issue with one or more members provided in the memberList array. You can refer to this Python code sample that shows how to manipulate user lists. If you continue to have issues, please privately provide your complete request and response