public interface CreativeTemplateServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeTemplatePage |
getCreativeTemplatesByStatement(Statement filterStatement)
|
CreativeTemplatePage getCreativeTemplatesByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeTemplatePage of CreativeTemplate
objects that satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeTemplate.id |
name |
CreativeTemplate.name |
type |
CreativeTemplate.type |
status |
CreativeTemplate.status |
filterStatement - a Publisher Query Language statement used to
filter
a set of creative templates.RemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.