public interface LineItemCreativeAssociationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
LineItemCreativeAssociation[] |
createLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations)
Creates new
LineItemCreativeAssociation objects |
LineItemCreativeAssociationPage |
getLineItemCreativeAssociationsByStatement(Statement filterStatement)
Gets a
LineItemCreativeAssociationPage of LineItemCreativeAssociation
objects
that satisfy the given Statement.query. |
String |
getPreviewUrl(Long lineItemId,
Long creativeId,
String siteUrl)
Returns an insite preview URL that references the specified
site URL with the specified
creative from the association served to it.
|
CreativeNativeStylePreview[] |
getPreviewUrlsForNativeStyles(Long lineItemId,
Long creativeId,
String siteUrl)
Returns a list of URLs that reference the specified site URL
with the specified creative from
the association served to it.
|
UpdateResult |
performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction,
Statement filterStatement)
Performs actions on
LineItemCreativeAssociation objects
that match the given Statement.query. |
UpdateResult |
pushCreativeToDevices(Statement filterStatement,
CreativePushOptions options)
Pushes a creative to devices that that satisfy the given
Statement.query. |
LineItemCreativeAssociation[] |
updateLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations)
Updates the specified
LineItemCreativeAssociation objects |
LineItemCreativeAssociation[] createLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociation objectsRemoteExceptionApiExceptionLineItemCreativeAssociationPage 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 |
RemoteExceptionApiExceptionString getPreviewUrl(Long lineItemId, Long creativeId, String siteUrl) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeNativeStylePreview[] getPreviewUrlsForNativeStyles(Long lineItemId, Long creativeId, String siteUrl) throws RemoteException, ApiException
RemoteExceptionApiExceptionUpdateResult performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement) throws RemoteException, ApiException
LineItemCreativeAssociation objects
that match the given Statement.query.RemoteExceptionApiExceptionUpdateResult pushCreativeToDevices(Statement filterStatement, CreativePushOptions options) throws RemoteException, ApiException
Statement.query. *RemoteExceptionApiExceptionLineItemCreativeAssociation[] updateLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociation objectsRemoteExceptionApiExceptionCopyright © 2023. All rights reserved.