Hi everyone,

I am trying to use account summary report, but I get the following error 
when I run the script:

Invalid reporting query. (line 117)


and lines 117-120 being:


  var report = AdWordsApp.report(

      "SELECT Cost, AverageCpc, Ctr, AveragePosition, Impressions, Clicks " +

      "FROM ACCOUNT_PERFORMANCE_REPORT " +

      "DURING " + during);


I have done everything I could to fix the error, but it's still giving me this 
error. Every other part of the code is exact same as here 
<https://developers.google.com/adwords/scripts/docs/solutions/account-summary>, 
if you are eager to know.


What could be the cause of the problem?


Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to