HI,
I am working with Ads API Beta and have been able to get each sub account in our manager account and pull metrics and what not.
However, now I am trying to get the labels that are attached to each sub account. When I run the below query I get all the labels, but the customer is always the manager account and I can't seem to find a way to know what sub accounts have that label attached to it. Additionally, if I try specifying the sub account I get NULL for labels returned.
"SELECT
customer.id, customer.descriptive_name, customer.manager, customer.resource_name,
label.id,
label.name, label.status, label.text_label.description, label.resource_name FROM label"
How can I pull the labels and connect them with the sub accounts that they are attached to?
Any resources would be extremely helpful, as I have not found anything yet myself searching around.
Thanks!