public interface ReconciliationReportRowServiceInterface
ReconciliationReportRow objects.
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 |
|---|---|
ReconciliationReportRowPage |
getReconciliationReportRowsByStatement(Statement filterStatement)
Gets a
ReconciliationReportRowPage of ReconciliationReportRow objects that
satisfy the given Statement.query. |
List<ReconciliationReportRow> |
updateReconciliationReportRows(List<ReconciliationReportRow> reconciliationReportRows)
Updates a list of
ReconciliationReportRow which belong to same
ReconciliationReport. |
@RequestWrapper(localName="getReconciliationReportRowsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ReconciliationReportRowServiceInterfacegetReconciliationReportRowsByStatement") @ResponseWrapper(localName="getReconciliationReportRowsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ReconciliationReportRowServiceInterfacegetReconciliationReportRowsByStatementResponse") ReconciliationReportRowPage getReconciliationReportRowsByStatement(Statement filterStatement) throws ApiException_Exception
ReconciliationReportRowPage of ReconciliationReportRow objects that
satisfy the given Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
reconciliationReportId |
ReconciliationReportRow.reconciliationReportId |
advertiserId |
ReconciliationReportRow.advertiserId |
orderId |
ReconciliationReportRow.orderId |
lineItemId |
ReconciliationReportRow.lineItemId |
proposalLineItemId |
ReconciliationReportRow.proposalLineItemId |
creativeId |
ReconciliationReportRow.creativeId |
lineItemCostType |
ReconciliationReportRow#lineItemCostType |
dfpClicks |
ReconciliationReportRow#dfpClicks |
dfpImpressions |
ReconciliationReportRow#dfpImpressions |
dfpLineItemDays |
ReconciliationReportRow#dfpLineItemDays |
thirdPartyClicks |
ReconciliationReportRow#thirdPartyClicks |
thirdPartyImpressions |
ReconciliationReportRow#thirdPartyImpressions |
thirdPartyLineItemDays |
ReconciliationReportRow#thirdPartyLineItemDays |
manualClicks |
ReconciliationReportRow#manualClicks |
manualImpressions |
ReconciliationReportRow#manualImpressions |
manualLineItemDays |
ReconciliationReportRow#manualLineItemDays |
reconciledClicks |
ReconciliationReportRow#reconciledClicks |
reconciledImpressions |
ReconciliationReportRow#reconciledImpressions |
reconciledLineItemDays |
ReconciliationReportRow#reconciledLineItemDays |
reconciliationReportId field is required and can only be combined with an
AND to other conditions. Furthermore, the results may only belong to
one ReconciliationReport.filterStatement - a Publisher Query Language statement used to
filter a set of reconciliation report rowsfilterStatement - ApiException_Exception@RequestWrapper(localName="updateReconciliationReportRows", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ReconciliationReportRowServiceInterfaceupdateReconciliationReportRows") @ResponseWrapper(localName="updateReconciliationReportRowsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ReconciliationReportRowServiceInterfaceupdateReconciliationReportRowsResponse") List<ReconciliationReportRow> updateReconciliationReportRows(List<ReconciliationReportRow> reconciliationReportRows) throws ApiException_Exception
ReconciliationReportRow which belong to same
ReconciliationReport.reconciliationReportRows - a list of reconciliation report rows to updatereconciliationReportRows - ApiException_ExceptionCopyright © 2018. All Rights Reserved.