Class ImpressionMetricsRow
The set of metrics that are measured in numbers of impressions, representing how many impressions with the specified dimension values were considered eligible at each stage of the bidding funnel.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ImpressionMetricsRow : IDirectResponseSchema
Properties
AvailableImpressions
The number of impressions available to the buyer on Ad Exchange. In some cases this value may be unavailable.
Declaration
[JsonProperty("availableImpressions")]
public virtual MetricValue AvailableImpressions { get; set; }
Property Value
Type | Description |
---|---|
MetricValue |
BidRequests
The number of impressions for which Ad Exchange sent the buyer a bid request.
Declaration
[JsonProperty("bidRequests")]
public virtual MetricValue BidRequests { 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 |
InventoryMatches
The number of impressions that match the buyer's inventory pretargeting.
Declaration
[JsonProperty("inventoryMatches")]
public virtual MetricValue InventoryMatches { get; set; }
Property Value
Type | Description |
---|---|
MetricValue |
ResponsesWithBids
The number of impressions for which Ad Exchange received a response from the buyer that contained at least one applicable bid.
Declaration
[JsonProperty("responsesWithBids")]
public virtual MetricValue ResponsesWithBids { 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 |
SuccessfulResponses
The number of impressions for which the buyer successfully sent a response to Ad Exchange.
Declaration
[JsonProperty("successfulResponses")]
public virtual MetricValue SuccessfulResponses { get; set; }
Property Value
Type | Description |
---|---|
MetricValue |