public interface AdvertiserGroupRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
assignAdvertisersToAdvertiserGroup(long advertiserGroupId,
long[] advertiserIds) |
void |
deleteAdvertiserGroup(long advertiserGroupId) |
AdvertiserGroup |
getAdvertiserGroup(long advertiserGroupId) |
AdvertiserGroupRecordSet |
getAdvertiserGroups(AdvertiserGroupSearchCriteria searchCriteria) |
AdvertiserGroupSaveResult |
saveAdvertiserGroup(AdvertiserGroup advertiserGroup) |
AdvertiserGroupSaveResult saveAdvertiserGroup(AdvertiserGroup advertiserGroup) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid deleteAdvertiserGroup(long advertiserGroupId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionvoid assignAdvertisersToAdvertiserGroup(long advertiserGroupId,
long[] advertiserIds)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionAdvertiserGroupRecordSet getAdvertiserGroups(AdvertiserGroupSearchCriteria searchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionAdvertiserGroup getAdvertiserGroup(long advertiserGroupId) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.