You can see the formal grammar here https://developers.google.com/adwords/api/docs/guides/awql under Formal Grammar. There is no support for OR i AWQL.
A solution could be to use node-gawr<https://github.com/ladekjaer/node-gawr> to fetch the data and then filter with grep (on Linux/Mac OS X) or String-Select (on Windows (PowerShell)). On Friday, January 10, 2014 8:39:40 PM UTC+1, Brandon Patrick wrote: > > Using reporting, I only want to pull ads where one of these stats -- > Impressions, Clicks, Conversions -- is greater than zero. In MySQL I would > do something like this: > > SELECT Id, Impressions, Clicks, Conversions, Status FROM > AD_PERFORMANCE_REPORT WHERE CampaignId = $remote_service_ID AND > (Impressions > 0 OR Clicks > 0 OR Conversions > 0) DURING $dateRange > > But as far as I can tell there is no support for "OR" in AWQL. Can you > recommend a way to do this? > > Thanks, > Brandon > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/groups/opt_out.