Is there a way to query for an specific keyword including the match type characters (+, ", [])? I don't want to have to strip them and then add a condition for KeywordMatchType. I've unsuccessfully tried escaping those chars with backslashes.
SELECT KeywordText,AdGroupName,CampaignName,KeywordMatchType,QualityScore
FROM KEYWORDS_PERFORMANCE_REPORT
WHERE KeywordText = '+foo +bar'
DURING TODAY