Using the following query:SELECT+CampaignId,CampaignName,CampaignId,AdvertisingChannelType+
FROM+CAMPAIGN_PERFORMANCE_REPORT+
WHERE+AdvertisingChannelType IN ["SEARCH","DISPLAY","SHOPPING","VIDEO"]I get the following error returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportDownloadError>
<ApiError>
<type>SelectorError.INVALID_PREDICATE_ENUM_VALUE</type>
<trigger>VIDEO</trigger>
<fieldPath>selector</fieldPath>
</ApiError>
</reportDownloadError>
I ran this query a couple of days ago and everything worked fine then (no errors and all campaigns correctly returned). The documentation of the Campaign performance report also states "VIDEO" is a valid enum value for AdvertisingChannelType.