Hi, i'm trying to GetTargetingIdeaService('v201008') for german keywords with following PHP code:
// Create Country Target search parameter. $countryTargets = array(); $countryTargets[] = new CountryTarget('DE'); $countryTargets[] = new CountryTarget('AT'); $countryTargets[] = new CountryTarget('CH'); $countryTargetSearchParameter = new CountryTargetSearchParameter(); $countryTargetSearchParameter->countryTargets = $countryTargets; // Create Language Target search parameter. $languageTargets = array(); $languageTargets[] = new LanguageTarget('de'); $languageTargetSearchParameter = new LanguageTargetSearchParameter(); $languageTargetSearchParameter->languageTargets = $languageTargets; ... $selector->searchParameters = array( $countryTargetSearchParameter, $languageTargetSearchParameter, $relatedToKeywordSearchParameter, $keywordMatchTypeSearchParameter ); Everything seems to work (e.g. i receive german keyword ideas) except that "Monthly Global Search" always equals Average Targeted Monthly Search. Comparing the numbers to AdWords Keyword-Tool it reveals that the numbers are the "Monthly Global Search" numbers. Do i do something wrong? Cheers, 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 adwords-api@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