Hello, I'm trying to receive the label resource names applied to a client customer. Using Ads API v8 I tried the field "applied_labels" of customer_client. Unfortunately it always returns an empty collection, even when there are labels applied to the customer client.
Documentation says:* Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form: `customers/{customer_id}/labels/{label_id}`* https://developers.google.com/google-ads/api/fields/v8/customer_client The requesting customer owns the labels, so that should be fine. My query is: *SELECT customer_client.applied_labels, customer_client.descriptive_name, customer_client.id, customer_client.level, customer_client.manager FROM customer_client* I get values for descriptive_name, level, manager etc, so the query itself is working. Am I missing something? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5294e222-777f-4daf-9526-59f2ed8f2862n%40googlegroups.com.