Show / Hide Table of Contents

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.

Inheritance
object
FinalizedDeal
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX