Hi Jaydeep,

Currently, the OR condition is not supported in the AWQL syntax. However, 
for your query, you may use the IN operator to filter to both display 
network and search data. 

Below is a sample query you may use:

SELECT CampaignName, Cost FROM  CAMPAIGN_PERFORMANCE_REPORT 
WHERE AdNetworkType1 IN ['CONTENT', 'SEARCH'] 
DURING 20170405, 20170405

You may also refer here 
<https://developers.google.com/adwords/api/docs/guides/awql#formal_grammar> for 
other formal grammar guidelines for AWQL.

Regards,
Ivan 
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6d892e5e-8a36-44a0-b657-e1c33f9df89b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to