public interface CreativeWrapperServiceInterface
CreativeWrappers allow HTML snippets to be
served along with creatives.
Creative wrappers must be associated with a
LabelType.CREATIVE_WRAPPER label and applied to ad units by
AdUnit.appliedLabels.
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<CreativeWrapper> |
createCreativeWrappers(List<CreativeWrapper> creativeWrappers)
Creates a new
CreativeWrapper objects. |
CreativeWrapperPage |
getCreativeWrappersByStatement(Statement filterStatement)
|
UpdateResult |
performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction,
Statement filterStatement)
Performs actions on
CreativeWrapper objects that match the
given Statement.query. |
List<CreativeWrapper> |
updateCreativeWrappers(List<CreativeWrapper> creativeWrappers)
Updates the specified
CreativeWrapper objects. |
@RequestWrapper(localName="createCreativeWrappers", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfacecreateCreativeWrappers") @ResponseWrapper(localName="createCreativeWrappersResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfacecreateCreativeWrappersResponse") List<CreativeWrapper> createCreativeWrappers(List<CreativeWrapper> creativeWrappers) throws ApiException_Exception
CreativeWrapper objects.
The following fields are required:
CreativeWrapper.labelIdCreativeWrapper.orderingCreativeWrapper#header or CreativeWrapper#footercreativeWrappers - the creative wrappers to createcreativeWrappers - ApiExceptionApiException_Exception@RequestWrapper(localName="getCreativeWrappersByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfacegetCreativeWrappersByStatement") @ResponseWrapper(localName="getCreativeWrappersByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfacegetCreativeWrappersByStatementResponse") CreativeWrapperPage getCreativeWrappersByStatement(Statement filterStatement) throws ApiException_Exception
CreativeWrapperPage of CreativeWrapper
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeWrapper.id |
labelId |
CreativeWrapper.labelId |
status |
CreativeWrapper.status |
ordering |
CreativeWrapper.ordering |
filterStatement - a Publisher Query Language statement used to filter
a set of creative wrappers.filterStatement - ApiException_Exception@RequestWrapper(localName="performCreativeWrapperAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfaceperformCreativeWrapperAction") @ResponseWrapper(localName="performCreativeWrapperActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfaceperformCreativeWrapperActionResponse") UpdateResult performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction, Statement filterStatement) throws ApiException_Exception
CreativeWrapper objects that match the
given Statement.query.creativeWrapperAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of labelsfilterStatement - creativeWrapperAction - ApiException_Exception@RequestWrapper(localName="updateCreativeWrappers", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfaceupdateCreativeWrappers") @ResponseWrapper(localName="updateCreativeWrappersResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.CreativeWrapperServiceInterfaceupdateCreativeWrappersResponse") List<CreativeWrapper> updateCreativeWrappers(List<CreativeWrapper> creativeWrappers) throws ApiException_Exception
CreativeWrapper objects.creativeWrappers - the creative wrappers to updatecreativeWrappers - ApiExceptionApiException_ExceptionCopyright © 2018. All Rights Reserved.