PHP Class ReconciliationReportRowService, googleads-php-lib

Inheritance: extends DfpSoapClient
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Public Methods

Method Description
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
getReconciliationReportRowsByStatement ( $filterStatement ) : the Gets a {@link ReconciliationReportRowPage} of {@link ReconciliationReportRow} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
updateReconciliationReportRows ( $reconciliationReportRows ) : the Updates a list of {@link ReconciliationReportRow} which belong to same {@link ReconciliationReport}.

Method Details

__construct() public method

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

getReconciliationReportRowsByStatement() public method

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}.
public getReconciliationReportRowsByStatement ( $filterStatement ) : the
return the reconciliation report rows that match the given filter

updateReconciliationReportRows() public method

Updates a list of {@link ReconciliationReportRow} which belong to same {@link ReconciliationReport}.
public updateReconciliationReportRows ( $reconciliationReportRows ) : the
return the updated reconciliation report rows

Property Details

$classmap public_oe static_oe property

Default class map for wsdl=>php
public static array $classmap
return array

$endpoint public_oe static_oe property

The endpoint of the service
public static string $endpoint
return string