public final class CustomerSyncDelegate extends AbstractBaseDelegate<com.google.api.ads.adwords.axis.v201409.ch.CustomerSyncServiceInterface>
CustomerSyncServiceInterface.
Implementation is not thread-safe, because AdWordsSession and Apache Axis service objects are not thread-safe.
| Constructor and Description |
|---|
CustomerSyncDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.api.ads.adwords.axis.v201409.ch.CampaignChangeData> |
getCampaignChangeData(List<Long> campaignIds,
Date dateStart,
Date dateEnd)
Retrieves CampaignChangeDatas by campaignIds and dates.
|
List<com.google.api.ads.adwords.axis.v201409.ch.CampaignChangeData> |
getCampaignChangeData(Long campaignId,
Date dateStart,
Date dateEnd)
Retrieves CampaignChangeDatas by campaignId and dates.
|
getAdWordsSession, getServicepublic CustomerSyncDelegate(AdWordsSession adWordsSession)
adWordsSession - the adWordsSession to use with the delegate/servicepublic List<com.google.api.ads.adwords.axis.v201409.ch.CampaignChangeData> getCampaignChangeData(List<Long> campaignIds, Date dateStart, Date dateEnd) throws RemoteException
campaignIds - dateStart - the start DatedateEnd - the end DateRemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.ch.CampaignChangeData> getCampaignChangeData(Long campaignId, Date dateStart, Date dateEnd) throws RemoteException
campaignId - dateStart - the start DatedateEnd - the end DateRemoteException - for communication-related exceptionsCopyright © 2015. All Rights Reserved.