Hi, While I don't have an exact match for your code here are some resources you may find helpful:
AdWords API Blog Post on TargetingIdeaService: http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html Example submitted by forum member: http://www.pgdesigning.com/php/2009/11/03/get-all-keywords-in-adword-v200909-in-php/ Best, - Eric On Nov 5, 12:57 pm, "i...@larseggert.de" <i...@larseggert.de> wrote: > Hello eric, > ok i see :-[ > > I already read the current post in the api-blog but it is not clear to > me how to use the new api.. > Maybe this will help the other and me: > > Can you provide an equivalent TargetingIdea v2009 example for the > following call: > > // Get KeywordToolService. > KeywordToolInterface keywordToolService = > user.getService(AdWordsService.V13.KEYWORD_TOOL_SERVICE); > > // Get list of keywords for URL. > SeedKeyword seedKeyword1 = new SeedKeyword(); > seedKeyword1.setType(KeywordType.Exact); > seedKeyword1.setText("krankenversicherung"); > SeedKeyword seedKeyword2 = new SeedKeyword(); > seedKeyword2.setType(KeywordType.Exact); > seedKeyword2.setText("versicherung"); > SeedKeyword seedKeyword3 = new SeedKeyword(); > seedKeyword3.setType(KeywordType.Exact); > seedKeyword3.setText("pflegeversicherung"); > > SeedKeyword[] seedkeywords = new SeedKeyword[] > {seedKeyword1,seedKeyword2,seedKeyword3}; > KeywordVariations keywords = > keywordToolService.getKeywordVariations(seedkeywords , false, new > String[]{"de"}, new String[]{"DE"}); > > That would be great! > > greetings > > On Nov 5, 4:40 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > wrote: > > > > > Hi, > > > Unfortunately this isn't possible using the KeywordToolService: > > > "The search volumes in the results returned from the API should > > roughly correspond to what you'd see with the Broad setting for match > > type in the web tool, but retrieving search volumes for Phrase or > > Exact match types is not possible." > > > More information about match type and the KeywordToolService is > > available in this blog > > post:http://adwordsapi.blogspot.com/2009/01/keyword-match-type-and.html. > > > This data is available however in the new v2009 TargetingIdeaService > > by using the > > KeywordMatchTypeSearchParameter:http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde.... > > > Best, > > - Eric Koleda, AdWords API Team > > > On Nov 5, 9:10 am, "i...@larseggert.de" <i...@larseggert.de> wrote: > > > > hi all, > > > does anybody know how tell the keyword tool service to determine the > > > exact search volume? > > > i tried: > > > SeedKeyword seedKeyword1 = new SeedKeyword(); > > > seedKeyword1.setType(KeywordType.Exact); > > > .... > > > > but the values getLastMonthSearchVolume, getAvgSearchVolume are still > > > the broad-values (compared with the external keyword-tool) > > > > thanks alot -- 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.