public interface CreativeServiceInterface
Creative
objects.
For a creative to run, it must be associated with a LineItem
managed by the LineItemCreativeAssociationService.
Read more about creatives on the DFP Help Center.
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<Creative> |
createCreatives(List<Creative> creatives)
Creates new
Creative objects. |
CreativePage |
getCreativesByStatement(Statement filterStatement)
|
List<Creative> |
updateCreatives(List<Creative> creatives)
Updates the specified
Creative objects. |
@RequestWrapper(localName="createCreatives", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfacecreateCreatives") @ResponseWrapper(localName="createCreativesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfacecreateCreativesResponse") List<Creative> createCreatives(List<Creative> creatives) throws ApiException_Exception
Creative objects.creatives - the creatives to createcreatives - ApiException_Exception@RequestWrapper(localName="getCreativesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfacegetCreativesByStatement") @ResponseWrapper(localName="getCreativesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfacegetCreativesByStatementResponse") CreativePage getCreativesByStatement(Statement filterStatement) throws ApiException_Exception
CreativePage of Creative objects that satisfy the
given Statement.query. The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Creative.id |
name |
Creative.name |
advertiserId |
Creative.advertiserId |
width |
Creative.size |
height |
Creative.size |
lastModifiedDateTime |
Creative.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to filter
a set of creativesfilterStatement - ApiException_Exception@RequestWrapper(localName="updateCreatives", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfaceupdateCreatives") @ResponseWrapper(localName="updateCreativesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.CreativeServiceInterfaceupdateCreativesResponse") List<Creative> updateCreatives(List<Creative> creatives) throws ApiException_Exception
Creative objects.creatives - the creatives to updatecreatives - ApiException_ExceptionCopyright © 2018. All Rights Reserved.