Show / Hide Table of Contents

Class BidResponseWithoutBidsStatusRow

The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.

Inheritance
object
BidResponseWithoutBidsStatusRow
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BidResponseWithoutBidsStatusRow : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImpressionCount

The number of impressions for which there was a bid response with the specified status.

Declaration
[JsonProperty("impressionCount")]
public virtual MetricValue ImpressionCount { get; set; }
Property Value
Type Description
MetricValue

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 bid responses were considered to have no applicable bids.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX