public interface AudienceSegmentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
AudienceSegmentPage |
getAudienceSegmentsByStatement(Statement filterStatement)
|
AudienceSegmentPage getAudienceSegmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
AudienceSegmentPage of AudienceSegment
objects that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
AudienceSegment.id |
name |
AudienceSegment.name |
status |
AudienceSegment.status |
type |
AudienceSegment#type |
size |
AudienceSegment.size |
dataProviderName |
AudienceSegmentDataProvider#name |
approvalStatus |
ThirdPartyAudienceSegment#approvalStatus |
cost |
ThirdPartyAudienceSegment#cost |
startDateTime |
ThirdPartyAudienceSegment#startDateTime |
endDateTime |
ThirdPartyAudienceSegment#endDateTime |
filterStatement - a Publisher Query Language statement used to
filter a set of audience
segmentsRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.