google_api_ad_exchange_buyer v0.18.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 an impression.
  • 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 section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.