Re: How to organize CrmBasedUserList refresh via API

2016-07-25 Thread Alexander B
Hi Shwetha, thank you. I suggest somebody updates documentation to reflect the fact that the operation is not supported. On Tuesday, July 26, 2016 at 3:03:06 AM UTC+12, Shwetha Vastr

Re: How to organize CrmBasedUserList refresh via API

2016-07-24 Thread Alexander B
Hi Shwetha, thank you for the response. I tried implementing SET + ADD pattern, and when calling AdwordsUserListService MutateMembersOperation with SET operator for existing list, I'm getting *OperatorError.OPERATOR_NOT_SUPPORTED* API error, telling me that SET operator is not supported for Mut

How to organize CrmBasedUserList refresh via API

2016-07-19 Thread Alexander B
Hi, *background:* I'm developing a tool that will allow marketing manager to upload customer emails to Google Adwords via API. I'm using .NET client library - https://github.com/googleads/googleads-dotnet-lib I call API endpoint using AdwordsUserListService v201605, CrmBasedUserList type Do