I think you want to get "EXACT" keyword matches.  Try adding this...

$keywordMatchTypeSearchParameter->keywordMatchTypes = array('EXACT');

The three possible match types are 'EXACT', 'PHRASE', and 'BROAD'.
Hope this helps.

On Apr 9, 2:55 pm, jiggle <[email protected]> wrote:
> Hello, i'm using RelatedToKeywordSearchParameter to get Keyword Ideas.
>
> So my results looking good but, is there a posibility to get the results
> near my keyword like the "Only show ideas closely related to my search terms"
> Checkbox in the Google Adwords Keyword Tool ?
>
> I found no notice in the API docs.
>
> At the moment i give:
>
>     $selector->searchParameters =
>     array($MinimumMonthlySearches,$relatedToKeywordSearchParameter,
> $keywordMatchTypeSearchParameter,
>         $countryTargetSearchParameter, $languageTargetSearchParameter,);
>
> Best regards
> Tom

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to