public interface CreativeServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Creative[] |
createCreatives(Creative[] creatives)
Creates new
Creative objects. |
CreativePage |
getCreativesByStatement(Statement filterStatement)
|
Creative[] |
updateCreatives(Creative[] creatives)
Updates the specified
Creative objects. |
Creative[] createCreatives(Creative[] creatives) throws RemoteException, ApiException
Creative objects.creatives - the creatives to createRemoteExceptionApiExceptionCreativePage getCreativesByStatement(Statement filterStatement) throws RemoteException, ApiException
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 creativesRemoteExceptionApiExceptionCreative[] updateCreatives(Creative[] creatives) throws RemoteException, ApiException
Creative objects.creatives - the creatives to updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.