Hi Dr. Kameleon, You can use the TargetingIdeaService to get this information:
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html Use the requestType STATS and the ideaType KEYWORD in the selector: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.TargetingIdeaSelector.html Use the CountryTargetSearchParameter to limit the results to a specific country: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.CountryTargetSearchParameter.html Request the TARGETED_MONTHLY_SEARCHES attribute to get the search volume: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.AttributeType.html#TARGETED_MONTHLY_SEARCHES Best, - Eric Koleda, AdWords API Team On Oct 2, 4:56 am, drkameleon <[email protected]> wrote: > Hi everyone, > > I'm wondering if I could get the "Google Monthly Local Exact > Searches" (as suggested by the Keyword External Tool) by using the > AdWords API? > > If so, could you help me with that or suggest me an alternative way I > could do that? > > Thanks, > > Dr.Kameleon -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
