Class CalloutStatusRow
The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class CalloutStatusRow : IDirectResponseSchema
Properties
CalloutStatusId
The ID of the callout status. See callout-status-codes.
Declaration
[JsonProperty("calloutStatusId")]
public virtual int? CalloutStatusId { 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 |
ImpressionCount
The number of impressions for which there was a bid request or bid response with the specified callout 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 |