Got solution To get only EXACT matches on result, I had to add additional search parameter: new KeywordMatchTypeSearchParameter( array( "EXACT" ) )
On 24 Mar, 13:53, Bartosz K <[email protected]> wrote: > Hello, > > I'm wondering why, for: > $keyword = new Keyword(); > $keyword->text = 'abendkleid'; > $keyword->matchType = 'EXACT'; > > I get the response of TargetingIdea with Keywords, that are all kind > of types: > Keyword::__set_state(array( > 'text' => 'abendkleider', > 'matchType' => 'PHRASE', > 'id' => NULL, > 'CriterionType' => 'Keyword', > '_parameterMap' => > array ( > 'Criterion.Type' => 'CriterionType', > ), > )), > > Keyword::__set_state(array( > 'text' => 'abendkleider', > 'matchType' => 'BROAD', > 'id' => NULL, > 'CriterionType' => 'Keyword', > '_parameterMap' => > array ( > 'Criterion.Type' => 'CriterionType', > ), > )), > > Keyword::__set_state(array( > 'text' => 'abendkleider', > 'matchType' => 'EXACT', > 'id' => NULL, > 'CriterionType' => 'Keyword', > '_parameterMap' => > array ( > 'Criterion.Type' => 'CriterionType', > ), > )), > > Shouldn't I get only the 'EXACT' matches? > Thank You in advance. > B. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
