Usage example:
AdWordsSession session = new AdWordsSession.Builder()...build(); CampaignServiceInterface campaignService = new AdWordsServices().get(session, CampaignServiceInterface.class); campaignService.get(...); ... session.setClientCustomerId(...); campaignService.get(...); Implementation is thread-safe.
@author Joseph DiLallo | |
| |
| |
| |
| |
| |
| |
| |
| |
| |