We are tyring to apply existing labels to a Customer from a Manager account.
I checked this guide (https://developers.google.com/google-ads/api/docs/reporting/labels) but it does not show how to add a label to a customer. In our code we first retrieve the list of current ids via client_customer.get_applied_labels if we don't find a required label we add it via a CustomerLabel operation. We set the Customer with the customer reosurce name and Label with the label resource name. Customer(customers/#CLIENT_ID#) / Label (customers/#MANAGER_ID#/labels/#LABEL_ID#) The mutate executes and returns a CustomerLabel reousrcename ( customers/#MANAGER_ID#/customerLabels/#LABEL_ID# ) But when we run it again the label is not in applied_labels but it is in customer_labels. It also does not appear in the UI Is there a difference between applied labels and customer labels? It's unclear. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/69b662ef-b482-4a13-b187-95d5853de75dn%40googlegroups.com.