Hi, 
I just noticed a strange behaviour when downloading reports:

the following report definition will return an empty report:


SELECT MatchType,MatchTypeWithVariant, KeywordTextMatchingQuery, AdGroupId, 
CampaignId,Query FROM SEARCH_QUERY_PERFORMANCE_REPORT WHERE 
MatchTypeWithVariant IN [NEAR_EXACT,NEAR_PHRASE] DURING 20041011, 20140820

however when adding a performance metric it correctly returns the data. 
For example adding the impressions as:


    SELECT MatchType,MatchTypeWithVariant, KeywordTextMatchingQuery, AdGroupId, 
CampaignId,Query, Impressions
    FROM SEARCH_QUERY_PERFORMANCE_REPORT
    WHERE MatchTypeWithVariant IN [NEAR_EXACT,NEAR_PHRASE]
    DURING 20041011, 20140820


is this an expected behavior?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/22d6fa0a-879c-4946-986d-dffa29d8589b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to