
com.google.api.ads.dfp.axis.v201602.ReconciliationReportRowServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* ReconciliationReportRowServiceInterface.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201602;
public interface ReconciliationReportRowServiceInterface extends java.rmi.Remote {
/**
* Gets a {@link ReconciliationReportRowPage} of {@link ReconciliationReportRow}
* objects that
* satisfy the given {@link Statement#query}. The following fields
* are supported for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code reconciliationReportId}
* {@link ReconciliationReportRow#reconciliationReportId}
*
*
* {@code advertiserId}
* {@link ReconciliationReportRow#advertiserId}
*
*
* {@code orderId}
* {@link ReconciliationReportRow#orderId}
*
*
* {@code lineItemId}
* {@link ReconciliationReportRow#lineItemId}
*
*
* {@code proposalLineItemId}
* {@link ReconciliationReportRow#proposalLineItemId}
*
*
* {@code creativeId}
* {@link ReconciliationReportRow#creativeId}
*
*
* {@code lineItemCostType}
* {@link ReconciliationReportRow#lineItemCostType}
*
*
* {@code dfpClicks}
* {@link ReconciliationReportRow#dfpClicks}
*
*
* {@code dfpImpressions}
* {@link ReconciliationReportRow#dfpImpressions}
*
*
* {@code dfpLineItemDays}
* {@link ReconciliationReportRow#dfpLineItemDays}
*
*
* {@code thirdPartyClicks}
* {@link ReconciliationReportRow#thirdPartyClicks}
*
*
* {@code thirdPartyImpressions}
* {@link ReconciliationReportRow#thirdPartyImpressions}
*
*
* {@code thirdPartyLineItemDays}
* {@link ReconciliationReportRow#thirdPartyLineItemDays}
*
*
* {@code manualClicks}
* {@link ReconciliationReportRow#manualClicks}
*
*
* {@code manualImpressions}
* {@link ReconciliationReportRow#manualImpressions}
*
*
* {@code manualLineItemDays}
* {@link ReconciliationReportRow#manualLineItemDays}
*
*
* {@code reconciledClicks}
* {@link ReconciliationReportRow#reconciledClicks}
*
*
* {@code reconciledImpressions}
* {@link ReconciliationReportRow#reconciledImpressions}
*
*
* {@code reconciledLineItemDays}
* {@link ReconciliationReportRow#reconciledLineItemDays}
*
*
*
* The {@code reconciliationReportId} field is required and can
* only be combined with an
* {@code AND} to other conditions. Furthermore, the results
* may only belong to
* one {@link ReconciliationReport}.
*
*
* @param filterStatement a Publisher Query Language statement used to
* filter a set of reconciliation report rows
*
* @return the reconciliation report rows that match the given filter
*/
public com.google.api.ads.dfp.axis.v201602.ReconciliationReportRowPage getReconciliationReportRowsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Updates a list of {@link ReconciliationReportRow} which belong
* to same
* {@link ReconciliationReport}.
*
*
* @param reconciliationReportRows a list of reconciliation report rows
* to update
*
* @return the updated reconciliation report rows
*/
public com.google.api.ads.dfp.axis.v201602.ReconciliationReportRow[] updateReconciliationReportRows(com.google.api.ads.dfp.axis.v201602.ReconciliationReportRow[] reconciliationReportRows) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy