google_api_ad_exchange_buyer v0.29.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.BidMetricsRow View Source
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;
Attributes
bids
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids that Ad Exchange received from the buyer.bidsInAuction
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids that were permitted to compete in the auction.billedImpressions
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids for which the buyer was billed.impressionsWon
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids that won the auction.measurableImpressions
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids for which the corresponding impression was measurable for viewability (as defined by Active View).rowDimensions
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t
, default:nil
) - The values of all dimensions associated with metric values in this row.viewableImpressions
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t
, default:nil
) - The number of bids for which the corresponding impression was viewable (as defined by Active View).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.BidMetricsRow{ bids: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), bidsInAuction: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), billedImpressions: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), impressionsWon: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), measurableImpressions: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t(), rowDimensions: GoogleApi.AdExchangeBuyer.V2beta1.Model.RowDimensions.t(), viewableImpressions: GoogleApi.AdExchangeBuyer.V2beta1.Model.MetricValue.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.