Hello Buki, The getKeywordVariations() method will return a set number of responses regardless of how many source keywords you pass in. For that reason, you won't necessarily see better results by passing in a large list of SeedKeyword objects--you'll probably just see the keyword suggestions for less popular keywords left out of the results.
If you have a large number of keywords and you care about retrieving the largest number of variations for each of them, I'd recommend making separate calls to getKeywordVariations() with each of the keywords as the only parameters. Cheers, -Jeff Posnick, AdWords API Team On Jul 21, 9:59 am, Buki <[email protected]> wrote: > Our company is in the process of developing a keyword research tool. > We have used the GetKeywordVariations from within the Keyword Tool > Service. > > http://code.google.com/apis/adwords/docs/developer/KeywordToolService... > > My question is in regard to the parameter SeedKeyword > > The documentation at the aforementioned url states that there is a > limit of 10 keywords for this parameter. This seems pretty limited and > I need to find a way to get data for very large keyword lists. Is > there another parameter I should use to get the results that I need? > Is there a way to input more than 10 keywords? > > I'm pretty new to this and my boss would like to see results faster > than I am able to deliver. > > Any help would be great. > > Thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
