Re: How to organize CrmBasedUserList refresh via API

2016-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, Thanks for bringing this to our notice. I'll file a request to have the documents updated to reflect this. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ h

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-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, Upon further investigation, I found that the SET operator is not supported for the MutateMembersOperation. As described in the reference documentation, the mutateMembers method

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

Re: How to organize CrmBasedUserList refresh via API

2016-07-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, The first option would work in this case. The operation will be executed in the order they were submitted. So, the ADD operation will be performed after the SET is finished. It may take up to several hours for the list to be populated with members. After all the ADD operations ar

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