public interface LineItemCreativeAssociationServiceInterface extends Remote
LineItemCreativeAssociation createLineItemCreativeAssociation(LineItemCreativeAssociation lineItemCreativeAssociation) throws RemoteException, ApiException
LineItemCreativeAssociation.
The following fields are required:
lineItemCreativeAssociation - the line item creative association
to
createRemoteExceptionApiExceptionLineItemCreativeAssociation[] createLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociation objectslineItemCreativeAssociations - the line item creative associations
to
createRemoteExceptionApiExceptionLineItemCreativeAssociation getLineItemCreativeAssociation(Long lineItemId, Long creativeId) throws RemoteException, ApiException
LineItemCreativeAssociation uniquely identified
by the
given line item and creative IDs.lineItemId - the ID of the line item, which must already existcreativeId - the ID of the creative, which must already existLineItemCreativeAssociation uniquely identified
by the
line item and creative IDsRemoteExceptionApiExceptionLineItemCreativeAssociationPage getLineItemCreativeAssociationsByStatement(Statement filterStatement) throws RemoteException, ApiException
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 associationsRemoteExceptionApiExceptionString getPreviewUrl(Long lineItemId, Long creativeId, String siteUrl) throws RemoteException, ApiException
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
inRemoteExceptionApiExceptionUpdateResult performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement) throws RemoteException, ApiException
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 associationsRemoteExceptionApiExceptionLineItemCreativeAssociation updateLineItemCreativeAssociation(LineItemCreativeAssociation lineItemCreativeAssociation) throws RemoteException, ApiException
LineItemCreativeAssociation.lineItemCreativeAssociation - the line item creative association
to
updateRemoteExceptionApiExceptionLineItemCreativeAssociation[] updateLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociation objectslineItemCreativeAssociations - the line item creative associations
to
updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.