You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I successfully created an AccountLabel. But adding it to a ManagedCustomer during creation (ADD) via ManagedCustomerService.mutate has no effect. The ManagedCustomer is always created without the label assigned. Is using mutateLabel after creating the ManagedCustomer the only possibility to assign labels?
Shwetha Vastrad (AdWords API Team)
unread,
Jun 1, 2016, 1:02:22 PM6/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Markus,
The "accountLabels" field in ManagedCustomer is a read-only field and will be ignored when sent to the API. To assign labels to a managed customer, you have to use the ManagedCustomerService.mutateLabel method.