I am using the following Java code to obtain a list of keywords:

KeywordToolInterface service =
                new
KeywordToolServiceLocator().getKeywordToolService();

SeedKeyword seedKeyword = new SeedKeyword();
seedKeyword.setNegative(false);
seedKeyword.setText(keyword);
seedKeyword.setType(KeywordType.Broad);
Boolean useSynonyms = true;

KeywordVariations variationLists = service.getKeywordVariations(
                        new SeedKeyword[]{seedKeyword}, useSynonyms,
new String[] {"en"}, getAllCountries());

The problem is that I am getting about 20 keywords. If I use the GUI
in https://adwords.google.com/select/KeywordToolExternal I get almost
200 keywords! Any ideas what I am doing wrong?
Thanks in advance.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

Reply via email to