Re: Get Customer Labels Name

2022-05-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vladimir, Thank you for providing updates to your concern. So that we can further investigate the issue, would you be able to provide the complete request and response logs with request ID and request header generated on your end for all the issues with different scenarios? You can provide

Re: Get Customer Labels Name

2022-05-18 Thread Vladimir Hiuk
Thank you, I managed to get the labels, but there is another problem. For some reason queries with some IDs return an empty string even though the label exists. Below are 2 of my queries: the first one is for getting ids and the second one is for getting labels: "SELECT customer_label.label

Re: Get Customer Labels Name

2022-05-18 Thread Vladimir Hiuk
Problem solved. The thing was that some labels were created in the sub account and therefore were not available from the top level account среда, 18 мая 2022 г. в 10:17:21 UTC+2, Vladimir Hiuk: > Hi, > > thanks, that helped, but there was another problem: > > "SELECT customer_label.label FROM

Re: Get Customer Labels Name

2022-05-18 Thread Vladimir Hiuk
Hi, thanks, that helped, but there was another problem: "SELECT customer_label.label FROM customer_label WHERE customer.id = 9"; "SELECT label.id, label.name, label.resource_name FROM label WHERE label.id IN (1б, 2)"; In the first request I get the IDs and in the

RE: Get Customer Labels Name

2022-05-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. You may need to perform a separate request for the label report after pulling customer_label.label from customer_label report in order to get the name of those labels. Let us know if you have any further questions. Regards,

Get Customer Labels Name

2022-05-17 Thread Vladimir Hiuk
Hello, I'm trying to get customer/account labels but don't know how. I've tried all the options I've found. Here is my last option: *I need this labels from Screen* [image: 2022-05-17_11-00.png] *My Code:* $queryLabels3 = "SELECT customer_label.customer, customer_label.label,