com.google.api.adwords.v10
Interface AdInterface

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

public interface AdInterface
extends java.rmi.Remote


Method Summary
 Ad[] addAds(Ad[] ads)
           
 ApiError[] checkAds(Ad[] ads, java.lang.String[] languageTarget, GeoTarget geoTarget)
           
 Business[] findBusinesses(java.lang.String name, java.lang.String address, java.lang.String countryCode)
           
 Ad[] getActiveAds(int[] adGroupIds)
           
 Ad getAd(int adGroupId, long adId)
           
 StatsRecord[] getAdStats(int adGroupId, long[] adIds, java.util.Date startDay, java.util.Date endDay)
           
 Ad[] getAllAds(int[] adGroupIds)
           
 Business[] getMyBusinesses()
           
 Video[] getMyVideos()
           
 void updateAds(Ad[] ads)
           
 

Method Detail

addAds

Ad[] addAds(Ad[] ads)
            throws java.rmi.RemoteException,
                   ApiException
Throws:
java.rmi.RemoteException
ApiException

checkAds

ApiError[] checkAds(Ad[] ads,
                    java.lang.String[] languageTarget,
                    GeoTarget geoTarget)
                    throws java.rmi.RemoteException,
                           ApiException
Throws:
java.rmi.RemoteException
ApiException

findBusinesses

Business[] findBusinesses(java.lang.String name,
                          java.lang.String address,
                          java.lang.String countryCode)
                          throws java.rmi.RemoteException,
                                 ApiException
Throws:
java.rmi.RemoteException
ApiException

getActiveAds

Ad[] getActiveAds(int[] adGroupIds)
                  throws java.rmi.RemoteException,
                         ApiException
Throws:
java.rmi.RemoteException
ApiException

getAd

Ad getAd(int adGroupId,
         long adId)
         throws java.rmi.RemoteException,
                ApiException
Throws:
java.rmi.RemoteException
ApiException

getAdStats

StatsRecord[] getAdStats(int adGroupId,
                         long[] adIds,
                         java.util.Date startDay,
                         java.util.Date endDay)
                         throws java.rmi.RemoteException,
                                ApiException
Throws:
java.rmi.RemoteException
ApiException

getAllAds

Ad[] getAllAds(int[] adGroupIds)
               throws java.rmi.RemoteException,
                      ApiException
Throws:
java.rmi.RemoteException
ApiException

getMyBusinesses

Business[] getMyBusinesses()
                           throws java.rmi.RemoteException,
                                  ApiException
Throws:
java.rmi.RemoteException
ApiException

getMyVideos

Video[] getMyVideos()
                    throws java.rmi.RemoteException,
                           ApiException
Throws:
java.rmi.RemoteException
ApiException

updateAds

void updateAds(Ad[] ads)
               throws java.rmi.RemoteException,
                      ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.