com.google.api.adwords.v11
Interface TrafficEstimatorInterface

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

public interface TrafficEstimatorInterface
extends java.rmi.Remote


Method Summary
 KeywordTraffic[] checkKeywordTraffic(KeywordTrafficRequest[] requests)
           
 AdGroupEstimate[] estimateAdGroupList(AdGroupRequest[] adGroupRequests)
           
 CampaignEstimate[] estimateCampaignList(CampaignRequest[] campaignRequests)
           
 KeywordEstimate[] estimateKeywordList(KeywordRequest[] keywordRequests)
           
 

Method Detail

checkKeywordTraffic

KeywordTraffic[] checkKeywordTraffic(KeywordTrafficRequest[] requests)
                                     throws java.rmi.RemoteException,
                                            ApiException
Throws:
java.rmi.RemoteException
ApiException

estimateAdGroupList

AdGroupEstimate[] estimateAdGroupList(AdGroupRequest[] adGroupRequests)
                                      throws java.rmi.RemoteException,
                                             ApiException
Throws:
java.rmi.RemoteException
ApiException

estimateCampaignList

CampaignEstimate[] estimateCampaignList(CampaignRequest[] campaignRequests)
                                        throws java.rmi.RemoteException,
                                               ApiException
Throws:
java.rmi.RemoteException
ApiException

estimateKeywordList

KeywordEstimate[] estimateKeywordList(KeywordRequest[] keywordRequests)
                                      throws java.rmi.RemoteException,
                                             ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.