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 you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a69ec216-fff5-41ab-8fd8-ac663370ed9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 doesn't make the userlist work as CrmBasedUserList. Also on this line 
"UserList userList = new UserList()", I noticed that your userlist is a 
generic one. If you aren't using one of our client libraries, I suggest you 
to do so and refer on this code block 

 in 
the AddCrmBasedUserList 

 file 
of the .NET client library.

If you're still encountering errors, please provide to me the latest 
complete SOAP request and response logs so we can further investigate.

Thanks,
Peter
AdWords API Team

On Tuesday, December 4, 2018 at 10:28:33 PM UTC+8, Zied Chaari wrote:
>
> 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 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:
>>>
>>> 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,
>>> @operator = Operator.SET
>>> };
>>>
>>> UserListReturnValue result = userListService.mutate(new 
>>> UserListOperation[]
>>> {
>>> operation
>>> });
>>>
>>> *Request (I'm using a Test Account):*
>>> http://schemas.xmlsoap.org/soap/envelope/;>
>>> 
>>> https://adwords.google.com/api/adwords/rm/v201809;>
>>> https://adwords.google.com/api/adwords/cm/v201809
>>> ">7482331905
>>> https://adwords.google.com/api/adwords/cm/v201809
>>> ">x
>>> https://adwords.google.com/api/adwords/cm/v201809;>unknown 
>>> (AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
>>> OAuthServiceAccountFlow, gzip)
>>> 
>>> 
>>> http://www.w3.org/2001/XMLSchema-instance; 
>>> xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
>>> https://adwords.google.com/api/adwords/rm/v201809
>>> ">
>>> 
>>> https://adwords.google.com/api/adwords/cm/v201809;>SET
>>> 
>>> 736365788
>>> Audience Google 8 - Update
>>> CRM_BASED
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>> *Response:*
>>> http://schemas.xmlsoap.org/soap/envelope/;>
>>> 
>>> https://adwords.google.com/api/adwords/rm/v201809; xmlns="
>>> https://adwords.google.com/api/adwords/cm/v201809;>
>>> 00057b93aa6536510a812f942709cc4f
>>> AdwordsUserListService
>>> mutate
>>> 1
>>> 190
>>> 
>>> 
>>> 
>>> 
>>> soap:Client
>>> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
>>> operations[0].operand]
>>> 
>>> https://adwords.google.com/api/adwords/cm/v201809; xmlns:ns2="
>>> https://adwords.google.com/api/adwords/rm/v201809;>
>>> 
>>> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
>>> operations[0].operand]
>>> 
>>> ApiException
>>> http://www.w3.org/2001/XMLSchema-instance; xsi:type="ns2:UserListError">
>>> operations[0].operand
>>> 
>>> operations
>>> 0
>>> 
>>> 
>>> operand
>>> 
>>> 
>>> 
>>> UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
>>> UserListError
>>> 
>>> USER_LIST_MUTATE_NOT_SUPPORTED
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/

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 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:
>>
>> 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,
>> @operator = Operator.SET
>> };
>>
>> UserListReturnValue result = userListService.mutate(new 
>> UserListOperation[]
>> {
>> operation
>> });
>>
>> *Request (I'm using a Test Account):*
>> http://schemas.xmlsoap.org/soap/envelope/;>
>> 
>> https://adwords.google.com/api/adwords/rm/v201809;>
>> https://adwords.google.com/api/adwords/cm/v201809
>> ">7482331905
>> https://adwords.google.com/api/adwords/cm/v201809
>> ">x
>> https://adwords.google.com/api/adwords/cm/v201809;>unknown 
>> (AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
>> OAuthServiceAccountFlow, gzip)
>> 
>> 
>> http://www.w3.org/2001/XMLSchema-instance; 
>> xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
>> https://adwords.google.com/api/adwords/rm/v201809
>> ">
>> 
>> https://adwords.google.com/api/adwords/cm/v201809;>SET
>> 
>> 736365788
>> Audience Google 8 - Update
>> CRM_BASED
>> 
>> 
>> 
>> 
>> 
>>
>> *Response:*
>> http://schemas.xmlsoap.org/soap/envelope/;>
>> 
>> https://adwords.google.com/api/adwords/rm/v201809; xmlns="
>> https://adwords.google.com/api/adwords/cm/v201809;>
>> 00057b93aa6536510a812f942709cc4f
>> AdwordsUserListService
>> mutate
>> 1
>> 190
>> 
>> 
>> 
>> 
>> soap:Client
>> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
>> operations[0].operand]
>> 
>> https://adwords.google.com/api/adwords/cm/v201809; xmlns:ns2="
>> https://adwords.google.com/api/adwords/rm/v201809;>
>> 
>> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
>> operations[0].operand]
>> 
>> ApiException
>> http://www.w3.org/2001/XMLSchema-instance; xsi:type="ns2:UserListError">
>> operations[0].operand
>> 
>> operations
>> 0
>> 
>> 
>> operand
>> 
>> 
>> 
>> UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
>> UserListError
>> 
>> USER_LIST_MUTATE_NOT_SUPPORTED
>> 
>> 
>> 
>> 
>> 
>> 
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6fbade50-5a87-4dde-9782-a14469085dbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ff9732a-b559-4684-bc5e-fc64d748fc3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:
>
> 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,
> @operator = Operator.SET
> };
>
> UserListReturnValue result = userListService.mutate(new UserListOperation[]
> {
> operation
> });
>
> *Request (I'm using a Test Account):*
> http://schemas.xmlsoap.org/soap/envelope/;>
> 
> https://adwords.google.com/api/adwords/rm/v201809;>
> https://adwords.google.com/api/adwords/cm/v201809
> ">7482331905
> https://adwords.google.com/api/adwords/cm/v201809
> ">x
> https://adwords.google.com/api/adwords/cm/v201809;>unknown 
> (AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
> OAuthServiceAccountFlow, gzip)
> 
> 
> http://www.w3.org/2001/XMLSchema-instance; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
> https://adwords.google.com/api/adwords/rm/v201809;>
> 
> https://adwords.google.com/api/adwords/cm/v201809;>SET
> 
> 736365788
> Audience Google 8 - Update
> CRM_BASED
> 
> 
> 
> 
> 
>
> *Response:*
> http://schemas.xmlsoap.org/soap/envelope/;>
> 
> https://adwords.google.com/api/adwords/rm/v201809; xmlns="
> https://adwords.google.com/api/adwords/cm/v201809;>
> 00057b93aa6536510a812f942709cc4f
> AdwordsUserListService
> mutate
> 1
> 190
> 
> 
> 
> 
> soap:Client
> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
> operations[0].operand]
> 
> https://adwords.google.com/api/adwords/cm/v201809; xmlns:ns2="
> https://adwords.google.com/api/adwords/rm/v201809;>
> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED 
> @ operations[0].operand]
> 
> ApiException
> http://www.w3.org/2001/XMLSchema-instance; xsi:type="ns2:UserListError">
> operations[0].operand
> 
> operations
> 0
> 
> 
> operand
> 
> 
> 
> UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
> UserListError
> 
> USER_LIST_MUTATE_NOT_SUPPORTED
> 
> 
> 
> 
> 
> 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a9a118da-542f-4600-a7cc-ed61ecbb847d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,
@operator = Operator.SET
};

UserListReturnValue result = userListService.mutate(new UserListOperation[]
{
operation
});

*Request (I'm using a Test Account):*
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/rm/v201809;>
https://adwords.google.com/api/adwords/cm/v201809;>7482331905
https://adwords.google.com/api/adwords/cm/v201809;>x
https://adwords.google.com/api/adwords/cm/v201809;>unknown 
(AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
OAuthServiceAccountFlow, gzip)


http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
https://adwords.google.com/api/adwords/rm/v201809;>

https://adwords.google.com/api/adwords/cm/v201809;>SET

736365788
Audience Google 8 - Update
CRM_BASED






*Response:*
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/rm/v201809; 
xmlns="https://adwords.google.com/api/adwords/cm/v201809;>
00057b93aa6536510a812f942709cc4f
AdwordsUserListService
mutate
1
190




soap:Client
[UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
operations[0].operand]

https://adwords.google.com/api/adwords/cm/v201809; 
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809;>
[UserListError.USER_LIST_MUTATE_NOT_SUPPORTED 
@ operations[0].operand]

ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:UserListError">
operations[0].operand

operations
0


operand



UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
UserListError

USER_LIST_MUTATE_NOT_SUPPORTED







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb8d2e3e-39ad-4d3e-99f9-36a17844199c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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




If you're still encountering any error after doing this, please provide the 
new SOAP request and response logs so I can further investigate.

Thanks,
Kevin
AdWords API Team

On Friday, November 23, 2018 at 5:20:48 PM UTC+8, Zied Chaari wrote:
>
> Hi Luis,
>
> My ClientCustomerId: 7482331905
>
> My SOAP response:
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/;>
> 
>  xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809;
> xmlns="https://adwords.google.com/api/adwords/cm/v201809;>
> 00057b43356507410a81300eae09f792
> AdwordsUserListService
> mutate
> 1
> 172
> 
> 
> 
> 
> soap:Client
> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
> operations[0].operand]
> 
>  xmlns="https://adwords.google.com/api/adwords/cm/v201809;
> xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809;>
> [UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
> operations[0].operand]
> ApiException
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
> xsi:type="ns2:UserListError">
> operations[0].operand
> 
> operations
> 0
> 
> 
> operand
> 
> 
> UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
> UserListError
> USER_LIST_MUTATE_NOT_SUPPORTED
> 
> 
> 
> 
> 
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/acc7e061-f622-4d65-ae27-15ee762db250%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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




soap:Client
[UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
operations[0].operand]

https://adwords.google.com/api/adwords/cm/v201809;
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809;>
[UserListError.USER_LIST_MUTATE_NOT_SUPPORTED @ 
operations[0].operand]
ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:UserListError">
operations[0].operand

operations
0


operand


UserListError.USER_LIST_MUTATE_NOT_SUPPORTED
UserListError
USER_LIST_MUTATE_NOT_SUPPORTED







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6de5fcac-a884-44fb-acca-79075ebaa894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 clientCustomerId and include the SOAP response logs as 
well so I can further investigate the issue?

Thanks,
Luis
AdWords API Team

On Friday, November 23, 2018 at 9:01:20 AM UTC+8, Zied Chaari wrote:
>
> 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;>
> https://adwords.google.com/api/adwords/cm/v201809
> ">x
> https://adwords.google.com/api/adwords/cm/v201809
> ">xx
> https://adwords.google.com/api/adwords/cm/v201809;>unknown 
> (AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
> OAuthServiceAccountFlow, gzip)
> 
> 
> http://www.w3.org/2001/XMLSchema-instance; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
> https://adwords.google.com/api/adwords/rm/v201809;>
> 
> https://adwords.google.com/api/adwords/cm/v201809;>SET
> 
> 736365788
> Audience Google 8 - Update
> Audience Google 8 - Update
> 
> 
> 
> 
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c88a7efa-38b8-47c7-adc2-e2fee155c1bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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;>
https://adwords.google.com/api/adwords/cm/v201809;>x
https://adwords.google.com/api/adwords/cm/v201809;>xxx
https://adwords.google.com/api/adwords/cm/v201809;>unknown 
(AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
OAuthServiceAccountFlow, gzip)


http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
https://adwords.google.com/api/adwords/rm/v201809;>

https://adwords.google.com/api/adwords/cm/v201809;>SET

736365788
Audience Google 8 - Update
Audience Google 8 - Update






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e36c061-ef36-45c2-b466-42da46278dd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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;>
https://adwords.google.com/api/adwords/cm/v201809;>x
https://adwords.google.com/api/adwords/cm/v201809;>xx
https://adwords.google.com/api/adwords/cm/v201809;>unknown 
(AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, 
OAuthServiceAccountFlow, gzip)


http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema;>
https://adwords.google.com/api/adwords/rm/v201809;>

https://adwords.google.com/api/adwords/cm/v201809;>SET

736365788
Audience Google 8 - Update
Audience Google 8 - Update






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a7e5e59-8373-4114-a103-906a9ac5d12c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.