public interface BaseRateServiceInterface
BaseRate objects.
To use this service, you need to have the new sales management solution enabled on your network. If you do not see a "Sales" tab in DoubleClick for Publishers (DFP), you will not be able to use this service. This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1
| Modifier and Type | Method and Description |
|---|---|
List<BaseRate> |
createBaseRates(List<BaseRate> baseRates)
Creates a list of new
BaseRate objects. |
BaseRatePage |
getBaseRatesByStatement(Statement filterStatement)
|
UpdateResult |
performBaseRateAction(BaseRateAction baseRateAction,
Statement filterStatement)
Performs actions on
BaseRate objects that satisfy the given
Statement.query. |
List<BaseRate> |
updateBaseRates(List<BaseRate> baseRates)
Updates the specified
BaseRate objects. |
@RequestWrapper(localName="createBaseRates", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.BaseRateServiceInterfacecreateBaseRates") @ResponseWrapper(localName="createBaseRatesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.BaseRateServiceInterfacecreateBaseRatesResponse") List<BaseRate> createBaseRates(List<BaseRate> baseRates) throws ApiException_Exception
BaseRate objects.baseRates - the base rates to be createdbaseRates - ApiException_Exception@RequestWrapper(localName="getBaseRatesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.BaseRateServiceInterfacegetBaseRatesByStatement") @ResponseWrapper(localName="getBaseRatesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.BaseRateServiceInterfacegetBaseRatesByStatementResponse") BaseRatePage getBaseRatesByStatement(Statement filterStatement) throws ApiException_Exception
BaseRatePage of BaseRate objects that satisfy the given
Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
rateCardId |
BaseRate.rateCardId |
id |
BaseRate.id |
productTemplateId |
BaseRate.idNote: Cannot be combined with productId.
| productId |
BaseRate.idNote: Cannot be combined with productTemplateId.
Copyright © 2018. All Rights Reserved. |