I am trying to get Average Monthly Search for a keyword using the Adwords API (v201402) in PHP. For this I am using the TagretingIdeaService by specifying my keyword in the queries parameter of RelatedToQuerySearchParameter.
Strangely, the response contains data only for the related keywords but not the exact keyword. I do not find any parameter to specify the MatchType as Exact. The Adwords Web Interface shows the exact keyword data and related keyword data in two different tables.
Is there any way to get the exact keyword data via API?