public interface ReconciliationReportRowServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ReconciliationReportRowPage |
getReconciliationReportRowsByStatement(Statement filterStatement)
Gets a
ReconciliationReportRowPage of ReconciliationReportRow
objects that
satisfy the given Statement.query. |
ReconciliationReportRow[] |
updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows)
Updates a list of
ReconciliationReportRow which belong
to same
ReconciliationReport. |
ReconciliationReportRowPage getReconciliationReportRowsByStatement(Statement filterStatement) throws RemoteException, ApiException
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 rowsRemoteExceptionApiExceptionReconciliationReportRow[] updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows) throws RemoteException, ApiException
ReconciliationReportRow which belong
to same
ReconciliationReport.reconciliationReportRows - a list of reconciliation report rows
to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.