Hi,

The API only supports setting the account name when *creating* an account. 
You can do so by setting ManagedCustomer.name 
<https://developers.google.com/adwords/api/docs/reference/v201502/ManagedCustomerService.ManagedCustomer#name>,
 
as you mentioned. However, since the ManagedCustomerService.mutate 
<https://developers.google.com/adwords/api/docs/reference/v201502/ManagedCustomerService#mutate>
 method 
only supports the *ADD* operation, you won't be able to use the API to 
update the name of an existing account. You can only do that in the user 
interface.

Note, however, that starting with v201502 of the AdWords API, you can set 
account *labels* via ManagedCustomerService.mutateLabel 
<https://developers.google.com/adwords/api/docs/reference/v201502/ManagedCustomerService#mutateLabel>
 and AccountLabelService 
<https://developers.google.com/adwords/api/docs/reference/v201502/AccountLabelService>
.

Cheers,
Josh, AdWords API Team

On Tuesday, April 21, 2015 at 11:38:24 AM UTC-4, Josep Mª Sanz Xicola wrote:
>
>
> Hi,
>
> as far as I know is not possible to set a customer name after creating or 
> linking an account with any API services (neither *CustomerService* nor 
> *ManagedCustomerService* brings this support to set customer account 
> name, aka '*name* 
> <https://developers.google.com/adwords/api/docs/reference/v201502/ManagedCustomerService.ManagedCustomer#name>'
>  
> or '*descriptiveName* 
> <https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService.Customer#descriptiveName>').
>  
> Explicitly, this field is quoted in the API documentation as ReadOnly. 
> Strictly 
> speaking, *name* field is not ReadOnly at all because it is used in order 
> to create an account, but after that is not longer mutable. 
>
> However, through MCC UI is possible to set this field effectively with no 
> problem. So, looks like that exist at least one way to set the immutable 
> *descriptiveName* field. Are there something missed in the API 
> documentation? Does exist any service that could perform this operation?
>
>
> Thanks in advance. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d61c2d8-a051-4199-812e-bbb84603384b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Set customer name Josep Mª Sanz Xicola
    • Re: Set customer name Josh Radcliff (AdWords API Team)

Reply via email to