Class BuyersResource.FinalizedDealsResource.SetReadyToServeRequest
Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as
they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are
ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use
this method, finalized deals belonging to the bidder and its child seats don't start serving until after
you call setReadyToServe
, and after the deals become active. For example, you can use this method to
delay receiving bid requests until your creative is ready. This method only applies to programmatic
guaranteed deals.
Inheritance
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.FinalizedDealsResource.SetReadyToServeRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<FinalizedDeal>, IClientServiceRequest<FinalizedDeal>, IClientServiceRequest
Constructors
SetReadyToServeRequest(IClientService, SetReadyToServeRequest, string)
Constructs a new SetReadyToServe request.
Declaration
public SetReadyToServeRequest(IClientService service, SetReadyToServeRequest body, string deal)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SetReadyToServeRequest | body | |
string | deal |
Properties
Deal
Required. Format: buyers/{accountId}/finalizedDeals/{dealId}
Declaration
[RequestParameter("deal", RequestParameterType.Path)]
public virtual string Deal { 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
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 SetReadyToServe parameter list.
Declaration
protected override void InitParameters()