public interface CreativeReviewServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeReviewPage |
getCreativeReviewsByStatement(Statement statement)
|
UpdateResult |
performCreativeReviewAction(CreativeReviewAction creativeReviewAction,
Statement filterStatement)
Performs actions on
CreativeReview objects that match
the given Statement.query. |
CreativeReviewPage getCreativeReviewsByStatement(Statement statement) throws RemoteException, ApiException
CreativeReviewPage of CreativeReview
objects that satisfy the given
Statement.query. This will allow you to review creatives
that have displayed (or could
have displayed) on your pages or apps in the last 30 days.
To ensure that you are always
reviewing the most important creatives first, the CreativeReview
objects are ranked
according to the number of impressions that they've received.statement - a Publisher Query Language statement used to specify
the page of CreativeReview to be fetch. Only LIMIT is supported.CreativeReviews that match the given filterRemoteExceptionApiExceptionUpdateResult performCreativeReviewAction(CreativeReviewAction creativeReviewAction, Statement filterStatement) throws RemoteException, ApiException
CreativeReview objects that match
the given Statement.query. You can use actions to approve (allow) or
disapprove (block) creatives, as
seen in the corresponding CreativeReview objects.
You can also archive creatives to
allow you to retrieve new CreativeReview objects while
previously retrieved CreativeReview objects are in pending approval.creativeReviewAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of creative
reviews. Only "WHERE id = <value>" and "WHERE
id IN <list>" are supported.RemoteExceptionApiExceptionCopyright © 2020. All rights reserved.