public interface SegmentPopulationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
SegmentPopulationResults[] |
getSegmentPopulationResultsByIds(long[] batchUploadIds)
Returns a list of
SegmentPopulationResults for the
given batchUploadIds. |
UpdateResult |
performSegmentPopulationAction(SegmentPopulationAction action,
long[] batchUploadIds)
Performs an action on the uploads denoted by
batchUploadIds. |
SegmentPopulationResponse |
updateSegmentMemberships(SegmentPopulationRequest updateRequest)
Updates identifiers in an audience segment.
|
SegmentPopulationResults[] getSegmentPopulationResultsByIds(long[] batchUploadIds) throws RemoteException, ApiException
SegmentPopulationResults for the
given batchUploadIds.RemoteExceptionApiExceptionUpdateResult performSegmentPopulationAction(SegmentPopulationAction action, long[] batchUploadIds) throws RemoteException, ApiException
batchUploadIds.RemoteExceptionApiExceptionSegmentPopulationResponse updateSegmentMemberships(SegmentPopulationRequest updateRequest) throws RemoteException, ApiException
The returned SegmentPopulationRequest.batchUploadId
can be used in subsequent
requests to group them together as part of the same batch.
The identifiers associated with a
batch will not be processed until performSegmentPopulationAction(com.google.api.ads.admanager.axis.v202311.SegmentPopulationAction, long[])
is called with a
ProcessAction. The batch will expire if ProcessAction is not
called within the TTL of 5 days.
RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.