RE: how to get Label Values PHP

2022-02-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use coustomer_label resource return the applied label to the customer_id specified in your API request and use the label(customers/{customer_id}/labels/{label_id}) value to map resource_na

how to get Label Values PHP

2022-02-04 Thread FMore
Hi i am trying to get all labels of a customer, here is my code $query = ' SELECT customer_client.id, customer_client.descriptive_name, customer_client.applied_labels, customer_client.client_customer FROM customer_client'; $response = $googleAdsServiceClient->search($customerId, $query); foreac