public class CustomTargetingServiceSoapBindingStub extends org.apache.axis.client.Stub implements CustomTargetingServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CustomTargetingServiceSoapBindingStub() |
CustomTargetingServiceSoapBindingStub(javax.xml.rpc.Service service) |
CustomTargetingServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
_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 CustomTargetingServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomTargetingServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomTargetingServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CustomTargetingKey[] createCustomTargetingKeys(CustomTargetingKey[] keys) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.
The following fields are required:
createCustomTargetingKeys in interface CustomTargetingServiceInterfacekeys - the custom targeting keys to updateRemoteExceptionApiExceptionpublic CustomTargetingValue[] createCustomTargetingValues(CustomTargetingValue[] values) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.
The following fields are required:
createCustomTargetingValues in interface CustomTargetingServiceInterfacevalues - the custom targeting values to updateRemoteExceptionApiExceptionpublic CustomTargetingKeyPage getCustomTargetingKeysByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKeyPage of CustomTargetingKey
objects
that satisfy the given Statement.query. The following
fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingKey.id |
name |
CustomTargetingKey.name |
displayName |
CustomTargetingKey.displayName |
type |
CustomTargetingKey.type |
getCustomTargetingKeysByStatement in interface CustomTargetingServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting keysRemoteExceptionApiExceptionpublic CustomTargetingValuePage getCustomTargetingValuesByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValuePage of CustomTargetingValue
objects that satisfy the given Statement.query.
The WHERE clause in the Statement.query must
always contain
CustomTargetingValue.customTargetingKeyId as one of
its columns in
a way that it is AND'ed with the rest of the query. So, if
you want to
retrieve values for a known set of key ids, valid Statement.query
would look like:
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingValue.id |
customTargetingKeyId |
CustomTargetingValue.customTargetingKeyId |
name |
CustomTargetingValue.name |
displayName |
CustomTargetingValue.displayName |
matchType |
CustomTargetingValue.matchType |
getCustomTargetingValuesByStatement in interface CustomTargetingServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting valuesRemoteExceptionApiExceptionpublic UpdateResult performCustomTargetingKeyAction(CustomTargetingKeyAction customTargetingKeyAction, Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects that
match the given
Statement.query.performCustomTargetingKeyAction in interface CustomTargetingServiceInterfacecustomTargetingKeyAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting keysRemoteExceptionApiExceptionpublic UpdateResult performCustomTargetingValueAction(CustomTargetingValueAction customTargetingValueAction, Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects that
match the
given Statement.query.performCustomTargetingValueAction in interface CustomTargetingServiceInterfacecustomTargetingValueAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad unitsRemoteExceptionApiExceptionpublic CustomTargetingKey[] updateCustomTargetingKeys(CustomTargetingKey[] keys) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.updateCustomTargetingKeys in interface CustomTargetingServiceInterfacekeys - the custom targeting keys to updateRemoteExceptionApiExceptionpublic CustomTargetingValue[] updateCustomTargetingValues(CustomTargetingValue[] values) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.updateCustomTargetingValues in interface CustomTargetingServiceInterfacevalues - the custom targeting values to updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.