Hello,

 There's no guarantee that changing the match type of the seed keyword
will lead to a substantially different set of results. The match type
is just one piece of input that is fed in to the service that
generates keyword variations.

 This blog post goes into some detail about how match types affect the
results of the KeywordToolService:

  http://adwordsapi.blogspot.com/2009/01/keyword-match-type-and.html

Cheers,
-Jeff Posnick, AdWords API Team


On Jul 10, 10:39 pm, dunglq <[email protected]> wrote:
> I use code of google's sample code like here
> $seed_keyword =
>           '<negative>false</negative>' .
>           '<text>'.$keyword.'</text>' .
>           '<type>Broad</type>';
>         $use_synonyms = '<useSynonyms>true</useSynonyms>';
>
>         # Get keyword variations.
>         $request_xml =
>           '<getKeywordVariations>' .
>           '<seedKeywords>' . $seed_keyword . '</seedKeywords>' .
>           $use_synonyms .
>           '<languages>en</languages>' .
>           '<countries>US</countries>' .
>           '</getKeywordVariations>';
>
> But when i change type to Exact, i cannot receive exact result. Result
> still same with Broad type
>
> Could you tell me reason?
--~--~---------~--~----~------------~-------~--~----~
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