SELECT
customer.id, customer_client.id, customer_client.descriptive_name
FROM
customer_client
Hi,
Thank you for reaching out. As you can see here, the elements from the response are pulled out by calling the iterateAllElements() method. Then you could select the specific field you need for other queries.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi ,
Thank you for reaching out. You could go to the specific resource and check the available functions. For example, if you would like to fetch the Unwrapped Id of an ad group, you could locate the AdGroup resource and then use the getIdUnwrapped() function. You could find the list of the resources here. Another approach is in your IDE, you could add an “->” after $googleAdsRow and as a result of the autocomplete, you would see all the available functions under the object.
Thanks and regards,
Xiaoming, Google Ads API Team