Property | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Method | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
createProposals ( $proposals ) : the | Creates new {@link Proposal} objects. | |
getProposalsByStatement ( $filterStatement ) : the | Gets a {@link ProposalPage} of {@link Proposal} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering: | |
performProposalAction ( $proposalAction, $filterStatement ) : the | Performs actions on {@link Proposal} objects that match the given {@link Statement#query}. | |
updateProposals ( $proposals ) : the | Updates the specified {@link Proposal} objects. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createProposals ( $proposals ) : the | ||
return | the | created proposals with their IDs filled in |
PQL Property | Object Property |
---|---|
{@code id} | {@link Proposal#id} |
{@code dfpOrderId} | {@link Proposal#dfpOrderId} |
{@code name} | {@link Proposal#name} |
{@code status} | {@link Proposal#status} |
{@code isArchived} | {@link Proposal#isArchived} |
{@code approvalStatus}
Only applicable for proposals using sales management
|
{@link Proposal#approvalStatus} |
{@code lastModifiedDateTime} | {@link Proposal#lastModifiedDateTime} |
{@code thirdPartyAdServerId}
Only applicable for non-programmatic proposals using sales management
|
{@link Proposal#thirdPartyAdServerId} |
{@code customThirdPartyAdServerName}
Only applicable for non-programmatic proposals using sales management
|
{@link Proposal#customThirdPartyAdServerName} |
{@code hasOfflineErrors} | {@link Proposal#hasOfflineErrors} |
{@code isProgrammatic} | {@link Proposal#isProgrammatic} |
{@code negotiationStatus}
Only applicable for programmatic proposals
|
{@link ProposalMarketplaceInfo#negotiationStatus} |
public getProposalsByStatement ( $filterStatement ) : the | ||
return | the | proposals that match the given filter |
public performProposalAction ( $proposalAction, $filterStatement ) : the | ||
return | the | result of the action performed |
public updateProposals ( $proposals ) : the | ||
return | the | updated proposals |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |