I am currently trying to migrate my Java Application to the AdWords API v201206 (from v201109) and encounter problems when trying to get the search volume of a keyword with a specific match type (broad, phrase, exact). There doesn't seem to be an option/searchParameter to set the match type when performing a TargetingIdeaService-Query. Was this feature dropped with the new API version?
The search parameter i used in v201109 was KeywordMatchTypeSearchParameter, which now isn't available any more. Is there an alternative?