I finally realized for my specific case, I only need "Impressions > 0", 
because my ads will not have Clicks or Conversions if they don't have any 
Impressions. Duh.

I'd still be interested to know whether there is an OR keyword in AWQL at 
all. So far it does not seem so.

On Friday, January 10, 2014 1:39:40 PM UTC-6, 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 [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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to