RE: get field from GoogleAdsRow by String?

2021-12-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Don, Thank you for reaching out to us. You can see the fields that you've set on your query by trying to enable logging by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. Regards, Teejay Wennie Pimentel

get field from GoogleAdsRow by String?

2021-12-10 Thread dhmitc...@gmail.com
I'm writing a generic shim over GoogleAdsServiceClient#search which allows the caller to pass any SELECT field in (in addition to a predefined set) and want to return a simple `Map` of all these user specified fields which means I need some way to query a `GoogleAdsRow` using the same