public interface AudienceSegmentServiceInterface
AudienceSegment objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<FirstPartyAudienceSegment> |
createAudienceSegments(List<FirstPartyAudienceSegment> segments)
Creates new
RuleBasedFirstPartyAudienceSegment objects. |
AudienceSegmentPage |
getAudienceSegmentsByStatement(Statement filterStatement)
|
UpdateResult |
performAudienceSegmentAction(AudienceSegmentAction action,
Statement filterStatement)
Performs the given
AudienceSegmentAction on the set of segments identified by the given
statement. |
List<FirstPartyAudienceSegment> |
updateAudienceSegments(List<FirstPartyAudienceSegment> segments)
Updates the given
RuleBasedFirstPartyAudienceSegment objects. |
@RequestWrapper(localName="createAudienceSegments", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfacecreateAudienceSegments") @ResponseWrapper(localName="createAudienceSegmentsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfacecreateAudienceSegmentsResponse") List<FirstPartyAudienceSegment> createAudienceSegments(List<FirstPartyAudienceSegment> segments) throws ApiException_Exception
RuleBasedFirstPartyAudienceSegment objects.segments - first-party audience segments to createsegments - ApiException_Exception@RequestWrapper(localName="getAudienceSegmentsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfacegetAudienceSegmentsByStatement") @ResponseWrapper(localName="getAudienceSegmentsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfacegetAudienceSegmentsByStatementResponse") AudienceSegmentPage getAudienceSegmentsByStatement(Statement filterStatement) throws ApiException_Exception
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
segmentsfilterStatement - ApiException_Exception@RequestWrapper(localName="performAudienceSegmentAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfaceperformAudienceSegmentAction") @ResponseWrapper(localName="performAudienceSegmentActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfaceperformAudienceSegmentActionResponse") UpdateResult performAudienceSegmentAction(AudienceSegmentAction action, Statement filterStatement) throws ApiException_Exception
AudienceSegmentAction on the set of segments identified by the given
statement.action - AudienceSegmentAction to performfilterStatement - a Publisher Query Language statement used to filter a set of audience
segmentsfilterStatement - action - UpdateResult indicating the resultApiException_Exception@RequestWrapper(localName="updateAudienceSegments", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfaceupdateAudienceSegments") @ResponseWrapper(localName="updateAudienceSegmentsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.AudienceSegmentServiceInterfaceupdateAudienceSegmentsResponse") List<FirstPartyAudienceSegment> updateAudienceSegments(List<FirstPartyAudienceSegment> segments) throws ApiException_Exception
RuleBasedFirstPartyAudienceSegment objects.segments - first-party audience segments to updatesegments - ApiException_ExceptionCopyright © 2018. All Rights Reserved.