com.google.api.ads.adwords.v201109.o
Interface BulkOpportunityServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
BulkOpportunityServiceSoapBindingStub

public interface BulkOpportunityServiceInterface
extends Remote


Method Summary
 BulkOpportunityPage get(BulkOpportunitySelector selector)
          Returns a page of opportunities that match the query described by the specified BulkOpportunitySelector.
 

Method Detail

get

BulkOpportunityPage get(BulkOpportunitySelector selector)
                        throws RemoteException,
                               ApiException
Returns a page of opportunities that match the query described by the specified BulkOpportunitySelector. The selector must specify a Paging value, with numberResults set to 20 or less. Large result sets must be composed through multiple calls to this method, advancing the Paging startIndex value by numberResults with each call. BulkOpportunityService is available only to a limited set of advertisers. If you are not eligible to use this service, you will receive an error when calling it. Addtionally, please read this important notice before you use the results returned by this API.

Parameters:
selector - Query describing the bulk opportunities to return.
Returns:
A BulkOpportunityPage of results, that is a subset of the list of possible opportunities meeting the criteria of the BulkOpportunitySelector.
Throws:
ApiException - If problems occurred while querying for opportunities.
RemoteException


Copyright © 2011. All Rights Reserved.