public interface RateCardServiceInterface
RateCard 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<RateCard> |
createRateCards(List<RateCard> rateCards)
Creates a list of
RateCard objects. |
RateCardPage |
getRateCardsByStatement(Statement filterStatement)
|
UpdateResult |
performRateCardAction(RateCardAction rateCardAction,
Statement filterStatement)
Performs action on
RateCard objects that satisfy the
given Statement.query. |
List<RateCard> |
updateRateCards(List<RateCard> rateCards)
Updates a list of
RateCard objects. |
@RequestWrapper(localName="createRateCards", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfacecreateRateCards") @ResponseWrapper(localName="createRateCardsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfacecreateRateCardsResponse") List<RateCard> createRateCards(List<RateCard> rateCards) throws ApiException_Exception
RateCard objects. Rate cards must be activated
before being associated with proposal line items and products.rateCards - the rate cards to be createdrateCards - ApiException_Exception@RequestWrapper(localName="getRateCardsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfacegetRateCardsByStatement") @ResponseWrapper(localName="getRateCardsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfacegetRateCardsByStatementResponse") RateCardPage getRateCardsByStatement(Statement filterStatement) throws ApiException_Exception
RateCardPage of RateCard objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL property | Entity property |
|---|---|
ForMarketplace | RateCard.forMarketplace |
Id | RateCard.id |
LastModifiedDateTime | RateCard.lastModifiedDateTime |
Name | RateCard.name |
Status | RateCard.status |
filterStatement - a Publisher Query Language statement to filter a list of rate cards.filterStatement - ApiException_Exception@RequestWrapper(localName="performRateCardAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfaceperformRateCardAction") @ResponseWrapper(localName="performRateCardActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfaceperformRateCardActionResponse") UpdateResult performRateCardAction(RateCardAction rateCardAction, Statement filterStatement) throws ApiException_Exception
RateCard objects that satisfy the
given Statement.query.rateCardAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of rate cards.rateCardAction - filterStatement - ApiException_Exception@RequestWrapper(localName="updateRateCards", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfaceupdateRateCards") @ResponseWrapper(localName="updateRateCardsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.RateCardServiceInterfaceupdateRateCardsResponse") List<RateCard> updateRateCards(List<RateCard> rateCards) throws ApiException_Exception
RateCard objects.rateCards - the rate cards to be updatedrateCards - ApiException_ExceptionCopyright © 2018. All Rights Reserved.