Class AccountsResource.ProposalsResource.CompleteSetupRequest
You can opt-in to manually update proposals to indicate that setup is complete. By default, proposal
setup is automatically completed after their deals are finalized. Contact your Technical Account Manager
to opt in. Buyers can call this method when the proposal has been finalized, and all the required
creatives have been uploaded using the Creatives API. This call updates the is_setup_completed
field
on the deals in the proposal, and notifies the seller. The server then advances the revision number of
the most recent proposal. To mark an individual deal as ready to serve, call
buyers.finalizedDeals.setReadyToServe
in the Marketplace API.
Inheritance
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ProposalsResource.CompleteSetupRequest : AdExchangeBuyerIIBaseServiceRequest<Proposal>, IClientServiceRequest<Proposal>, IClientServiceRequest
Constructors
CompleteSetupRequest(IClientService, CompleteSetupRequest, string, string)
Constructs a new CompleteSetup request.
Declaration
public CompleteSetupRequest(IClientService service, CompleteSetupRequest body, string accountId, string proposalId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CompleteSetupRequest | body | |
string | accountId | |
string | proposalId |
Properties
AccountId
Account ID of the buyer.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProposalId
The ID of the proposal to mark as setup completed.
Declaration
[RequestParameter("proposalId", RequestParameterType.Path)]
public virtual string ProposalId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CompleteSetup parameter list.
Declaration
protected override void InitParameters()