Hi Eric, that's it. GetTargetingIdeaService only works correct with one country. Thank you.
Best, Tom On Feb 15, 12:09 am, AdWords API Advisor <adwordsapiadvi...@google.com> wrote: > Hi Tom, > > I'm not sure if multiple countries are supported using this service. > Can you try the request with one country and see if it works as > expected? > > Best, > - Eric Koleda, AdWords API Team > > On Feb 10, 12:42 pm, u42 <goo...@krikri.de> wrote: > > > 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