Re: Update CrmBasedUserList Name and Description

2019-01-29 Thread Zied Chaari
Hi Guys, Sorry for the too late response. It's work now. Thank you all for your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Update CrmBasedUserList Name and Description

2018-12-04 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zied, Were you able to receive Luis' reply in private? I'm asking this as upon checking with the team, the SOAP request you've provided previously is not completely correct. If you weren't able to receive Luis' private reply, here's our findings: Based on this line "CRM_BASED", this

Re: Update CrmBasedUserList Name and Description

2018-12-04 Thread Zied Chaari
Hi Thanet, Any update about this issue. On Tuesday, November 27, 2018 at 11:18:22 AM UTC+1, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Zied, > > I'm confirming this with Engineering. > With recent changes in user list policy, it might affect the user list in > the test

Re: Update CrmBasedUserList Name and Description

2018-11-27 Thread Zied Chaari
Thank you Thanet, I'm waiting your update. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Re: Update CrmBasedUserList Name and Description

2018-11-27 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Zied, I'm confirming this with Engineering. With recent changes in user list policy, it might affect the user list in the test accounts too. I'll update this thread once I have more info. Best, Thanet, AdWords API Team On Tuesday, November 27, 2018 at 1:23:28 AM UTC+9, Zied Chaari wrote:

Re: Update CrmBasedUserList Name and Description

2018-11-26 Thread Zied Chaari
Hi Luis, Always the same problem. *This is my code: (.Net)* UserList userList = new UserList() { id = long.Parse(SAudience.Social_ID), name = SAudience.Audience.Name, listType = UserListType.CRM_BASED }; UserListOperation operation = new UserListOperation { operand = userList,

Re: Update CrmBasedUserList Name and Description

2018-11-25 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zied, Could you retry the request after specifying the type of UserList in your operand using "xsi:type" as shown below? https://adwords.google.com/api/adwords/rm/v201809; *xsi:type="ns8:CrmBasedUserList"*> 736365788 Audience Google 8 - Update Audience Google 8 - Update

Re: Update CrmBasedUserList Name and Description

2018-11-23 Thread Zied Chaari
Hi Luis, My ClientCustomerId: 7482331905 My SOAP response: http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/rm/v201809; xmlns="https://adwords.google.com/api/adwords/cm/v201809;> 00057b43356507410a81300eae09f792 AdwordsUserListService mutate 1 172

Re: Update CrmBasedUserList Name and Description

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zied, The USER_LIST_MUTATE_NOT_SUPPORTED error you've encountered indicates that the user list of the type is not mutable. Can you provide your

Update CrmBasedUserList, Name and Description

2018-11-22 Thread Zied Chaari
Hello, I'm trying to update my UserList name and description, and I get this error message "USER_LIST_MUTATE_NOT_SUPPORTED". http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/rm/v201809;>

Update CrmBasedUserList Name and Description

2018-11-22 Thread Zied Chaari
Hello, I'm trying to update my CRM based User List, name and description, using a Test Account, I'm getting this error "USER_LIST_MUTATE_NOT_SUPPORTED". http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/rm/v201809;>