Re: Search query report Google Ads API

2020-06-29 Thread Google Ads API Forum Advisor Prod
Hi, For Java, I was able to use "System.out.println(googleAdsRow);" while iterating through the rows and this worked as expected. If the report is very large, this would not be advised. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q219gK4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Search query report Google Ads API

2020-06-26 Thread cv
Hello Mitchell, Yes this helpful. I need help how I can achieve this? As a tip for getting these values, you can print the whole GoogleAdsRow to the console and follow the printed hierarchy. -> when I tried to print GoogleAdsRow I am not getting any response and eventually it hangs. How I can

RE: Search query report Google Ads API

2020-06-26 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. For the keyword text, you can use: googleAdsRow.getSegments().getKeyword().getInfo().getText().getValue() For the ad group criterion ID, you have to get the resource name by using the following: googleAdsRow.getSegments().getKeyword().getAdGroupCriterion().getV