var report = AdWordsApp.report("SELECT CampaignName, AdGroupName, Criteria, 
HistoricalQualityScore, HistoricalCreativeQualityScore, 
HistoricalLandingPageQualityScore, HistoricalSearchPredictedCtr, 
AverageCpc, Clicks " +
        " FROM KEYWORDS_PERFORMANCE_REPORT " +
        " WHERE Clicks > " + limit +
        " AND HasQualityScore = TRUE " +
        " DURING LAST_30_DAYS");


Gives me the "Exception: Column 'HistoricalQualityScore' is not valid for 
report type KEYWORDS_PERFORMANCE_REPORT. Double-check your SELECT clause." 
exception..

Does anyone know why this isn“t working - according to the 
"https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report";
 
there is support for HistoricalQualityScore?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/726abd97-65c9-46b5-8058-75bdeed870c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Exception: Colu... richard
    • Re: Except... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to