com.google.api.adwords.v11
Interface SiteSuggestionInterface

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

public interface SiteSuggestionInterface
extends java.rmi.Remote


Method Summary
 SiteSuggestion[] getSitesByCategoryName(java.lang.String categoryName, LanguageGeoTargeting targeting)
           
 SiteSuggestion[] getSitesByDemographics(DemographicsTarget demo, LanguageGeoTargeting targeting)
           
 SiteSuggestion[] getSitesByTopics(java.lang.String[] topics, LanguageGeoTargeting targeting)
           
 SiteSuggestion[] getSitesByUrls(java.lang.String[] urls, LanguageGeoTargeting targeting)
           
 

Method Detail

getSitesByCategoryName

SiteSuggestion[] getSitesByCategoryName(java.lang.String categoryName,
                                        LanguageGeoTargeting targeting)
                                        throws java.rmi.RemoteException,
                                               ApiException
Throws:
java.rmi.RemoteException
ApiException

getSitesByDemographics

SiteSuggestion[] getSitesByDemographics(DemographicsTarget demo,
                                        LanguageGeoTargeting targeting)
                                        throws java.rmi.RemoteException,
                                               ApiException
Throws:
java.rmi.RemoteException
ApiException

getSitesByTopics

SiteSuggestion[] getSitesByTopics(java.lang.String[] topics,
                                  LanguageGeoTargeting targeting)
                                  throws java.rmi.RemoteException,
                                         ApiException
Throws:
java.rmi.RemoteException
ApiException

getSitesByUrls

SiteSuggestion[] getSitesByUrls(java.lang.String[] urls,
                                LanguageGeoTargeting targeting)
                                throws java.rmi.RemoteException,
                                       ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.