Class FinalizedDeal
A finalized deal is a snapshot of the deal when both buyer and seller accept the deal. The buyer or seller can update the deal after it's been finalized and renegotiate on the deal targeting, terms and other fields, while at the same time the finalized snapshot of the deal can still be retrieved using this API. The finalized deal contains a copy of the deal as it existed when most recently finalized, as well as fields related to deal serving such as pause/resume status, RTB metrics, and more.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class FinalizedDeal : IDirectResponseSchema
Properties
Deal
A copy of the Deal made upon finalization. During renegotiation, this will reflect the last finalized deal before renegotiation was initiated.
Declaration
[JsonProperty("deal")]
public virtual Deal Deal { get; set; }
Property Value
Type | Description |
---|---|
Deal |
DealPausingInfo
Information related to deal pausing for the deal.
Declaration
[JsonProperty("dealPausingInfo")]
public virtual DealPausingInfo DealPausingInfo { get; set; }
Property Value
Type | Description |
---|---|
DealPausingInfo |
DealServingStatus
Serving status of the deal.
Declaration
[JsonProperty("dealServingStatus")]
public virtual string DealServingStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The resource name of the finalized deal. Format: buyers/{accountId}/finalizedDeals/{finalizedDealId}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadyToServe
Whether the Programmatic Guaranteed deal is ready for serving.
Declaration
[JsonProperty("readyToServe")]
public virtual bool? ReadyToServe { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RtbMetrics
Real-time bidding metrics for this deal.
Declaration
[JsonProperty("rtbMetrics")]
public virtual RtbMetrics RtbMetrics { get; set; }
Property Value
Type | Description |
---|---|
RtbMetrics |