public interface LineItemCreativeAssociationServiceInterface
LineItemCreativeAssociation objects.
A line item creative association (LICA) associates a Creative with a
LineItem. When a line item is selected to serve, the LICAs specify which
creatives can appear for the ad units that are targeted by the line item. In
order to be associated with a line item, the creative must have a size that
exists within the attribute LineItem#creativeSizes.
Each LICA has a start and end date and time that defines when the creative should be displayed.
To read more about associating creatives with line items, see this DFP Help Center article. This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1
@RequestWrapper(localName="createLineItemCreativeAssociations", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacecreateLineItemCreativeAssociations") @ResponseWrapper(localName="createLineItemCreativeAssociationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacecreateLineItemCreativeAssociationsResponse") List<LineItemCreativeAssociation> createLineItemCreativeAssociations(List<LineItemCreativeAssociation> lineItemCreativeAssociations) throws ApiException_Exception
LineItemCreativeAssociation objectslineItemCreativeAssociations - the line item creative associations to
createlineItemCreativeAssociations - ApiException_Exception@RequestWrapper(localName="getLineItemCreativeAssociationsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacegetLineItemCreativeAssociationsByStatement") @ResponseWrapper(localName="getLineItemCreativeAssociationsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacegetLineItemCreativeAssociationsByStatementResponse") LineItemCreativeAssociationPage getLineItemCreativeAssociationsByStatement(Statement filterStatement) throws ApiException_Exception
LineItemCreativeAssociationPage of
LineItemCreativeAssociation objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
creativeId |
LineItemCreativeAssociation.creativeId |
manualCreativeRotationWeight |
LineItemCreativeAssociation.manualCreativeRotationWeight |
destinationUrl |
LineItemCreativeAssociation.destinationUrl |
lineItemId |
LineItemCreativeAssociation.lineItemId |
status |
LineItemCreativeAssociation.status |
lastModifiedDateTime |
LineItemCreativeAssociation.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to filter
a set of line item creative associationsfilterStatement - ApiException_Exception@RequestWrapper(localName="getPreviewUrl", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacegetPreviewUrl") @ResponseWrapper(localName="getPreviewUrlResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfacegetPreviewUrlResponse") String getPreviewUrl(Long lineItemId, Long creativeId, String siteUrl) throws ApiException_Exception
lineItemId - the ID of the line item, which must already existcreativeId - the ID of the creative, which must already existsiteUrl - the URL of the site that the creative should be previewed insiteUrl - lineItemId - creativeId - ApiException_Exception@RequestWrapper(localName="performLineItemCreativeAssociationAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfaceperformLineItemCreativeAssociationAction") @ResponseWrapper(localName="performLineItemCreativeAssociationActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfaceperformLineItemCreativeAssociationActionResponse") UpdateResult performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement) throws ApiException_Exception
LineItemCreativeAssociation objects that match
the given Statement.query.lineItemCreativeAssociationAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of line item creative associationslineItemCreativeAssociationAction - filterStatement - ApiException_Exception@RequestWrapper(localName="updateLineItemCreativeAssociations", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfaceupdateLineItemCreativeAssociations") @ResponseWrapper(localName="updateLineItemCreativeAssociationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.LineItemCreativeAssociationServiceInterfaceupdateLineItemCreativeAssociationsResponse") List<LineItemCreativeAssociation> updateLineItemCreativeAssociations(List<LineItemCreativeAssociation> lineItemCreativeAssociations) throws ApiException_Exception
LineItemCreativeAssociation objectslineItemCreativeAssociations - the line item creative associations to
updatelineItemCreativeAssociations - ApiException_ExceptionCopyright © 2018. All Rights Reserved.