Hi,
When I search for a search_term in the search_query_performance_report, and this search term has an accent in it (in my case, é), it doesn't seem to find it. For example, in the account I'm looking at, doing the query:
__fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost,Query+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+CampaignStatus=ENABLED+AND+AdGroupStatus=ENABLED+AND+Clicks>1+DURING+20150904,20151103
reveals a number of search queries, including one for "structure métallique". But if I try to look for it again:
__fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="structure+métallique"+DURING+20130206,20151103
I come up with an empty array. Looking for "structure metallique" (no accents) yields a result, but I'm not certain that it is the same search query.
Is this expected behavior? I've gotten around this problem for keywords by using the adgroupCriterionService GET (not reports), but I can't find the equivalent for search queries. Am I missing something? Is there some kind of ID field I could use for search queries instead?
Thanks for any help!
Axel