RE: Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-09-29 Thread Google Ads API Forum Advisor Prod
Hi Lars, Instead of calling $userListService->mutate($operations), can you please try $userListService->mutateMembers($operations)? This sample code shows the exact details for adding members to a user list. Please let me know if that solves your issue. Thanks, Poki, Google Ads API Team

Re: Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-09-25 Thread Lars Hemel
Hello Bharani, I am receiving the UserListError.CONCRETE_TYPE_REQUIRED error, but have checked all resources online and cannot find where I go wrong. I have created a CrmBasedUserList and would like to add Member of hashedEmail and hashedPhoneNumber. Some of the things I found online: * The

RE: Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-02-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alexander, The error UserListError.CONCRETE_TYPE_REQUIRED indicates that you need to specify the type of user list used in your request. You may check

Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-02-23 Thread Ершов Александр
Hello! We're trying to add users to existing CrmBasedUserList (created using this example ) The code to create userList works ok, but when we're trying to add members to