com.google.api.adwords.v11
Interface KeywordToolInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
KeywordToolServiceSoapBindingStub

public interface KeywordToolInterface
extends java.rmi.Remote


Method Summary
 SiteKeywordGroups getKeywordsFromSite(java.lang.String url, boolean includeLinkedPages, java.lang.String[] languages, java.lang.String[] countries)
           
 KeywordVariations getKeywordVariations(SeedKeyword[] seedKeywords, boolean useSynonyms, java.lang.String[] languages, java.lang.String[] countries)
           
 

Method Detail

getKeywordVariations

KeywordVariations getKeywordVariations(SeedKeyword[] seedKeywords,
                                       boolean useSynonyms,
                                       java.lang.String[] languages,
                                       java.lang.String[] countries)
                                       throws java.rmi.RemoteException,
                                              ApiException
Throws:
java.rmi.RemoteException
ApiException

getKeywordsFromSite

SiteKeywordGroups getKeywordsFromSite(java.lang.String url,
                                      boolean includeLinkedPages,
                                      java.lang.String[] languages,
                                      java.lang.String[] countries)
                                      throws java.rmi.RemoteException,
                                             ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.