public interface SharedAdUnitServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
SharedAdUnitPage |
getSharedAdUnitsByStatement(Statement filterStatement)
|
UpdateResult |
performSharedAdUnitAction(SharedAdUnitAction sharedAdUnitAction,
Statement filterStatement)
Performs actions on shared ad unit objects that match the given
Statement.query. |
SharedAdUnitPage getSharedAdUnitsByStatement(Statement filterStatement) throws RemoteException, ApiException
SharedAdUnitPage of SharedAdUnit objects
that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
SharedAdUnit.id |
name |
SharedAdUnit.name |
filterStatement - a Publisher Query Language statement used to
filter
a set of shared ad unitsRemoteExceptionApiExceptionUpdateResult performSharedAdUnitAction(SharedAdUnitAction sharedAdUnitAction, Statement filterStatement) throws RemoteException, ApiException
Statement.query.sharedAdUnitAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of shared ad unitsRemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.