Hi all,

I am trying to write an AWQL script to parse data from the Keyword 
Performance Report to Google Sheets for offline analysis.

I have generated an AWQL query to do this with the handy generator from 
ScriptNinja <https://scriptninja.de/en/blog/awql>.

However, the data I get back does not include the actual Keyword itself for 
some reason, and I cannot add it. How do I get the actual Keyword with the 
rest of the metrics combined from the report?

The query I am using is:

// Select Query
var query = 'SELECT Id, CampaignName, AdGroupName, AverageCpc, Ctr, Clicks, 
Conversions, Impressions, InteractionRate, PostClickQualityScore, 
QualityScore, HistoricalQualityScore ' +
'FROM KEYWORDS_PERFORMANCE_REPORT ' +
'WHERE CampaignStatus = ENABLED ' + 
'AND CampaignName CONTAINS \'General\' ' +
'DURING LAST_30_DAYS '

If I put 'Keyword' in the SELECT clause, I get an error.

I'm a bot lost here so I hope someone can help out.

Thanks!

Bas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/74c23c1d-8c84-4ff4-b934-e48ad02777c1%40googlegroups.com.

Reply via email to