Class CreativeStatusRow
The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class CreativeStatusRow : 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 |
CreativeStatusId
The ID of the creative status. See creative-status-codes.
Declaration
[JsonProperty("creativeStatusId")]
public virtual int? CreativeStatusId { get; set; }
Property Value
Type | Description |
---|---|
int? |
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 |