Ads API .NET library
|
Provides methods for adding, updating and retrieving Proposal objects. More...
Provides methods for adding, updating and retrieving Proposal objects.
|
inline |
Creates a new instance of the ProposalService class.
|
inline |
Creates a new instance of the ProposalService class.
|
inline |
Creates a new instance of the ProposalService class.
|
inline |
Creates a new instance of the ProposalService class.
|
inline |
Creates a new instance of the ProposalService class.
|
inlinevirtual |
Creates new Proposal objects.
For each proposal, the following fields are required:
Implements Google.Api.Ads.AdManager.v202311.IProposalService.
|
inlinevirtual |
|
inlinevirtual |
Gets a MarketplaceCommentPage of MarketplaceComment objects that satisfy the given Statement::query. This method only returns comments already sent to Marketplace, local draft ProposalMarketplaceInfo::marketplaceComment are not included. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
proposalId | MarketplaceComment::proposalId |
The query must specify a proposalId
, and only supports a subset of PQL syntax:
[WHERE <condition> {AND <condition> ...}]
[ORDER BY <property> [ASC | DESC]]
[LIMIT {[<offset>,] <count>} | {<count> OFFSET <offset>}]
<condition>
#x160;#x160;#x160;#x160; := <property> = <value>
<condition> := <property> IN <list>
Only supports ORDER BY
MarketplaceComment::creationTime.
Implements Google.Api.Ads.AdManager.v202311.ProposalServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Gets a ProposalPage of Proposal objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | Proposal::id |
dfpOrderId | Proposal::dfpOrderId |
name | Proposal::name |
status | Proposal::status |
isArchived | Proposal::isArchived |
approvalStatus Only applicable for proposals using sales management | Proposal::approvalStatus |
lastModifiedDateTime | Proposal::lastModifiedDateTime |
isProgrammatic | Proposal::isProgrammatic |
negotiationStatus Only applicable for programmatic proposals | ProposalMarketplaceInfo::negotiationStatus |
Implements Google.Api.Ads.AdManager.v202311.ProposalServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on Proposal objects that match the given Statement::query.
The following fields are also required when submitting proposals for approval:
Implements Google.Api.Ads.AdManager.v202311.ProposalServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Proposal objects.
Implements Google.Api.Ads.AdManager.v202311.IProposalService.
|
inlinevirtual |