Hi, Is it possible to recover the total impressions of all keywords and also the total number of all QualityScore.
I can already do it with a "For Each" by creating a loop through the results but I was wondering if it was possible to return the result via the reports directly. Here is my current formula: $dateRange = "LAST_14_DAYS"; $reportQuery = ' SELECT QualityScore, Impressions FROM CRITERIA_PERFORMANCE_REPORT Status WHERE IN [ENABLED, PAUSED] AND Impressions> 1 Pendant '. $dateRange; Thank you, your help is appreciated. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4e34a4fd-33c3-4c83-b6dd-f9a0baf05862%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
