I am trying to pass Exact match to the Adwords Api in order to get search volume of keywords.
I am using TargetingIdeaService class for that matter.
The example I saw uses keyword as string and not as keyword object which as a 'MatchType' property.
I have another example that uses the keyword object and the RelatedToKeywordSearchParameter class but it is an old assembly (2009)
What am I missing please?