class Google::Apis::Adexchangebuyer2V2beta1::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;
Attributes
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `bids` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `bidsInAuction` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `billedImpressions` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `impressionsWon` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `measurableImpressions` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `reachedQueries` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row. Corresponds to the JSON property `rowDimensions` @return [Google::Apis::Adexchangebuyer2V2beta1::RowDimensions]
A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `viewableImpressions` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]
Public Class Methods
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 288 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 293 def update!(**args) @bids = args[:bids] if args.key?(:bids) @bids_in_auction = args[:bids_in_auction] if args.key?(:bids_in_auction) @billed_impressions = args[:billed_impressions] if args.key?(:billed_impressions) @impressions_won = args[:impressions_won] if args.key?(:impressions_won) @measurable_impressions = args[:measurable_impressions] if args.key?(:measurable_impressions) @reached_queries = args[:reached_queries] if args.key?(:reached_queries) @row_dimensions = args[:row_dimensions] if args.key?(:row_dimensions) @viewable_impressions = args[:viewable_impressions] if args.key?(:viewable_impressions) end