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-10-05 Thread calford
Hi, So, i didn't really understand. Will the matchtype option be removed from keyword tool as well and be forced to be EXACT match? On Monday, 13 August 2012 17:42:56 UTC+2, Kevin Winter wrote: > > Hi, > My apologies. I spoke with some of the engineers who made the change > and they indicat

Re: Retrieving keyword match type in v201206 Java lib

2012-08-13 Thread Kevin Winter
Hi, My apologies. I spoke with some of the engineers who made the change and they indicated that due to backend changes, this information is no longer available in v201206 and probably future versions of the API. - Kevin Winter, AdWords API Team On Friday, August 10, 2012 2:58:29 AM UTC-4, S

Re: Retrieving keyword match type in v201206 Java lib

2012-08-09 Thread Kevin Winter
Hi, I went into both the public UI you posted as well as the Keyword Tool within my production test account and in neither location could find anything to indicate a MatchType either in the suggested keywords or the seed phrase. Could you clarify how you're doing this in the UI? - Kevin Wint

Re: Retrieving keyword match type in v201206 Java lib

2012-08-08 Thread Sephora
Hi Kevin, thanks for your answer. What is the UI you mention? The Keywordtool at https://adwords.google.com/o/*KeywordTool* still has the option to get the SearchVolume based on the match type for keywords. E.g. i get for the keyword "test" and all three match types different search volumes fo

Re: Retrieving keyword match type in v201206 Java lib

2012-08-01 Thread Kevin Winter
Hi, This feature was actually removed from the UI and the API removed it with v201206 to follow suit. You can use the RelatedToQuerySearchParameter 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 A

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