Re: Retrieving keyword match type in v201206 Java lib

2012-11-05 Thread Sephora
Hi, yes, the MatchType is now always EXACT; http://goo.gl/FsgNk This and RelatedToMatchTypeSearchParameter are not support in v201206. You > can use RelatedToSearchQuery and request KEYWORD_TEXT instead of CRITERION > - the MatchType is now always EXACT, which is why > RelatedToMatchTypeSearch

Re: Retrieving keyword match type in v201206 Java lib

2012-08-08 Thread Sephora
ameter > with a given search query to receive a list of proposed exact match > keywords. > > - Kevin Winter > AdWords API Team > > On Monday, July 30, 2012 6:55:24 AM UTC-4, Sephora wrote: >> >> I am currently trying to migrate my Java Application to the AdWords API

Retrieving keyword match type in v201206 Java lib

2012-07-30 Thread Sephora
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 whe