Show / Hide Table of Contents

Class BidMetricsRow

The set of metrics that are measured in numbers of bids, representing how many bids with the specified dimension values were considered eligible at each stage of the bidding funnel;

Inheritance
object
BidMetricsRow
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 BidMetricsRow : IDirectResponseSchema

Properties

Bids

The number of bids that Ad Exchange received from the buyer.

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

BidsInAuction

The number of bids that were permitted to compete in the auction.

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

BilledImpressions

The number of bids for which the buyer was billed. Also called valid impressions as invalid impressions are not billed.

Declaration
[JsonProperty("billedImpressions")]
public virtual MetricValue BilledImpressions { 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

ImpressionsWon

The number of bids that won the auction.

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

MeasurableImpressions

The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View).

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

ReachedQueries

The number of bids that won the auction and also won the mediation waterfall (if any).

Declaration
[JsonProperty("reachedQueries")]
public virtual MetricValue ReachedQueries { 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

ViewableImpressions

The number of bids for which the corresponding impression was viewable (as defined by Active View).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX