Hi Carlo, The results returned by the API appear to match the results returned by the web interface:
https://adwords.google.com/select/KeywordToolExternal The results from the new keyword tool (http://www.google.com/sktool/) will be different, and can be retrieved with the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html Best, - Eric Koleda, AdWords API Team On Jan 19, 5:24 pm, Carlo Rodriguez - Attachmedia <attachme...@gmail.com> wrote: > Hi, I have a problem with getKeywordVariations. Like you see in the > code I send <contries>PE</countries> from PERU, but the result is > global (All countries) if I compare with keyword suggestion tool. > > In the code you see the request and 4 keywords of the response. All is > ok, but the numbers o search are wrong. > > <getKeywordVariations> > <seedKeywords> > <text>florerias</text> > <negative>false</negative> > <type>Exact</type> > </seedKeywords> > <useSynonyms>false</useSynonyms> > <language>es</language> > <countries>PE</countries> > </getKeywordVariations> > > Array > ( > [getKeywordVariationsReturn] => Array > ( > [moreSpecific] => Array > ( > [0] => Array > ( > [text] => florerias > [language] => > [advertiserCompetitionScale] => 5 > [avgSearchVolume] => 110000 > [lastMonthSearchVolume] => 18100 > ) > > [1] => Array > ( > [text] => florerias en > [language] => > [advertiserCompetitionScale] => 3 > [avgSearchVolume] => 40500 > [lastMonthSearchVolume] => -1 > ) > > [2] => Array > ( > [text] => florerias orquideas > [language] => > [advertiserCompetitionScale] => 2 > [avgSearchVolume] => 91 > [lastMonthSearchVolume] => -1 > ) > > [3] => Array > ( > [text] => florerias peruanas > [language] => > [advertiserCompetitionScale] => 2 > [avgSearchVolume] => 170 > [lastMonthSearchVolume] => 91 > ) > ) > > ) > > ) > > Regards > > Carlo Rodriguez > CEO / Consultor de Marketing > onlinewww.attachmedia.com|www.twitter.com/attachmedia
-- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.