Class NonBillableWinningBidStatusRow
The number of winning bids with the specified dimension values for which the buyer was not billed, as described by the specified status.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class NonBillableWinningBidStatusRow : IDirectResponseSchema
Properties
BidCount
The number of bids with the specified status.
Declaration
[JsonProperty("bidCount")]
public virtual MetricValue BidCount { get; set; }
Property Value
Type | Description |
---|---|
MetricValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RowDimensions
The values of all dimensions associated with metric values in this row.
Declaration
[JsonProperty("rowDimensions")]
public virtual RowDimensions RowDimensions { get; set; }
Property Value
Type | Description |
---|---|
RowDimensions |
Status
The status specifying why the winning bids were not billed.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |