Re: AWQL; getting the keyword name

2018-09-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you please elaborate the issue you are facing? Are you not able to get the actual keyword text using the Criteria field in CRITERIA_PERFORMANCE_REPORT

Re: AWQL; getting the keyword name

2018-09-18 Thread kenneth rudisill
me too. i have a proble like you, i still not fixed On Monday, September 17, 2018 at 11:22:07 AM UTC-7, newbie wrote: > > I almost have all the data I need using the following AWQL query from the > AdWords API: > > String query = "SELECT Device, ID, Impressions, Clicks, Cost, AverageCpc, > Aver

Re: AWQL; getting the keyword name

2018-09-17 Thread newbie
That was the magic word, thanks so much! On Monday, September 17, 2018 at 3:04:19 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > The Criteria > > in CRITERIA_PERFOR

Re: AWQL; getting the keyword name

2018-09-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The Criteria in CRITERIA_PERFORMANCE_REPORT will have the actual keyword text. Please no

AWQL; getting the keyword name

2018-09-17 Thread newbie
I almost have all the data I need using the following AWQL query from the AdWords API: String query = "SELECT Device, ID, Impressions, Clicks, Cost, AverageCpc, AveragePosition FROM CRITERIA_PERFORMANCE_REPORT " + "WHERE Status IN [ENABLED] AND Clicks > 0 DURING LAST_7_DAYS";