public final class TargetingIdeaDelegate extends AbstractBaseDelegate<com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaServiceInterface>
TargetingIdeaServiceInterface.| Constructor and Description |
|---|
TargetingIdeaDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
TargetingIdeaDelegate(AdWordsSession adWordsSession,
com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaServiceInterface service)
Constructor with custom service.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.api.ads.adwords.axis.v201309.o.TargetingIdea> |
get(com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaSelector targetingIdeaSelector)
Retrieves a small number of TargetingIdeas for the ManagedCustomer
associate with the adWordsSession, for a larger set use getBulkKeywordIdeas
The TargetingIdeaSelector does not need fields.
|
List<com.google.api.ads.adwords.axis.v201309.o.TargetingIdea> |
getBulkKeywordIdeas(com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaSelector targetingIdeaSelector)
Retrieves all TargetingIdeas for the ManagedCustomer associate with the adWordsSession
the TargetingIdeaSelector does not need fields.
|
getAdWordsSession, getServicepublic TargetingIdeaDelegate(AdWordsSession adWordsSession)
adWordsSession - the adWordsSession to use with the delegate/servicepublic TargetingIdeaDelegate(AdWordsSession adWordsSession, com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaServiceInterface service)
adWordsSession - the adWordsSession to use with the delegate/serviceservice - the custom service class for the SOAP servicepublic List<com.google.api.ads.adwords.axis.v201309.o.TargetingIdea> get(com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaSelector targetingIdeaSelector) throws RemoteException
targetingIdeaSelector - a TargetingIdeaSelectorRemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201309.o.TargetingIdea> getBulkKeywordIdeas(com.google.api.ads.adwords.axis.v201309.o.TargetingIdeaSelector targetingIdeaSelector) throws RemoteException
targetingIdeaSelector - a TargetingIdeaSelector
this selector must specify a paging value, with numberResults set to 800 or lessRemoteException - for communication-related exceptionsCopyright © 2014. All Rights Reserved.