public class CreativeReviewServiceSoapBindingStub extends org.apache.axis.client.Stub implements CreativeReviewServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CreativeReviewServiceSoapBindingStub() |
CreativeReviewServiceSoapBindingStub(javax.xml.rpc.Service service) |
CreativeReviewServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
CreativeReviewPage |
getCreativeReviewsByStatement(Statement statement)
|
UpdateResult |
performCreativeReviewAction(CreativeReviewAction creativeReviewAction,
Statement filterStatement)
Performs actions on
CreativeReview objects that match
the given Statement.query. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic CreativeReviewServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeReviewServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeReviewServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CreativeReviewPage getCreativeReviewsByStatement(Statement statement) throws RemoteException, ApiException
CreativeReviewServiceInterfaceCreativeReviewPage 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.getCreativeReviewsByStatement in interface CreativeReviewServiceInterfacestatement - a Publisher Query Language statement used to specify
the page of CreativeReview to be fetch. Only LIMIT is supported.CreativeReviews that match the given filterRemoteExceptionApiExceptionpublic UpdateResult performCreativeReviewAction(CreativeReviewAction creativeReviewAction, Statement filterStatement) throws RemoteException, ApiException
CreativeReviewServiceInterfaceCreativeReview 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.performCreativeReviewAction in interface CreativeReviewServiceInterfacecreativeReviewAction - 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 © 2021. All rights reserved.