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