Hello,

Yes, you are correct. The difference between AdNetworkType1 
<https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#adnetworktype1>
 and AdNetworkType2 
<https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#adnetworktype2>
 is 
AdNetworkType2 includes search partners. I am able to run below report 
queries.

"SELECT CampaignId,  Impressions, Clicks, Cost FROM 
CAMPAIGN_PERFORMANCE_REPORT WHERE AdNetworkType1 IN [CONTENT,SEARCH] 
 DURING YESTERDAY";
"SELECT CampaignId,  Impressions, Clicks, Cost FROM 
CAMPAIGN_PERFORMANCE_REPORT WHERE AdNetworkType2 IN [CONTENT,SEARCH] 
 DURING YESTERDAY";

If you want to get the data for specific campaign type (e.g. Seach, 
Display, Video etc.) you could use the AdvertisingChannelType 
<https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#advertisingchanneltype>
 field.

Please provide the report request where you were getting the error (invalid 
where clause).

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/857bfa69-bbc0-4f5d-b989-0e7b224b1803%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to