public interface PremiumRateServiceInterface
PremiumRate 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<PremiumRate> |
createPremiumRates(List<PremiumRate> premiumRates)
Creates a list of new
PremiumRate objects. |
PremiumRatePage |
getPremiumRatesByStatement(Statement filterStatement)
|
List<PremiumRate> |
updatePremiumRates(List<PremiumRate> premiumRates)
Updates the specified
PremiumRate objects. |
@RequestWrapper(localName="createPremiumRates", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfacecreatePremiumRates") @ResponseWrapper(localName="createPremiumRatesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfacecreatePremiumRatesResponse") List<PremiumRate> createPremiumRates(List<PremiumRate> premiumRates) throws ApiException_Exception
PremiumRate objects.premiumRates - the premium rates to be createdpremiumRates - ApiException_Exception@RequestWrapper(localName="getPremiumRatesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfacegetPremiumRatesByStatement") @ResponseWrapper(localName="getPremiumRatesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfacegetPremiumRatesByStatementResponse") PremiumRatePage getPremiumRatesByStatement(Statement filterStatement) throws ApiException_Exception
PremiumRatePage of PremiumRate objects that
satisfy the given Statement.query. The following fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
PremiumRate.id |
rateCardId |
PremiumRate.rateCardId |
pricingMethod |
PremiumRate.pricingMethod |
filterStatement - a Publisher Query Language statement to filter a
list of premium rates.filterStatement - ApiException_Exception@RequestWrapper(localName="updatePremiumRates", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfaceupdatePremiumRates") @ResponseWrapper(localName="updatePremiumRatesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.PremiumRateServiceInterfaceupdatePremiumRatesResponse") List<PremiumRate> updatePremiumRates(List<PremiumRate> premiumRates) throws ApiException_Exception
PremiumRate objects.premiumRates - the premium rates to be updatedpremiumRates - ApiException_ExceptionCopyright © 2018. All Rights Reserved.